Updated comment
This commit is contained in:
parent
81cd4db0c4
commit
d63146e305
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ private:
|
||||||
* @return Voice*
|
* @return Voice*
|
||||||
*/
|
*/
|
||||||
Voice* findFreeVoice() noexcept;
|
Voice* findFreeVoice() noexcept;
|
||||||
// Names for the cc as set by the cc_label or cc_name opcodes
|
// Names for the cc as set by the label_cc opcode
|
||||||
std::vector<CCNamePair> ccNames;
|
std::vector<CCNamePair> ccNames;
|
||||||
// Default active switch if multiple keyswitchable regions are present
|
// Default active switch if multiple keyswitchable regions are present
|
||||||
absl::optional<uint8_t> defaultSwitch;
|
absl::optional<uint8_t> defaultSwitch;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue