diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-04 03:42:23 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-04 03:42:23 +0300 |
commit | efe169c36a145696e64892d53d8c90556a9e7b91 (patch) | |
tree | 298c25870d1b360664cd12495b04ba35abf093bd /src/adlmidi_private.hpp | |
parent | 9c8d04d885946342d0ffd233418e7862b6ca990c (diff) | |
download | libADLMIDI-efe169c36a145696e64892d53d8c90556a9e7b91.tar.gz libADLMIDI-efe169c36a145696e64892d53d8c90556a9e7b91.tar.bz2 libADLMIDI-efe169c36a145696e64892d53d8c90556a9e7b91.zip |
Continue documenting, and apply some minor fixes on other files
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 770b862..9687023 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -367,7 +367,7 @@ public: /** * @brief Write data to OPL3 chip register * @param chip Index of emulated chip. In hardware OPL3 builds, this parameter is ignored - * @param index Register address to write + * @param address Register address to write * @param value Value to write */ void writeReg(size_t chip, uint16_t address, uint8_t value); @@ -375,7 +375,7 @@ public: /** * @brief Write data to OPL3 chip register * @param chip Index of emulated chip. In hardware OPL3 builds, this parameter is ignored - * @param index Register address to write + * @param address Register address to write * @param value Value to write */ void writeRegI(size_t chip, uint32_t address, uint32_t value); @@ -1182,7 +1182,7 @@ public: /** * @brief MSB Bank Change CC * @param channel MIDI channel - * @param lsb MSB value of bank number + * @param msb MSB value of bank number */ void realTime_BankChangeMSB(uint8_t channel, uint8_t msb); |