Arpeggiator SliderPack || Slider Amount
-
How come my slider amount for 'velocity' is stuck? I cant change the sliderAmount. I've tried scripting the properties and also by setting it in the property editor. No matter what it just stays on 7 Sliders.
I've tried this so far..
const var LafSliderPacks4 = Content.createLocalLookAndFeel(); const var SliderPack4 = Content.getComponent("SliderPack4"); SliderPack4.set("stepSize", 100 / 13); SliderPack4.set("min", 0); SliderPack4.set("max", 127); SliderPack4.set("sliderAmount", 16); SliderPack4.referToData(-1);
Script acknowledged but not executed?
Every other SliderPack consumes the NumSteps knob value...but velocity is stuck?
EDIT:
The fix was, just start watching youtube and fiddle around with the knobs and they'll reset itself. lol. Joking, but thats literally what fixed it so maybe the knobs just needed to be moved for it to execute the change. Im not totally sure why the script didnt change it but thats what happened. Hope everyone is having a great day!
-
C Chazrox marked this topic as a question
-
C Chazrox has marked this topic as solved