@prefix blop: . @prefix dct: . @prefix doap: . @prefix lv2: . blop:branch a lv2:Plugin , lv2:UtilityPlugin ; lv2:project blop: ; lv2:microVersion 0 ; lv2:minorVersion 0 ; lv2:optionalFeature lv2:hardRTCapable ; lv2:port [ a lv2:ControlPort , lv2:InputPort ; lv2:index 0 ; lv2:name "Input" ; lv2:symbol "in" ] , [ a lv2:ControlPort , lv2:OutputPort ; lv2:index 1 ; lv2:name "Output 1" ; lv2:symbol "out1" ] , [ a lv2:ControlPort , lv2:OutputPort ; lv2:index 2 ; lv2:name "Output 2" ; lv2:symbol "out2" ] ; dct:replaces , ; doap:name "Signal Branch" ; lv2:documentation """

Splits an input signal into two identical signals. Somewhat redundant, as most modular synth hosts allow you to connect an output to more than one input. If your host of choice does not allow this, this plugin will do the job...

""" .