Skip to content

Commit 31dd443

Browse files
committed
Fix event indexing issue in message center
1 parent 16f6528 commit 31dd443

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/Processors/MessageCenter/MessageCenter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ MessageCenter::~MessageCenter()
4545

4646
void MessageCenter::addSpecialProcessorChannels(Array<EventChannel*>& channels)
4747
{
48+
clearSettings();
4849
EventChannel* chan = new EventChannel(EventChannel::TEXT, 1, MAX_MSG_LENGTH, CoreServices::getGlobalSampleRate(), this, 0);
4950
chan->setName("GUI Messages");
5051
chan->setDescription("Messages from the GUI Message Center");

0 commit comments

Comments
 (0)