diff --git a/Source/Processors/Parameter/Parameter.cpp b/Source/Processors/Parameter/Parameter.cpp index 283120c7c..16d64e889 100755 --- a/Source/Processors/Parameter/Parameter.cpp +++ b/Source/Processors/Parameter/Parameter.cpp @@ -782,7 +782,7 @@ Array SelectedChannelsParameter::parseSelectedString (const String& input) void SelectedChannelsParameter::setChannelCount (int newCount) { - if (channelCount > newCount) + if (channelCount > newCount && parameterOwner->getType() != ParameterOwner::SPIKE_CHANNEL) { Array values; for (int i = 0; i < currentValue.getArray()->size(); i++)