We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7aa9b commit 5df4e51Copy full SHA for 5df4e51
src/MoonLight/Effects.h
@@ -784,10 +784,10 @@ class TroyMovingHeadEffect: public Node {
784
void setup() override {
785
addControl(start_channel, "start_channel", "number", 0, 512); // DMX start channel for this effect
786
addControl(light_number, "light_number", "number", 0, 512); // changed type to number as range (currently only supports 0..255)
787
- addControl(bpm, "bpm", "range", 30);
788
- addControl(pan, "pan", "range", 175);
789
- addControl(tilt, "tilt", "range", 90);
790
- addControl(zoom, "zoom", "range", 20);
+ addControl(bpm, "bpm", "range");
+ addControl(pan, "pan", "range");
+ addControl(tilt, "tilt", "range");
+ addControl(zoom, "zoom", "range");
791
addControl(colorwheel, "colorwheel", "range", 0, 7); // 0-7 for 8 colors in the colorwheel
792
addControl(colorwheelbrightness, "colorwheelbrightness", "range"); // 0-7 for 8 colors in the colorwheel
793
addControl(autoMove, "autoMove", "checkbox");
0 commit comments