Skip to content

Commit

Permalink
Add modguis
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Dec 21, 2023
1 parent e810f89 commit 48f9c41
Show file tree
Hide file tree
Showing 49 changed files with 1,369 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/bin/
/build/
.DS_Store
45 changes: 45 additions & 0 deletions custom-ttl/zwabo-cozmic/modgui.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
@prefix modgui: <http://moddevices.com/ns/modgui#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .

<urn:maxgen:zwabo:cozmic>
modgui:gui [
modgui:resourcesDirectory <modgui> ;
modgui:iconTemplate <modgui/icon-cozmic.html> ;
modgui:stylesheet <modgui/stylesheet-cozmic.css> ;
modgui:screenshot <modgui/screenshot-cozmic.png> ;
modgui:thumbnail <modgui/thumbnail-cozmic.png> ;
modgui:brand "zwabo" ;
modgui:label "COZMIC" ;
modgui:model "lata" ;
modgui:panel "7-knobs" ;
modgui:color "star" ;
modgui:port [
lv2:index 0 ;
lv2:symbol "mix" ;
lv2:name "mix" ;
] , [
lv2:index 1 ;
lv2:symbol "time" ;
lv2:name "time" ;
] , [
lv2:index 2 ;
lv2:symbol "feedback" ;
lv2:name "feedback" ;
] , [
lv2:index 3 ;
lv2:symbol "crossfeed" ;
lv2:name "crossfeed" ;
] , [
lv2:index 4 ;
lv2:symbol "speed" ;
lv2:name "speed" ;
] , [
lv2:index 5 ;
lv2:symbol "Filter" ;
lv2:name "Filter" ;
] , [
lv2:index 6 ;
lv2:symbol "double" ;
lv2:name "double" ;
] ;
] .
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added custom-ttl/zwabo-cozmic/modgui/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added custom-ttl/zwabo-cozmic/modgui/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified custom-ttl/zwabo-cozmic/zwabo-cozmic_dsp.ttl
100755 → 100644
Empty file.
30 changes: 30 additions & 0 deletions custom-ttl/zwabo-mirrorz/modgui.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
@prefix modgui: <http://moddevices.com/ns/modgui#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .

<urn:maxgen:zwabo:mirrorz>
modgui:gui [
modgui:resourcesDirectory <modgui> ;
modgui:iconTemplate <modgui/icon-mirrorz.html> ;
modgui:stylesheet <modgui/stylesheet-mirrorz.css> ;
modgui:screenshot <modgui/screenshot-mirrorz.png> ;
modgui:thumbnail <modgui/thumbnail-mirrorz.png> ;
modgui:brand "Zwabo" ;
modgui:label "MIRRORZ" ;
modgui:model "boxy" ;
modgui:panel "3-knobs" ;
modgui:color "white" ;
modgui:knob "purple" ;
modgui:port [
lv2:index 0 ;
lv2:symbol "dry_wet" ;
lv2:name "dry_wet" ;
] , [
lv2:index 1 ;
lv2:symbol "filter" ;
lv2:name "filter" ;
] , [
lv2:index 2 ;
lv2:symbol "speed" ;
lv2:name "speed" ;
] ;
] .
49 changes: 49 additions & 0 deletions custom-ttl/zwabo-mirrorz/modgui/icon-mirrorz.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<div class="mod-pedal mod-pedal-boxy{{{cns}}} mod-three-knobs 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>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added custom-ttl/zwabo-mirrorz/modgui/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 48f9c41

Please sign in to comment.