diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/adlmidi.hpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/adlmidi.hpp b/include/adlmidi.hpp index dda9c78..69ee026 100644 --- a/include/adlmidi.hpp +++ b/include/adlmidi.hpp @@ -31,7 +31,7 @@ struct ADL_MIDIPlayer;  class ADLMIDI_DECLSPEC AdlInstrumentTester  {      struct Impl; -    Impl *P; +    Impl *p;  public:      explicit AdlInstrumentTester(ADL_MIDIPlayer *device); @@ -39,8 +39,8 @@ public:      // Find list of adlib instruments that supposedly implement this GM      void FindAdlList(); -    void Touch(unsigned c, unsigned volume);      void DoNote(int note); +    void DoNoteOff();      void NextGM(int offset);      void NextAdl(int offset);      bool HandleInputChar(char ch); |