We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c31869 commit 8ee6cebCopy full SHA for 8ee6ceb
Source/Processors/MessageCenter/MessageCenter.cpp
@@ -51,6 +51,7 @@ void MessageCenter::addSpecialProcessorChannels()
51
52
if (eventChannel == nullptr)
53
{
54
+
55
clearSettings();
56
57
eventChannel = new EventChannel(EventChannel::TEXT,
@@ -138,4 +139,4 @@ void MessageCenter::process(AudioSampleBuffer& buffer)
138
139
}
140
141
-}
142
+}
Source/Processors/RecordNode/RecordNode.cpp
@@ -443,7 +443,7 @@ void RecordNode::updateSettings()
443
bool RecordNode::enable()
444
445
446
- connectToMessageCenter();
+ //connectToMessageCenter();
447
448
if (hasRecorded)
449
0 commit comments