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

on config load, validate bank number used in loadbank commands #14

Closed sean-e closed 3 years ago

sean-e commented 3 years ago

A runtime error is logged if a loadbank command references a bank number that has not been defined. After load of data is complete, validate loadbank commands and data so that error is logged during load rather than only if the command is actually executed.