diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-24 21:51:00 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-24 21:51:00 +0300 |
commit | ef0484f67882ab52a537b554602017ec7974354f (patch) | |
tree | 6f9c63405a465755890ecd81b279432039417bd2 /src/adlmidi_private.hpp | |
parent | 60f7ea56a4ccc88a8e747b87ba9fb39f1d8330b5 (diff) | |
download | libADLMIDI-ef0484f67882ab52a537b554602017ec7974354f.tar.gz libADLMIDI-ef0484f67882ab52a537b554602017ec7974354f.tar.bz2 libADLMIDI-ef0484f67882ab52a537b554602017ec7974354f.zip |
OPL3: Rename "touchReal" into "touchNote"
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 |