diff --git a/src/sfizz/Synth.h b/src/sfizz/Synth.h index 6cb13fcd..798665c4 100644 --- a/src/sfizz/Synth.h +++ b/src/sfizz/Synth.h @@ -409,7 +409,7 @@ private: * @return Voice* */ 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 ccNames; // Default active switch if multiple keyswitchable regions are present absl::optional defaultSwitch;