You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In the time table, when playing the composition back, color the tone currently being plyed.
The text was updated successfully, but these errors were encountered: