Skip to content

Commit 7e1d9a1

Browse files
committed
splitter is a splitter
1 parent b92f02a commit 7e1d9a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/Processors/Splitter/Splitter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Splitter::Splitter()
3030
: GenericProcessor("Splitter"),
3131
destNodeA(0), destNodeB(0), activePath(0)
3232
{
33+
setProcessorType(PROCESSOR_TYPE_SPLITTER);
3334
sendSampleCount = false;
3435
}
3536

0 commit comments

Comments
 (0)