haschdl / pLaunchController

A JAVA wrapper for the Novation Launch Controller aimed at using the MIDI pads and knobs as input for Processing sketches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calling default should update the value of the knob object

haschdl opened this issue · comments

Calling variable must update the value of the variable with the default value. Currently the variable will be update in the next time the knob is updated.

controller.getKnob(KNOBS.KNOB_1_HIGH).range(0,255).defaultValue(125).variable("hue");

Requires a small change to variable(String variable)