oggy22 / MusicTools

Various musical tools including music hearing, machine composer and Chomsky music analyzer.
4 stars 2 forks source link

Color tones when playing #68

Closed oggy22 closed 4 years ago

oggy22 commented 5 years ago

In the time table, when playing the composition back, color the tone currently being plyed.

oggy22 commented 5 years ago

First the PlayBack routine needs to be async/on a separate thread.

MusicNode should implement notification mechanism on GetNotes(). For example: event NotePlayed(int n) - means note n has just been yield returned including pauses. By convention -1 means the end.