HISE Logo Forum
    • Categories
    • Register
    • Login

    Arpeggiator SliderPack || Slider Amount

    Scheduled Pinned Locked Moved Solved Scripting
    1 Posts 1 Posters 25 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ChazroxC
      Chazrox
      last edited by Chazrox

      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?
      Screenshot 2025-06-27 at 4.39.28 PM.png

      Screenshot 2025-06-27 at 8.56.48 PM.png

      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!

      1 Reply Last reply Reply Quote 0
      • ChazroxC Chazrox marked this topic as a question
      • ChazroxC Chazrox has marked this topic as solved
      • First post
        Last post

      24

      Online

      1.8k

      Users

      12.0k

      Topics

      104.8k

      Posts