We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f6528 commit 31dd443Copy full SHA for 31dd443
1 file changed
Source/Processors/MessageCenter/MessageCenter.cpp
@@ -45,6 +45,7 @@ MessageCenter::~MessageCenter()
45
46
void MessageCenter::addSpecialProcessorChannels(Array<EventChannel*>& channels)
47
{
48
+ clearSettings();
49
EventChannel* chan = new EventChannel(EventChannel::TEXT, 1, MAX_MSG_LENGTH, CoreServices::getGlobalSampleRate(), this, 0);
50
chan->setName("GUI Messages");
51
chan->setDescription("Messages from the GUI Message Center");
0 commit comments