oldtechaa / SeekMIDI

SeekMIDI, a simple multi-channel graphical MIDI sequencer.
https://oldtechaa.github.io/SeekMIDI/
Other
1 stars 1 forks source link

Add multi-channel support #14

Open oldtechaa opened 8 years ago

oldtechaa commented 8 years ago

The eventual goal is to enable multi-channel support. This will require a channel selector drop-down and a $gtkObjects array for each channel (or a single 3D array).

oldtechaa commented 8 years ago

This should be separate from the editor itself so as to show the song as a whole. When you click on a channel, the widget should then fill the whole window.