| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| @prefix modgui: <http://moddevices.com/ns/modgui#> . | ||
| @prefix lv2: <http://lv2plug.in/ns/lv2core#> . | ||
|
|
||
| <http://kxstudio.linuxaudio.org/plugins/FluidPlug_Black_Pearl_4A> | ||
| modgui:gui [ | ||
| modgui:resourcesDirectory <modgui> ; | ||
| modgui:iconTemplate <modgui/icon-black-pearl-4a.html> ; | ||
| modgui:stylesheet <modgui/stylesheet-black-pearl-4a.css> ; | ||
| modgui:screenshot <modgui/screenshot-black-pearl-4a.png> ; | ||
| modgui:thumbnail <modgui/thumbnail-black-pearl-4a.png> ; | ||
| modgui:brand "AV Linux" ; | ||
| modgui:label "Black Pearl 4A" ; | ||
| modgui:model "boxy" ; | ||
| modgui:panel "1-knob" ; | ||
| modgui:color "black" ; | ||
| modgui:knob "steel" ; | ||
| modgui:port [ | ||
| lv2:index 0 ; | ||
| lv2:symbol "level" ; | ||
| lv2:name "Level" ; | ||
| ] ; | ||
| ] . |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| <div class="mod-pedal mod-pedal-boxy{{{cns}}} mod-one-knob mod-{{color}} {{color}}"> | ||
| <div mod-role="drag-handle" class="mod-drag-handle"></div> | ||
| <div class="mod-plugin-brand"><h1>{{brand}}</h1></div> | ||
| <div class="mod-plugin-name"><h1>{{label}}</h1></div> | ||
| <div class="mod-light on" mod-role="bypass-light"></div> | ||
| <div class="mod-control-group mod-{{knob}} clearfix"> | ||
| {{#controls}} | ||
| <div class="mod-knob" title="{{comment}}"> | ||
| <div class="mod-knob-image" mod-role="input-control-port" mod-port-symbol="{{symbol}}"></div> | ||
| <span class="mod-knob-title">{{name}}</span> | ||
| </div> | ||
| {{/controls}} | ||
| </div> | ||
| <div class="mod-footswitch" mod-role="bypass"></div> | ||
| <div class="mod-pedal-input"> | ||
| {{#effect.ports.audio.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-audio-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.audio.input}} | ||
| {{#effect.ports.midi.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-midi-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.midi.input}} | ||
| {{#effect.ports.cv.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-cv-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.cv.input}} | ||
| </div> | ||
| <div class="mod-pedal-output"> | ||
| {{#effect.ports.audio.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-audio-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.audio.output}} | ||
| {{#effect.ports.midi.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-midi-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.midi.output}} | ||
| {{#effect.ports.cv.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-cv-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.cv.output}} | ||
| </div> | ||
| </div> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| @prefix modgui: <http://moddevices.com/ns/modgui#> . | ||
| @prefix lv2: <http://lv2plug.in/ns/lv2core#> . | ||
|
|
||
| <http://kxstudio.linuxaudio.org/plugins/FluidPlug_Black_Pearl_4B> | ||
| modgui:gui [ | ||
| modgui:resourcesDirectory <modgui> ; | ||
| modgui:iconTemplate <modgui/icon-black-pearl-4b.html> ; | ||
| modgui:stylesheet <modgui/stylesheet-black-pearl-4b.css> ; | ||
| modgui:screenshot <modgui/screenshot-black-pearl-4b.png> ; | ||
| modgui:thumbnail <modgui/thumbnail-black-pearl-4b.png> ; | ||
| modgui:brand "AV Linux" ; | ||
| modgui:label "Black Pearl 4B" ; | ||
| modgui:model "boxy" ; | ||
| modgui:panel "1-knob" ; | ||
| modgui:color "black" ; | ||
| modgui:knob "black" ; | ||
| modgui:port [ | ||
| lv2:index 0 ; | ||
| lv2:symbol "level" ; | ||
| lv2:name "Level" ; | ||
| ] ; | ||
| ] . |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| <div class="mod-pedal mod-pedal-boxy{{{cns}}} mod-one-knob mod-{{color}} {{color}}"> | ||
| <div mod-role="drag-handle" class="mod-drag-handle"></div> | ||
| <div class="mod-plugin-brand"><h1>{{brand}}</h1></div> | ||
| <div class="mod-plugin-name"><h1>{{label}}</h1></div> | ||
| <div class="mod-light on" mod-role="bypass-light"></div> | ||
| <div class="mod-control-group mod-{{knob}} clearfix"> | ||
| {{#controls}} | ||
| <div class="mod-knob" title="{{comment}}"> | ||
| <div class="mod-knob-image" mod-role="input-control-port" mod-port-symbol="{{symbol}}"></div> | ||
| <span class="mod-knob-title">{{name}}</span> | ||
| </div> | ||
| {{/controls}} | ||
| </div> | ||
| <div class="mod-footswitch" mod-role="bypass"></div> | ||
| <div class="mod-pedal-input"> | ||
| {{#effect.ports.audio.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-audio-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.audio.input}} | ||
| {{#effect.ports.midi.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-midi-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.midi.input}} | ||
| {{#effect.ports.cv.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-cv-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.cv.input}} | ||
| </div> | ||
| <div class="mod-pedal-output"> | ||
| {{#effect.ports.audio.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-audio-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.audio.output}} | ||
| {{#effect.ports.midi.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-midi-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.midi.output}} | ||
| {{#effect.ports.cv.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-cv-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.cv.output}} | ||
| </div> | ||
| </div> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| @prefix modgui: <http://moddevices.com/ns/modgui#> . | ||
| @prefix lv2: <http://lv2plug.in/ns/lv2core#> . | ||
|
|
||
| <http://kxstudio.linuxaudio.org/plugins/FluidPlug_Black_Pearl_5> | ||
| modgui:gui [ | ||
| modgui:resourcesDirectory <modgui> ; | ||
| modgui:iconTemplate <modgui/icon-black-pearl-5.html> ; | ||
| modgui:stylesheet <modgui/stylesheet-black-pearl-5.css> ; | ||
| modgui:screenshot <modgui/screenshot-black-pearl-5.png> ; | ||
| modgui:thumbnail <modgui/thumbnail-black-pearl-5.png> ; | ||
| modgui:brand "AV Linux" ; | ||
| modgui:label "Black Pearl 5" ; | ||
| modgui:model "boxy" ; | ||
| modgui:panel "1-knob" ; | ||
| modgui:color "black" ; | ||
| modgui:knob "blue" ; | ||
| modgui:port [ | ||
| lv2:index 0 ; | ||
| lv2:symbol "level" ; | ||
| lv2:name "Level" ; | ||
| ] ; | ||
| ] . |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| <div class="mod-pedal mod-pedal-boxy{{{cns}}} mod-one-knob mod-{{color}} {{color}}"> | ||
| <div mod-role="drag-handle" class="mod-drag-handle"></div> | ||
| <div class="mod-plugin-brand"><h1>{{brand}}</h1></div> | ||
| <div class="mod-plugin-name"><h1>{{label}}</h1></div> | ||
| <div class="mod-light on" mod-role="bypass-light"></div> | ||
| <div class="mod-control-group mod-{{knob}} clearfix"> | ||
| {{#controls}} | ||
| <div class="mod-knob" title="{{comment}}"> | ||
| <div class="mod-knob-image" mod-role="input-control-port" mod-port-symbol="{{symbol}}"></div> | ||
| <span class="mod-knob-title">{{name}}</span> | ||
| </div> | ||
| {{/controls}} | ||
| </div> | ||
| <div class="mod-footswitch" mod-role="bypass"></div> | ||
| <div class="mod-pedal-input"> | ||
| {{#effect.ports.audio.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-audio-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.audio.input}} | ||
| {{#effect.ports.midi.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-midi-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.midi.input}} | ||
| {{#effect.ports.cv.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-cv-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.cv.input}} | ||
| </div> | ||
| <div class="mod-pedal-output"> | ||
| {{#effect.ports.audio.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-audio-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.audio.output}} | ||
| {{#effect.ports.midi.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-midi-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.midi.output}} | ||
| {{#effect.ports.cv.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-cv-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.cv.output}} | ||
| </div> | ||
| </div> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| @prefix modgui: <http://moddevices.com/ns/modgui#> . | ||
| @prefix lv2: <http://lv2plug.in/ns/lv2core#> . | ||
|
|
||
| <http://kxstudio.linuxaudio.org/plugins/FluidPlug_Red_Zeppelin_4> | ||
| modgui:gui [ | ||
| modgui:resourcesDirectory <modgui> ; | ||
| modgui:iconTemplate <modgui/icon-red-zeppelin-4.html> ; | ||
| modgui:stylesheet <modgui/stylesheet-red-zeppelin-4.css> ; | ||
| modgui:screenshot <modgui/screenshot-red-zeppelin-4.png> ; | ||
| modgui:thumbnail <modgui/thumbnail-red-zeppelin-4.png> ; | ||
| modgui:brand "AV Linux" ; | ||
| modgui:label "Red Zeppelin 4" ; | ||
| modgui:model "boxy" ; | ||
| modgui:panel "1-knob" ; | ||
| modgui:color "red" ; | ||
| modgui:knob "steel" ; | ||
| modgui:port [ | ||
| lv2:index 0 ; | ||
| lv2:symbol "level" ; | ||
| lv2:name "Level" ; | ||
| ] ; | ||
| ] . |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| <div class="mod-pedal mod-pedal-boxy{{{cns}}} mod-one-knob mod-{{color}} {{color}}"> | ||
| <div mod-role="drag-handle" class="mod-drag-handle"></div> | ||
| <div class="mod-plugin-brand"><h1>{{brand}}</h1></div> | ||
| <div class="mod-plugin-name"><h1>{{label}}</h1></div> | ||
| <div class="mod-light on" mod-role="bypass-light"></div> | ||
| <div class="mod-control-group mod-{{knob}} clearfix"> | ||
| {{#controls}} | ||
| <div class="mod-knob" title="{{comment}}"> | ||
| <div class="mod-knob-image" mod-role="input-control-port" mod-port-symbol="{{symbol}}"></div> | ||
| <span class="mod-knob-title">{{name}}</span> | ||
| </div> | ||
| {{/controls}} | ||
| </div> | ||
| <div class="mod-footswitch" mod-role="bypass"></div> | ||
| <div class="mod-pedal-input"> | ||
| {{#effect.ports.audio.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-audio-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.audio.input}} | ||
| {{#effect.ports.midi.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-midi-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.midi.input}} | ||
| {{#effect.ports.cv.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-cv-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.cv.input}} | ||
| </div> | ||
| <div class="mod-pedal-output"> | ||
| {{#effect.ports.audio.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-audio-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.audio.output}} | ||
| {{#effect.ports.midi.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-midi-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.midi.output}} | ||
| {{#effect.ports.cv.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-cv-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.cv.output}} | ||
| </div> | ||
| </div> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| @prefix modgui: <http://moddevices.com/ns/modgui#> . | ||
| @prefix lv2: <http://lv2plug.in/ns/lv2core#> . | ||
|
|
||
| <http://kxstudio.linuxaudio.org/plugins/FluidPlug_Red_Zeppelin_5> | ||
| modgui:gui [ | ||
| modgui:resourcesDirectory <modgui> ; | ||
| modgui:iconTemplate <modgui/icon-red-zeppelin-5.html> ; | ||
| modgui:stylesheet <modgui/stylesheet-red-zeppelin-5.css> ; | ||
| modgui:screenshot <modgui/screenshot-red-zeppelin-5.png> ; | ||
| modgui:thumbnail <modgui/thumbnail-red-zeppelin-5.png> ; | ||
| modgui:brand "AV Linux" ; | ||
| modgui:label "Red Zeppelin 5" ; | ||
| modgui:model "boxy" ; | ||
| modgui:panel "1-knob" ; | ||
| modgui:color "red" ; | ||
| modgui:knob "gold" ; | ||
| modgui:port [ | ||
| lv2:index 0 ; | ||
| lv2:symbol "level" ; | ||
| lv2:name "Level" ; | ||
| ] ; | ||
| ] . |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| <div class="mod-pedal mod-pedal-boxy{{{cns}}} mod-one-knob mod-{{color}} {{color}}"> | ||
| <div mod-role="drag-handle" class="mod-drag-handle"></div> | ||
| <div class="mod-plugin-brand"><h1>{{brand}}</h1></div> | ||
| <div class="mod-plugin-name"><h1>{{label}}</h1></div> | ||
| <div class="mod-light on" mod-role="bypass-light"></div> | ||
| <div class="mod-control-group mod-{{knob}} clearfix"> | ||
| {{#controls}} | ||
| <div class="mod-knob" title="{{comment}}"> | ||
| <div class="mod-knob-image" mod-role="input-control-port" mod-port-symbol="{{symbol}}"></div> | ||
| <span class="mod-knob-title">{{name}}</span> | ||
| </div> | ||
| {{/controls}} | ||
| </div> | ||
| <div class="mod-footswitch" mod-role="bypass"></div> | ||
| <div class="mod-pedal-input"> | ||
| {{#effect.ports.audio.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-audio-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.audio.input}} | ||
| {{#effect.ports.midi.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-midi-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.midi.input}} | ||
| {{#effect.ports.cv.input}} | ||
| <div class="mod-input mod-input-disconnected" title="{{name}}" mod-role="input-cv-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-input-image"></div> | ||
| </div> | ||
| {{/effect.ports.cv.input}} | ||
| </div> | ||
| <div class="mod-pedal-output"> | ||
| {{#effect.ports.audio.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-audio-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.audio.output}} | ||
| {{#effect.ports.midi.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-midi-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.midi.output}} | ||
| {{#effect.ports.cv.output}} | ||
| <div class="mod-output mod-output-disconnected" title="{{name}}" mod-role="output-cv-port" mod-port-symbol="{{symbol}}"> | ||
| <div class="mod-pedal-output-image"></div> | ||
| </div> | ||
| {{/effect.ports.cv.output}} | ||
| </div> | ||
| </div> |