From ef0484f67882ab52a537b554602017ec7974354f Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sun, 24 Jun 2018 21:51:00 +0300 Subject: OPL3: Rename "touchReal" into "touchNote" --- src/adlmidi_private.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/adlmidi_private.hpp') 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 -- cgit v1.2.3