Tap Tempo, ToobAmp v1.1.72
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||
lv2:minorVersion 0 ;
|
||||
lv2:microVersion 71 ;
|
||||
lv2:microVersion 72 ;
|
||||
rdfs:comment """
|
||||
Remix a stereo input signal.
|
||||
|
||||
@@ -115,31 +115,75 @@ Remix a stereo input signal.
|
||||
lv2:maximum 1.0;
|
||||
rdfs:comment "Right Pan";
|
||||
],
|
||||
[
|
||||
a lv2:InputPort ,
|
||||
lv2:ControlPort ;
|
||||
|
||||
lv2:index 4;
|
||||
lv2:symbol "phaseL" ;
|
||||
lv2:name "Phase L";
|
||||
lv2:default 1.0 ;
|
||||
lv2:minimum 0.0;
|
||||
lv2:maximum 1.0;
|
||||
lv2:portProperty lv2:enumeration ;
|
||||
|
||||
lv2:scalePoint [
|
||||
rdfs:label "Inverted" ;
|
||||
rdf:value 0.0
|
||||
] , [
|
||||
rdfs:label "Normal" ;
|
||||
rdf:value 1.0
|
||||
];
|
||||
|
||||
rdfs:comment "Left phase (pre-mix)";
|
||||
],
|
||||
[
|
||||
a lv2:InputPort ,
|
||||
lv2:ControlPort ;
|
||||
|
||||
lv2:index 5;
|
||||
lv2:symbol "phaseR" ;
|
||||
lv2:name "Phase R";
|
||||
lv2:default 1.0 ;
|
||||
lv2:minimum 0.0;
|
||||
lv2:maximum 1.0;
|
||||
|
||||
lv2:portProperty lv2:enumeration ;
|
||||
lv2:scalePoint [
|
||||
rdfs:label "Inverted" ;
|
||||
rdf:value 0.0
|
||||
] , [
|
||||
rdfs:label "Normal" ;
|
||||
rdf:value 1.0
|
||||
];
|
||||
|
||||
rdfs:comment "Right phase (pre-mix)";
|
||||
],
|
||||
[
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort ;
|
||||
lv2:index 4 ;
|
||||
lv2:index 6 ;
|
||||
lv2:symbol "inl" ;
|
||||
lv2:name "In L"
|
||||
],
|
||||
[
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort ;
|
||||
lv2:index 5 ;
|
||||
lv2:index 7 ;
|
||||
lv2:symbol "inr" ;
|
||||
lv2:name "In R"
|
||||
],
|
||||
[
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort ;
|
||||
lv2:index 6 ;
|
||||
lv2:index 8 ;
|
||||
lv2:symbol "outl" ;
|
||||
lv2:name "Out L"
|
||||
],
|
||||
[
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort ;
|
||||
lv2:index 7 ;
|
||||
lv2:index 9 ;
|
||||
lv2:symbol "outr" ;
|
||||
lv2:name "OutR"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user