removed temporary dev files
This commit is contained in:
parent
c027f96309
commit
824a683892
1 changed files with 0 additions and 354 deletions
354
dev/FUZZ.ttl
354
dev/FUZZ.ttl
|
@ -1,354 +0,0 @@
|
|||
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
|
||||
@prefix doap: <http://usefulinc.com/ns/doap#> .
|
||||
@prefix ingen: <http://drobilla.net/ns/ingen#> .
|
||||
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
|
||||
@prefix midi: <http://lv2plug.in/ns/ext/midi#> .
|
||||
@prefix mod: <http://moddevices.com/ns/mod#> .
|
||||
@prefix pedal: <http://moddevices.com/ns/modpedal#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
|
||||
_:b1
|
||||
ingen:tail <capture_1> ;
|
||||
ingen:head <StompBox_fuzz/INPUT_L> .
|
||||
|
||||
_:b2
|
||||
ingen:tail <BigMuffPi/Out1> ;
|
||||
ingen:head <Overdrive/right_in> .
|
||||
|
||||
_:b3
|
||||
ingen:tail <capture_2> ;
|
||||
ingen:head <BigMuffPi/In> .
|
||||
|
||||
_:b4
|
||||
ingen:tail <Overdrive/left_out> ;
|
||||
ingen:head <playback_1> .
|
||||
|
||||
_:b5
|
||||
ingen:tail <capture_1> ;
|
||||
ingen:head <BigMuffPi/In> .
|
||||
|
||||
_:b6
|
||||
ingen:tail <StompBox_fuzz/OUTPUT_L> ;
|
||||
ingen:head <playback_1> .
|
||||
|
||||
_:b7
|
||||
ingen:tail <capture_2> ;
|
||||
ingen:head <StompBox_fuzz/INPUT_R> .
|
||||
|
||||
_:b8
|
||||
ingen:tail <StompBox_fuzz/OUTPUT_R> ;
|
||||
ingen:head <playback_2> .
|
||||
|
||||
_:b9
|
||||
ingen:tail <BigMuffPi/Out1> ;
|
||||
ingen:head <Overdrive/left_in> .
|
||||
|
||||
_:b10
|
||||
ingen:tail <Overdrive/right_out> ;
|
||||
ingen:head <playback_2> .
|
||||
|
||||
<BigMuffPi>
|
||||
ingen:canvasX 561.0 ;
|
||||
ingen:canvasY 210.0 ;
|
||||
ingen:enabled false ;
|
||||
ingen:polyphonic false ;
|
||||
lv2:microVersion 0 ;
|
||||
lv2:minorVersion 0 ;
|
||||
mod:builderVersion 0 ;
|
||||
mod:releaseNumber 0 ;
|
||||
lv2:port <BigMuffPi/In> ,
|
||||
<BigMuffPi/Out1> ,
|
||||
<BigMuffPi/Tone> ,
|
||||
<BigMuffPi/Level> ,
|
||||
<BigMuffPi/Sustain> ,
|
||||
<BigMuffPi/:bypass> ;
|
||||
lv2:prototype <http://moddevices.com/plugins/mod-devel/BigMuffPi> ;
|
||||
pedal:preset <> ;
|
||||
a ingen:Block .
|
||||
|
||||
<BigMuffPi/In>
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<BigMuffPi/In>
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<BigMuffPi/Tone>
|
||||
ingen:value 0.250000 ;
|
||||
midi:binding [
|
||||
midi:channel 0 ;
|
||||
midi:controllerNumber 1 ;
|
||||
lv2:minimum 0.000000 ;
|
||||
lv2:maximum 1.000000 ;
|
||||
a midi:Controller ;
|
||||
] ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<BigMuffPi/Level>
|
||||
ingen:value 0.500000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<BigMuffPi/Sustain>
|
||||
ingen:value 0.500000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<BigMuffPi/:bypass>
|
||||
ingen:value 1 ;
|
||||
midi:binding [
|
||||
midi:channel 0 ;
|
||||
midi:controllerNumber 0 ;
|
||||
a midi:Controller ;
|
||||
] ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<Overdrive>
|
||||
ingen:canvasX 1061.0 ;
|
||||
ingen:canvasY 180.0 ;
|
||||
ingen:enabled true ;
|
||||
ingen:polyphonic false ;
|
||||
lv2:microVersion 4 ;
|
||||
lv2:minorVersion 0 ;
|
||||
mod:builderVersion 0 ;
|
||||
mod:releaseNumber 0 ;
|
||||
lv2:port <Overdrive/left_in> ,
|
||||
<Overdrive/right_in> ,
|
||||
<Overdrive/left_out> ,
|
||||
<Overdrive/right_out> ,
|
||||
<Overdrive/drive> ,
|
||||
<Overdrive/muffle> ,
|
||||
<Overdrive/output> ,
|
||||
<Overdrive/:bypass> ;
|
||||
lv2:prototype <http://moddevices.com/plugins/mda/Overdrive> ;
|
||||
pedal:preset <> ;
|
||||
a ingen:Block .
|
||||
|
||||
<Overdrive/left_in>
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<Overdrive/right_in>
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<Overdrive/left_in>
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<Overdrive/right_in>
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<Overdrive/drive>
|
||||
ingen:value 50.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<Overdrive/muffle>
|
||||
ingen:value 25.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<Overdrive/output>
|
||||
ingen:value 0.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<Overdrive/:bypass>
|
||||
ingen:value 0 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<StompBox_fuzz>
|
||||
ingen:canvasX 547.0 ;
|
||||
ingen:canvasY 740.0 ;
|
||||
ingen:enabled true ;
|
||||
ingen:polyphonic false ;
|
||||
lv2:microVersion 0 ;
|
||||
lv2:minorVersion 0 ;
|
||||
mod:builderVersion 0 ;
|
||||
mod:releaseNumber 0 ;
|
||||
lv2:port <StompBox_fuzz/INPUT_L> ,
|
||||
<StompBox_fuzz/INPUT_R> ,
|
||||
<StompBox_fuzz/OUTPUT_L> ,
|
||||
<StompBox_fuzz/OUTPUT_R> ,
|
||||
<StompBox_fuzz/BYPASS> ,
|
||||
<StompBox_fuzz/LEVEL> ,
|
||||
<StompBox_fuzz/HI> ,
|
||||
<StompBox_fuzz/MID> ,
|
||||
<StompBox_fuzz/LO> ,
|
||||
<StompBox_fuzz/GAIN> ,
|
||||
<StompBox_fuzz/:bypass> ;
|
||||
lv2:prototype <http://rakarrack.sourceforge.net/effects.html#StompBox_fuzz> ;
|
||||
pedal:preset <> ;
|
||||
a ingen:Block .
|
||||
|
||||
<StompBox_fuzz/INPUT_L>
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<StompBox_fuzz/INPUT_R>
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<StompBox_fuzz/INPUT_L>
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<StompBox_fuzz/INPUT_R>
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<StompBox_fuzz/BYPASS>
|
||||
ingen:value 0.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<StompBox_fuzz/LEVEL>
|
||||
ingen:value 64.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<StompBox_fuzz/HI>
|
||||
ingen:value 20.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<StompBox_fuzz/MID>
|
||||
ingen:value 29.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<StompBox_fuzz/LO>
|
||||
ingen:value 20.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<StompBox_fuzz/GAIN>
|
||||
ingen:value 64.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<StompBox_fuzz/:bypass>
|
||||
ingen:value 0 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<:bpb>
|
||||
ingen:value 4.000000 ;
|
||||
lv2:index 0 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<:bpm>
|
||||
ingen:value 120.000000 ;
|
||||
lv2:index 1 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<:rolling>
|
||||
ingen:value 0 ;
|
||||
lv2:index 2 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<control_in>
|
||||
atom:bufferType atom:Sequence ;
|
||||
lv2:index 3 ;
|
||||
lv2:name "Control In" ;
|
||||
lv2:portProperty lv2:connectionOptional ;
|
||||
lv2:symbol "control_in" ;
|
||||
<http://lv2plug.in/ns/ext/resize-port#minimumSize> 4096 ;
|
||||
a atom:AtomPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<control_out>
|
||||
atom:bufferType atom:Sequence ;
|
||||
lv2:index 4 ;
|
||||
lv2:name "Control Out" ;
|
||||
lv2:portProperty lv2:connectionOptional ;
|
||||
lv2:symbol "control_out" ;
|
||||
<http://lv2plug.in/ns/ext/resize-port#minimumSize> 4096 ;
|
||||
a atom:AtomPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<capture_1>
|
||||
lv2:index 5 ;
|
||||
lv2:name "Capture 1" ;
|
||||
lv2:portProperty lv2:connectionOptional ;
|
||||
lv2:symbol "capture_1" ;
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<capture_2>
|
||||
lv2:index 6 ;
|
||||
lv2:name "Capture 2" ;
|
||||
lv2:portProperty lv2:connectionOptional ;
|
||||
lv2:symbol "capture_2" ;
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<playback_1>
|
||||
lv2:index 7 ;
|
||||
lv2:name "Playback 1" ;
|
||||
lv2:portProperty lv2:connectionOptional ;
|
||||
lv2:symbol "playback_1" ;
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<playback_2>
|
||||
lv2:index 8 ;
|
||||
lv2:name "Playback 2" ;
|
||||
lv2:portProperty lv2:connectionOptional ;
|
||||
lv2:symbol "playback_2" ;
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<midi_separated_mode>
|
||||
ingen:value 0 ;
|
||||
lv2:index 9 ;
|
||||
a atom:AtomPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<>
|
||||
doap:name "FUZZ" ;
|
||||
pedal:unitName "Unknown" ;
|
||||
pedal:unitModel "Unknown" ;
|
||||
pedal:width 3788 ;
|
||||
pedal:height 1546 ;
|
||||
pedal:addressings <addressings.json> ;
|
||||
pedal:screenshot <screenshot.png> ;
|
||||
pedal:thumbnail <thumbnail.png> ;
|
||||
pedal:version 7 ;
|
||||
ingen:polyphony 1 ;
|
||||
ingen:arc _:b1 ,
|
||||
_:b2 ,
|
||||
_:b3 ,
|
||||
_:b4 ,
|
||||
_:b5 ,
|
||||
_:b6 ,
|
||||
_:b7 ,
|
||||
_:b8 ,
|
||||
_:b9 ,
|
||||
_:b10 ;
|
||||
ingen:block <BigMuffPi> ,
|
||||
<Overdrive> ,
|
||||
<StompBox_fuzz> ;
|
||||
lv2:port <:bpb> ,
|
||||
<:bpm> ,
|
||||
<:rolling> ,
|
||||
<midi_separated_mode> ,
|
||||
<control_in> ,
|
||||
<control_out> ,
|
||||
<capture_1> ,
|
||||
<capture_2> ,
|
||||
<playback_1> ,
|
||||
<playback_2> ;
|
||||
lv2:extensionData <http://lv2plug.in/ns/ext/state#interface> ;
|
||||
a lv2:Plugin ,
|
||||
ingen:Graph ,
|
||||
pedal:Pedalboard .
|
Loading…
Reference in a new issue