diff options
Diffstat (limited to 'include/adlmidi.hpp')
-rw-r--r-- | include/adlmidi.hpp | 2 |
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); |