TooBAmp 1.2.69 aarch64

This commit is contained in:
Robin E. R. Davies
2025-09-06 16:41:56 -04:00
parent 06a19e2f69
commit 099f77f672
22 changed files with 1163 additions and 157 deletions
+40 -13
View File
@@ -57,21 +57,33 @@ The TooB implementation is ported from the Synthesis Toolkit in C++ (STK), by Pe
lv2:port
[
a lv2:InputPort ,
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 0 ;
lv2:symbol "bypass" ;
lv2:name "Bypass" ;
lv2:default 1.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
lv2:designation lv2:enabled;
lv2:portProperty lv2:toggled;
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 0;
lv2:symbol "dryWet" ;
lv2:name "Dry/Wet";
lv2:default 0.75 ;
lv2:minimum 0;
lv2:maximum 1 ;
lv2:index 1;
lv2:symbol "dryWet" ;
lv2:name "Dry/Wet";
lv2:default 0.75 ;
lv2:minimum 0;
lv2:maximum 1 ;
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 1 ;
lv2:index 2 ;
lv2:symbol "roomSize" ;
lv2:name "Room Size";
@@ -82,7 +94,7 @@ The TooB implementation is ported from the Synthesis Toolkit in C++ (STK), by Pe
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 2 ;
lv2:index 3 ;
lv2:symbol "damping" ;
lv2:name "Damping";
@@ -91,25 +103,40 @@ The TooB implementation is ported from the Synthesis Toolkit in C++ (STK), by Pe
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 4 ;
lv2:symbol "tails" ;
lv2:name "Tails";
lv2:default 1 ;
lv2:minimum 0;
lv2:maximum 1 ;
lv2:portProperty lv2:toggled;
rdfs:comment "Enable reverb tails when bypassed" ;
],
[
a lv2:AudioPort ,
lv2:InputPort ;
lv2:index 3 ;
lv2:index 5 ;
lv2:symbol "inL" ;
lv2:name "InL"
],
[
a lv2:AudioPort ,
lv2:InputPort ;
lv2:index 4 ;
lv2:index 6 ;
lv2:symbol "inR" ;
lv2:name "InR"
],
[
a lv2:AudioPort ,
lv2:OutputPort ;
lv2:index 5 ;
lv2:index 7 ;
lv2:symbol "outL" ;
lv2:name "OutL"
]
@@ -117,7 +144,7 @@ The TooB implementation is ported from the Synthesis Toolkit in C++ (STK), by Pe
[
a lv2:AudioPort ,
lv2:OutputPort ;
lv2:index 6 ;
lv2:index 8 ;
lv2:symbol "outR" ;
lv2:name "OutR"
]