sean-e / mTroll

mTroll is the software MIDI control engine part of a hybrid hardware/software MIDI foot controller, but can be used standalone on Windows.
http://www.creepingfog.com/mTroll/
GNU General Public License v3.0
4 stars 0 forks source link

add some sort of support for Set Lists #36

Closed sean-e closed 1 month ago

sean-e commented 1 month ago

Add some sort of support for set lists -- using banks as substitutes for songs.

Either a way to define bank navigation order, or a way to navigate a bank via the next/prev buttons.

Or a new SetList section that simply lists banks and navigates forward/backward through them when a set is loaded.

Implement #35 first.

sean-e commented 1 month ago

Allow bank/song to appear multiple times in the nav list.

If there are banks which have been defined but that are not referenced by the nav list, automatically append them to the end of the list. Option to disable that functionality via attribute on the list definition.