Closed kockie69 closed 3 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");
All done
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");