-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: falkTX <[email protected]>
- Loading branch information
Showing
40 changed files
with
5,500 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<div class="mod-pedal mod-pedal-lata{{{cns}}} mod-seven-knobs mod-boxy75 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 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.
Oops, something went wrong.