Toob ML bug fixes.

This commit is contained in:
Robin Davies
2022-03-18 01:20:24 -04:00
parent a22c145ef5
commit f93f01ba06
10 changed files with 307 additions and 69 deletions
+75 -58
View File
@@ -86,58 +86,9 @@ and uses model files from from the GuitarML Neural Pi project (https://github.co
units:unit units:db ;
rdf:comment "Input volume trim (pre-model)";
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 1 ;
lv2:symbol "bass" ;
lv2:name "Bass";
pg:group toobml:filterGroup ;
lv2:default 0.5 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
rdf:comment "Bass eq (pre-model)";
], [
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 2 ;
lv2:symbol "mid" ;
lv2:name "Mid";
pg:group toobml:filterGroup ;
lv2:default 0.5 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
rdf:comment "Mid eq (pre-model)";
], [
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 3 ;
lv2:symbol "treble" ;
lv2:name "Treble";
pg:group toobml:filterGroup ;
lv2:default 0.5 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
rdf:comment "Treble eq (pre-model)";
],
[
a lv2:InputPort, lv2:ControlPort ;
lv2:index 4 ;
lv2:index 1 ;
lv2:symbol "model" ;
lv2:name "Model" ;
lv2:default 0.0 ;
@@ -282,7 +233,7 @@ and uses model files from from the GuitarML Neural Pi project (https://github.co
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 5 ;
lv2:index 2 ;
lv2:symbol "gain" ;
lv2:name "Gain";
lv2:default 3.0 ;
@@ -294,7 +245,7 @@ and uses model files from from the GuitarML Neural Pi project (https://github.co
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 6 ;
lv2:index 3 ;
lv2:symbol "master" ;
lv2:name "Master";
lv2:default 0.0 ;
@@ -304,16 +255,81 @@ and uses model files from from the GuitarML Neural Pi project (https://github.co
rdf:comment "Output volume trim (pot-model)";
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 4 ;
lv2:symbol "bass" ;
lv2:name "Bass";
pg:group toobml:filterGroup ;
lv2:default 0.5 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
rdf:comment "Bass eq (pre-model)";
], [
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 5 ;
lv2:symbol "mid" ;
lv2:name "Mid";
pg:group toobml:filterGroup ;
lv2:default 0.5 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
rdf:comment "Mid eq (pre-model)";
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 6 ;
lv2:symbol "treble" ;
lv2:name "Treble";
pg:group toobml:filterGroup ;
lv2:default 0.5 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
rdf:comment "Treble eq (pre-model)";
],
[
a lv2:OutputPort ,
lv2:ControlPort ;
lv2:portProperty epp:notOnGUI;
lv2:index 7 ;
lv2:symbol "gainEnable" ;
lv2:name "GainEnable";
lv2:default 0.1 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
],
[
a lv2:AudioPort ,
lv2:InputPort ;
lv2:index 7 ;
lv2:index 8 ;
lv2:symbol "in" ;
lv2:name "In"
], [
a lv2:AudioPort ,
lv2:OutputPort ;
lv2:index 8 ;
lv2:index 9 ;
lv2:symbol "out" ;
lv2:name "Out"
]
@@ -324,21 +340,22 @@ and uses model files from from the GuitarML Neural Pi project (https://github.co
atom:bufferType atom:Sequence ;
atom:supports patch:Message;
lv2:designation lv2:control ;
lv2:index 9 ;
lv2:index 10 ;
lv2:symbol "control" ;
lv2:name "Control" ;
rdfs:comment "Plugin to GUI communication" ;
] , [
] ,
[
a atom:AtomPort ,
lv2:OutputPort ;
atom:bufferType atom:Sequence ;
atom:supports patch:Message;
lv2:designation lv2:control ;
lv2:index 10 ;
lv2:index 11 ;
lv2:symbol "notify" ;
lv2:name "Notify" ;
rdfs:comment "Plugin to GUI communication" ;
]
]
.