jjazzboss / JJazzLab

A complete and open application for automatic backing tracks generation.
https://www.jjazzlab.org
GNU Lesser General Public License v2.1
377 stars 22 forks source link

Use custom MidiEvents for beats/bar/chord symbols in ControlTrack #356

Closed jjazzboss closed 1 year ago

jjazzboss commented 1 year ago

Eg store the beat number in a MetaMessage. Associate a MidiEvent() to CLI_ChordSymbol to be more efficient in meta() method in MusicController etc.

jjazzboss commented 1 year ago

Implemented