Arpeggiator1.SemiSliderPack and its siblings...
-
Anyone know how to set these attributes of an arpeggiator:
SemiToneSliderPack
LengthSliderPack
VelocitySliderPackI'm trying:
Arpeggiator1.setAttribute(Arpeggiator1.SemiToneSliderPack, resetArray);
to no effect at all....
I have also tried :
Arpeggiator1.setAttribute(Arpeggiator1.SemiToneSliderPack,myPitchSliderPack);
-- and that works sometimes a bit maybe then again never...
-
You can't set slider packs with setAttribute. You need to use a sliderpack data object - pretty much the only time I use global variables.
-
@d-healey said in Arpeggiator1.SemiSliderPack and its siblings...:
You can't set slider packs with setAttribute. You need to use a sliderpack data object - pretty much the only time I use global variables.
okay I understand the SliderPack widget - whats a "Sliderpack data object"
-
I have to go out so can't explain further at the moment. But this thread should help.
Set attribute for sliderPacks
How do I set the value of a slider pack slider from another script?
Forum (forum.hise.audio)
-
@d-healey ok thanks this should do it.