From e5ec354ac4a7e2d571181c7a675a377d555107df Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 31 Jul 2024 17:18:05 -0400 Subject: [PATCH] cwFlow.cpp/cwFlowProc.h/cpp : Comment out 'piano_voice'. --- cwFlow.cpp | 2 +- cwFlowProc.cpp | 4 ++-- cwFlowProc.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cwFlow.cpp b/cwFlow.cpp index 8758b2b..4329d5e 100644 --- a/cwFlow.cpp +++ b/cwFlow.cpp @@ -58,7 +58,7 @@ namespace cw { "xfade_ctl", &xfade_ctl::members }, { "poly_voice_ctl", &poly_voice_ctl::members }, { "midi_voice", &midi_voice::members }, - { "piano_voice", &piano_voice::members }, + //{ "piano_voice", &piano_voice::members }, { "sample_hold", &sample_hold::members }, { "number", &number::members }, { "reg", ®::members }, diff --git a/cwFlowProc.cpp b/cwFlowProc.cpp index 564468b..3a338ae 100644 --- a/cwFlowProc.cpp +++ b/cwFlowProc.cpp @@ -4443,7 +4443,7 @@ namespace cw }; } - +#ifdef NOT_DEF //------------------------------------------------------------------------------------------------------------------ // // piano_voice @@ -4786,7 +4786,7 @@ namespace cw }; } - +#endif //------------------------------------------------------------------------------------------------------------------ // diff --git a/cwFlowProc.h b/cwFlowProc.h index 96aed14..922693b 100644 --- a/cwFlowProc.h +++ b/cwFlowProc.h @@ -30,7 +30,7 @@ namespace cw namespace audio_marker { extern class_members_t members; } namespace xfade_ctl { extern class_members_t members; } namespace midi_voice { extern class_members_t members; } - namespace piano_voice { extern class_members_t members; } + //namespace piano_voice { extern class_members_t members; } namespace poly_voice_ctl { extern class_members_t members; } namespace sample_hold { extern class_members_t members; } namespace number { extern class_members_t members; }