@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: . @prefix pipedal_ui: . @prefix pipedal_patch: . @prefix toob: . @prefix cabsim: . toob:frequencyResponseVector a lv2:Parameter; rdfs:label "Frequency Response"; rdfs:range atom:Vector. a foaf:Person ; foaf:name "Robin Davies" ; foaf:mbox ; foaf:homepage . a lv2:Plugin , lv2:SimulatorPlugin ; doap:name "TooB Cab Simulator" , "TooB Cab Simulator"@en-gb ; uiext:ui ; doap:license ; doap:maintainer ; lv2:minorVersion 0 ; lv2:microVersion 64 ; mod:brand "TooB"; mod:label "TooB CabSim"; lv2:requiredFeature urid:map ; lv2:optionalFeature lv2:hardRTCapable; pipedal_patch:readable toob:frequencyResponseVector; rdfs:comment """ TooB Cab Simulator provides EQ tools for emulating cabinet response without incurring the heavy cost of impulse-response based cabinet simulators. See the plugin's presets for emulations of well-known cabinets. """; lv2:port [ a lv2:InputPort , lv2:ControlPort ; lv2:index 0 ; lv2:symbol "locut" ; lv2:name "Lo Cut"; lv2:default 83.0 ; lv2:minimum 30.0 ; lv2:maximum 300.0 ; units:unit units:hz ; lv2:scalePoint [ rdfs:label "Off" ; rdf:value 30.0; ]; rdfs:comment "Low cutoff frequency. Set to minimum to disable." ; ], [ a lv2:InputPort , lv2:ControlPort ; lv2:index 1 ; lv2:symbol "bright" ; lv2:name "Bright"; lv2:default 0.0 ; lv2:minimum 0.0 ; lv2:maximum 20.0 ; units:unit units:db; lv2:scalePoint [ rdfs:label "Off" ; rdf:value 0.0; ]; rdfs:comment "Bright filter boost. Set to minimum to disable." ; ], [ a lv2:InputPort , lv2:ControlPort ; lv2:index 2 ; lv2:symbol "brightf" ; lv2:name "BrightF"; lv2:default 1300.0 ; lv2:minimum 1000.0 ; lv2:maximum 5000.0; units:unit units:hz; lv2:designation param:cutoffFrequency ; rdfs:comment "Bright filter cutoff frequency." ; ], [ a lv2:InputPort , lv2:ControlPort ; lv2:index 3 ; lv2:symbol "hicut" ; lv2:name "Hi Cut"; lv2:default 6000.0 ; lv2:minimum 2000.0 ; lv2:maximum 13000.0; units:unit units:hz; lv2:portProperty epp:logarithmic; lv2:designation param:cutoffFrequency ; rdfs:comment "Hi cutoff frequency. Set to maximum to disable." ; lv2:scalePoint [ rdfs:label "Off" ; rdf:value 13000.0; ] ; ], [ a lv2:InputPort , lv2:ControlPort ; lv2:index 4 ; lv2:symbol "comb" ; lv2:name "Comb"; lv2:default 0.32 ; lv2:minimum 0.0 ; lv2:maximum 1.0; rdfs:comment "Amount of comb filtering. Set to minimum to disable." ; ], [ a lv2:InputPort , lv2:ControlPort ; lv2:index 5 ; lv2:symbol "combf" ; lv2:name "Comb F"; lv2:default 8000.0 ; lv2:minimum 1000.0 ; lv2:maximum 10000.0; units:unit units:hz; lv2:designation param:cutoffFrequency ; rdfs:comment "Comb filter notch frequency." ; ], [ a lv2:InputPort , lv2:ControlPort ; lv2:index 6 ; lv2:symbol "trim" ; lv2:name "Trim"; lv2:default 1.5 ; lv2:minimum -30.0 ; lv2:maximum 30.0; units:unit units:db; rdfs:comment "Output leveltrim." ; ], [ a lv2:AudioPort , lv2:InputPort ; lv2:index 7 ; lv2:symbol "in" ; lv2:name "In" ] , [ a lv2:AudioPort , lv2:OutputPort ; lv2:index 8 ; 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 9 ; 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:symbol "notify" ; lv2:name "Notify" ; rdfs:comment "Plugin to GUI communication" ; ] . a uiext:X11UI ; lv2:binary ; lv2:extensionData uiext::idle ; lv2:extensionData uiext:resize ; lv2:extensionData uiext:idleInterface; lv2:requiredFeature uiext:idleInterface ; . pipedal_ui:ui . a pipedal_ui:ui ; pipedal_ui:frequencyPlot [ lv2:index 0 ; pipedal_ui:patchProperty toob:frequencyResponseVector; pipedal_ui:xLeft 30 ; pipedal_ui:xRight 22050 ; pipedal_ui:yTop 10 ; pipedal_ui:yBottom -35 ; pipedal_ui:xLog 1 ; pipedal_ui:yDb 1 ; pipedal_ui:width 236 ; ] .