From d63146e305136dec0591559cc22b3555d970ec5c Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Tue, 17 Dec 2019 18:50:19 +0100 Subject: [PATCH] Updated comment --- src/sfizz/Synth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;