diff options
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index c2771fc..066eef7 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -385,7 +385,7 @@ public: * @param volume Volume level (from 0 to 63) * @param brightness CC74 Brightness level (from 0 to 127) */ - void touchReal(uint32_t c, uint8_t volume, uint8_t brightness = 127); + void touchNote(uint32_t c, uint8_t volume, uint8_t brightness = 127); /** * @brief Set the instrument into specified chip channel |