surge-synthesizer / surge-rack

Take Surge and factor it into modules for VCV Rack
GNU General Public License v3.0
168 stars 13 forks source link

Mislabeled controls (in tooltips) #1020

Open Andreya-Autumn opened 1 month ago

Andreya-Autumn commented 1 month ago

Phommed on Discord reports that some controls are labeled "gain" on the tooltips which aren't on the panels. Bonsai Input Output and resonator Output specifically.

baconpaul commented 1 month ago

This is almost definitely something like the surge name is "Gain" because its in the output section in the surge UI and we just use that name in the tooltip since its the surge param, but we label the panel differently in rack.

Most likely will need a 'param name relabeler' to fix it. Tedious but not impossibe.