@prefix doap: . @prefix lv2: . @prefix rdf: . @prefix rdfs: . @prefix units: . @prefix urid: . @prefix atom: . @prefix midi: . @prefix epp: . @prefix uiext: . @prefix idpy: . @prefix foaf: . @prefix mod: . @prefix param: . @prefix work: . @prefix atom: . @prefix patch: . @prefix plug: . @prefix rdfs: . @prefix state: . @prefix urid: . @prefix xsd: . a foaf:Person ; foaf:name "Robin Davies" ; foaf:mbox ; foaf:homepage . a lv2:Plugin , lv2:AnalyserPlugin ; doap:name "TooB Spectrum Analyzer" , "TooB Spectrum Analyzer"@en-gb ; doap:license ; doap:maintainer ; lv2:minorVersion 0 ; lv2:microVersion 13 ; rdfs:comment "TooB spectrum analyzer" ; mod:brand "TooB"; mod:label "Spectrum Analyzer"; lv2:requiredFeature urid:map ; lv2:optionalFeature lv2:hardRTCapable; lv2:extensionData state:interface, work:interface ; rdfs:comment """ Displays a spectral plot of the input signal. """; lv2:port [ a lv2:AudioPort , lv2:InputPort ; lv2:index 0 ; lv2:symbol "in" ; lv2:name "In" ] , [ a lv2:AudioPort , lv2:OutputPort ; lv2:index 1 ; lv2:symbol "out" ; lv2:name "Out" ], [ a atom:AtomPort , lv2:InputPort; atom:bufferType atom:Sequence ; atom:supports patch:Message; lv2:designation lv2:control ; lv2:index 2 ; 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 3; lv2:symbol "notify" ; lv2:name "Notify" ; rdfs:comment "Plugin to GUI communication" ; ], [ 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:symbol "minF" ; lv2:name "Min F"; lv2:default 60.0 ; lv2:minimum 10.0 ; lv2:maximum 400.0 ; units:unit units:hz; rdfs:comment "Minimum frequency displayed." ; ], [ a lv2:InputPort , lv2:ControlPort ; lv2:index 6 ; lv2:symbol "maxF" ; lv2:name "Max F"; lv2:default 16000.0 ; lv2:minimum 1000.0 ; lv2:maximum 22000.0 ; units:unit units:hz; rdfs:comment "Maximum frequency displayed." ; ]; .