added development files (fake data)
This commit is contained in:
parent
824a683892
commit
13becac482
2 changed files with 738 additions and 0 deletions
347
dev/FUZZ.ttl
Normal file
347
dev/FUZZ.ttl
Normal file
|
@ -0,0 +1,347 @@
|
|||
@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 <BigMuffPi/In> .
|
||||
|
||||
_:b2
|
||||
ingen:tail <capture_2> ;
|
||||
ingen:head <StompBox_fuzz/INPUT_R> .
|
||||
|
||||
_:b3
|
||||
ingen:tail <StompBox_fuzz/OUTPUT_R> ;
|
||||
ingen:head <playback_2> .
|
||||
|
||||
_:b4
|
||||
ingen:tail <Overdrive/right_out> ;
|
||||
ingen:head <playback_2> .
|
||||
|
||||
_:b5
|
||||
ingen:tail <capture_1> ;
|
||||
ingen:head <StompBox_fuzz/INPUT_L> .
|
||||
|
||||
_:b6
|
||||
ingen:tail <Overdrive/left_out> ;
|
||||
ingen:head <playback_1> .
|
||||
|
||||
_:b7
|
||||
ingen:tail <capture_2> ;
|
||||
ingen:head <BigMuffPi/In> .
|
||||
|
||||
_:b8
|
||||
ingen:tail <StompBox_fuzz/OUTPUT_L> ;
|
||||
ingen:head <playback_1> .
|
||||
|
||||
_:b9
|
||||
ingen:tail <BigMuffPi/Out1> ;
|
||||
ingen:head <Overdrive/right_in> .
|
||||
|
||||
_:b10
|
||||
ingen:tail <BigMuffPi/Out1> ;
|
||||
ingen:head <Overdrive/left_in> .
|
||||
|
||||
<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 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<BigMuffPi/Level>
|
||||
ingen:value 0.500000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<BigMuffPi/Sustain>
|
||||
ingen:value 0.000000 ;
|
||||
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 13 ;
|
||||
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 .
|
391
dev/TEST.ttl
Normal file
391
dev/TEST.ttl
Normal file
|
@ -0,0 +1,391 @@
|
|||
@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 <_hornet_/out> ;
|
||||
ingen:head <playback_1> .
|
||||
|
||||
_:b2
|
||||
ingen:tail <_cstb_/out> ;
|
||||
ingen:head <DS1/In> .
|
||||
|
||||
_:b3
|
||||
ingen:tail <capture_2> ;
|
||||
ingen:head <ZamComp/lv2_sidechain_in> .
|
||||
|
||||
_:b4
|
||||
ingen:tail <ZamComp/lv2_audio_out_1> ;
|
||||
ingen:head <_cstb_/in> .
|
||||
|
||||
_:b5
|
||||
ingen:tail <capture_1> ;
|
||||
ingen:head <ZamComp/lv2_audio_in_1> .
|
||||
|
||||
_:b6
|
||||
ingen:tail <DS1/Out1> ;
|
||||
ingen:head <_hornet_/in> .
|
||||
|
||||
_:b7
|
||||
ingen:tail <_hornet_/out> ;
|
||||
ingen:head <playback_2> .
|
||||
|
||||
<DS1>
|
||||
ingen:canvasX 1666.0 ;
|
||||
ingen:canvasY 503.0 ;
|
||||
ingen:enabled true ;
|
||||
ingen:polyphonic false ;
|
||||
lv2:microVersion 0 ;
|
||||
lv2:minorVersion 0 ;
|
||||
mod:builderVersion 0 ;
|
||||
mod:releaseNumber 0 ;
|
||||
lv2:port <DS1/In> ,
|
||||
<DS1/Out1> ,
|
||||
<DS1/Tone> ,
|
||||
<DS1/Level> ,
|
||||
<DS1/Dist> ,
|
||||
<DS1/:bypass> ;
|
||||
lv2:prototype <http://moddevices.com/plugins/mod-devel/DS1> ;
|
||||
pedal:preset <> ;
|
||||
a ingen:Block .
|
||||
|
||||
<DS1/In>
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<DS1/In>
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<DS1/Tone>
|
||||
ingen:value 0.500000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<DS1/Level>
|
||||
ingen:value 0.500000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<DS1/Dist>
|
||||
ingen:value 0.500000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<DS1/:bypass>
|
||||
ingen:value 0 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<ZamComp>
|
||||
ingen:canvasX 564.0 ;
|
||||
ingen:canvasY 394.0 ;
|
||||
ingen:enabled false ;
|
||||
ingen:polyphonic false ;
|
||||
lv2:microVersion 7 ;
|
||||
lv2:minorVersion 2 ;
|
||||
mod:builderVersion 0 ;
|
||||
mod:releaseNumber 0 ;
|
||||
lv2:port <ZamComp/lv2_audio_in_1> ,
|
||||
<ZamComp/lv2_sidechain_in> ,
|
||||
<ZamComp/lv2_audio_out_1> ,
|
||||
<ZamComp/att> ,
|
||||
<ZamComp/rel> ,
|
||||
<ZamComp/kn> ,
|
||||
<ZamComp/rat> ,
|
||||
<ZamComp/thr> ,
|
||||
<ZamComp/mak> ,
|
||||
<ZamComp/slew> ,
|
||||
<ZamComp/sidech> ,
|
||||
<ZamComp/gr> ,
|
||||
<ZamComp/outlevel> ,
|
||||
<ZamComp/:bypass> ;
|
||||
lv2:prototype <urn:zamaudio:ZamComp> ;
|
||||
pedal:preset <> ;
|
||||
a ingen:Block .
|
||||
|
||||
<ZamComp/lv2_audio_in_1>
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<ZamComp/lv2_sidechain_in>
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<ZamComp/lv2_audio_in_1>
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<ZamComp/lv2_sidechain_in>
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<ZamComp/att>
|
||||
ingen:value 10.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<ZamComp/rel>
|
||||
ingen:value 80.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<ZamComp/kn>
|
||||
ingen:value 0.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<ZamComp/rat>
|
||||
ingen:value 4.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<ZamComp/thr>
|
||||
ingen:value 0.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<ZamComp/mak>
|
||||
ingen:value 0.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<ZamComp/slew>
|
||||
ingen:value 1.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<ZamComp/sidech>
|
||||
ingen:value 0.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<ZamComp/gr>
|
||||
a lv2:ControlPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<ZamComp/outlevel>
|
||||
a lv2:ControlPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<ZamComp/:bypass>
|
||||
ingen:value 1 ;
|
||||
midi:binding [
|
||||
midi:channel 0 ;
|
||||
midi:controllerNumber 0 ;
|
||||
a midi:Controller ;
|
||||
] ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<_cstb_>
|
||||
ingen:canvasX 1238.0 ;
|
||||
ingen:canvasY 475.0 ;
|
||||
ingen:enabled true ;
|
||||
ingen:polyphonic false ;
|
||||
lv2:microVersion 0 ;
|
||||
lv2:minorVersion 34 ;
|
||||
mod:builderVersion 0 ;
|
||||
mod:releaseNumber 0 ;
|
||||
lv2:port <_cstb_/in> ,
|
||||
<_cstb_/out> ,
|
||||
<_cstb_/ATTACK> ,
|
||||
<_cstb_/LEVEL> ,
|
||||
<_cstb_/WET_DRY> ,
|
||||
<_cstb_/:bypass> ;
|
||||
lv2:prototype <http://guitarix.sourceforge.net/plugins/gx_cstb_#_cstb_> ;
|
||||
pedal:preset <> ;
|
||||
a ingen:Block .
|
||||
|
||||
<_cstb_/in>
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<_cstb_/in>
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<_cstb_/ATTACK>
|
||||
ingen:value 0.500000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<_cstb_/LEVEL>
|
||||
ingen:value 0.200000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<_cstb_/WET_DRY>
|
||||
ingen:value 100.000000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<_cstb_/:bypass>
|
||||
ingen:value 0 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<_hornet_>
|
||||
ingen:canvasX 2046.0 ;
|
||||
ingen:canvasY 487.0 ;
|
||||
ingen:enabled true ;
|
||||
ingen:polyphonic false ;
|
||||
lv2:microVersion 0 ;
|
||||
lv2:minorVersion 34 ;
|
||||
mod:builderVersion 0 ;
|
||||
mod:releaseNumber 0 ;
|
||||
lv2:port <_hornet_/in> ,
|
||||
<_hornet_/out> ,
|
||||
<_hornet_/FUZZ> ,
|
||||
<_hornet_/SUSTAIN> ,
|
||||
<_hornet_/VOLUME> ,
|
||||
<_hornet_/:bypass> ;
|
||||
lv2:prototype <http://guitarix.sourceforge.net/plugins/gx_hornet_#_hornet_> ;
|
||||
pedal:preset <> ;
|
||||
a ingen:Block .
|
||||
|
||||
<_hornet_/in>
|
||||
a lv2:AudioPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<_hornet_/in>
|
||||
a lv2:AudioPort ,
|
||||
lv2:OutputPort .
|
||||
|
||||
<_hornet_/FUZZ>
|
||||
ingen:value 0.500000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<_hornet_/SUSTAIN>
|
||||
ingen:value 0.500000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<_hornet_/VOLUME>
|
||||
ingen:value 0.500000 ;
|
||||
a lv2:ControlPort ,
|
||||
lv2:InputPort .
|
||||
|
||||
<_hornet_/: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 "TEST" ;
|
||||
pedal:unitName "Unknown" ;
|
||||
pedal:unitModel "Unknown" ;
|
||||
pedal:width 0 ;
|
||||
pedal:height 0 ;
|
||||
pedal:addressings <addressings.json> ;
|
||||
pedal:screenshot <screenshot.png> ;
|
||||
pedal:thumbnail <thumbnail.png> ;
|
||||
pedal:version 3 ;
|
||||
ingen:polyphony 1 ;
|
||||
ingen:arc _:b1 ,
|
||||
_:b2 ,
|
||||
_:b3 ,
|
||||
_:b4 ,
|
||||
_:b5 ,
|
||||
_:b6 ,
|
||||
_:b7 ;
|
||||
ingen:block <DS1> ,
|
||||
<ZamComp> ,
|
||||
<_cstb_> ,
|
||||
<_hornet_> ;
|
||||
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