Hi people,
since I've installed Processing 1.5, I've got an error with the parameters of my sliders. I want to control my parameters with sliders but also with the keys and then update the values:
- ...
- Slider s1 = controlP5.addSlider("dots", 0, dots, dots, 20, 120, 150, 15);
- s1.setAutoUpdate();
- ...
during compilation I've got this message:
"The function setAutoUpdate() does not exist"
however it works and update the slider in Processing 1.2...
anyone got an idea?
thx