We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92f02a commit 7e1d9a1Copy full SHA for 7e1d9a1
1 file changed
Source/Processors/Splitter/Splitter.cpp
@@ -30,6 +30,7 @@ Splitter::Splitter()
30
: GenericProcessor("Splitter"),
31
destNodeA(0), destNodeB(0), activePath(0)
32
{
33
+ setProcessorType(PROCESSOR_TYPE_SPLITTER);
34
sendSampleCount = false;
35
}
36
0 commit comments