aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-24 23:21:53 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-24 23:21:53 +0300
commit98e239c7aa86a73e1fa29e331c2258990be0470e (patch)
treed5aaeee2ec0bcb7e95d55d65a30895b50cf10824 /include
parentccbafdefa7b0ab02e7a3e28b4d9d3cd311abd367 (diff)
downloadlibADLMIDI-98e239c7aa86a73e1fa29e331c2258990be0470e.tar.gz
libADLMIDI-98e239c7aa86a73e1fa29e331c2258990be0470e.tar.bz2
libADLMIDI-98e239c7aa86a73e1fa29e331c2258990be0470e.zip
ADLMIDI2: Fixed an "bank always 0" bug
Diffstat (limited to 'include')
-rw-r--r--include/adlmidi.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/adlmidi.hpp b/include/adlmidi.hpp
index 69ee026..0df6dd4 100644
--- a/include/adlmidi.hpp
+++ b/include/adlmidi.hpp
@@ -37,6 +37,8 @@ public:
explicit AdlInstrumentTester(ADL_MIDIPlayer *device);
virtual ~AdlInstrumentTester();
+ void start();
+
// Find list of adlib instruments that supposedly implement this GM
void FindAdlList();
void DoNote(int note);