cosinekitty / sapphire

Sapphire - free modules for VCV Rack 2
GNU General Public License v3.0
24 stars 3 forks source link

Moots shows GATE even when in trigger mode #45

Closed cosinekitty closed 6 months ago

cosinekitty commented 7 months ago

This is a cosmetic issue that I want to fix someday, but it is lower priority than other stuff I am working on. Moots has a "GATE" label on its panel, whether the control port is in gate mode or trigger mode:

image

Two possible fixes:

  1. Replace the static text GATE with CONTROL.
  2. Make the word GATE alternate with TRIGGER when the control mode is toggled.

The first idea is a little more work than one might think because I wrote Moots before I created any of my SVG panel generator scripts. I may want to go back and make a script that loads the SVG (XML), renders the text using my new code, and then writes the SVG back out.