Updated comment

This commit is contained in:
Paul Ferrand 2019-12-17 18:50:19 +01:00
parent 81cd4db0c4
commit d63146e305

View file

@ -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;