From 98e239c7aa86a73e1fa29e331c2258990be0470e Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 24 Aug 2020 23:21:53 +0300 Subject: ADLMIDI2: Fixed an "bank always 0" bug --- include/adlmidi.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/adlmidi.hpp') 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); -- cgit v1.2.3