amorriscode / terminal-hero

Bringing musical skills and fast fingers to a terminal near you 🤘

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync fretboard to MIDI

amorriscode opened this issue · comments

We need the fretboard/notes to sync to the MIDI file so it feels like you're really playing.

  • Separate fretboard notes into separate "strings" #10
  • Create a generic method of feeding an input of notes into the fretboard rendering #11
  • Hook up MIDI output to fretboard notes #12
  • Investigate how to stream buffer of MIDI (or pre-buffer it all) while also playing back audio files in sync #13

In the first link, that's really interesting that they computed note duration.

The other libraries are good finds as well. Good to know others use different timing methods.