This commit is contained in:
Robin Davies
2023-04-16 01:13:03 -04:00
parent d05c7c7104
commit 845af2ee47
93 changed files with 3987 additions and 1688 deletions
+4 -34
View File
@@ -28,7 +28,7 @@
a foaf:Person ;
foaf:name "Robin Davies" ;
foaf:mbox <mailto:rerdavies@gmail.com> ;
foaf:homepage <http://two-play.com/> .
foaf:homepage <https://github.com/sponsors/rerdavies> .
<http://two-play.com/plugins/toob-spectrum>
a lv2:Plugin ,
@@ -39,7 +39,7 @@
doap:license <https://two-play.com/TooB/licenses/isc> ;
doap:maintainer <http://two-play.com/rerdavies#me> ;
lv2:minorVersion 0 ;
lv2:microVersion 13 ;
lv2:microVersion 14 ;
rdfs:comment "TooB spectrum analyzer" ;
mod:brand "TooB";
@@ -91,37 +91,7 @@ Displays a spectral plot of the input signal.
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 4 ;
lv2:symbol "blockSize" ;
lv2:name "Block Size";
lv2:default 4096.0 ;
lv2:minimum 1024.0 ;
lv2:maximum 8192.0;
lv2:portProperty lv2:enumeration ;
rdfs:comment "Wave Shape" ;
lv2:scalePoint [
rdfs:label "1024" ;
rdf:value 1024.0
],
[
rdfs:label "2048" ;
rdf:value 2048.0
],
[
rdfs:label "4096" ;
rdf:value 4096.0
],
[
rdfs:label "8192" ;
rdf:value 8192.0
];
],
[
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 5 ;
lv2:index 4 ;
lv2:symbol "minF" ;
lv2:name "Min F";
lv2:default 60.0 ;
@@ -135,7 +105,7 @@ Displays a spectral plot of the input signal.
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 6 ;
lv2:index 5 ;
lv2:symbol "maxF" ;
lv2:name "Max F";
lv2:default 16000.0 ;