kockie69 / SquinkyVCV-main

GNU General Public License v3.0
22 stars 12 forks source link

Add Port and Light labels #23

Closed kockie69 closed 2 years ago

kockie69 commented 2 years ago

Add names to your ports and lights which appear in tooltips.

For example, in your Module constructor:

configInput(PITCH_INPUT, "1V/oct pitch"); configOutput(SIN_OUTPUT, "Sine"); configLight(PHASE_LIGHT, "Phase");

kockie69 commented 2 years ago

All done