Bypass Arp Velocity Override?
-
I cut loops up into X slices and I'm using the RR to go between groups, but I also have the loops divided by velocity, so low vel and high vel play different versions of the loop, basically.
-
@iamlamprey Could you set the ARP velocity from the note on?
-
@d-healey I'll try it. It's not a HUGE deal if it can't but it would be cool to have the option of bypassing certain sections of it.
-
@iamlamprey You could probably tweak it in the HISE source pretty easily.
-
Ok got the onNoteOn velocity working, but how to I access the sliderpack inside the arpeggiator? Now that my frontend one has a custom callback
-
@iamlamprey What are you doing in your front end sliderpack's callback?
-
Ideally nothing, but once I connected the sliderpack to a sliderpackdata, it stopped affecting the arp one. So I tried to do it in a callback
-
sliderpacks confuse me
-
This post is deleted! -
Ok got working, I can just use setAllValues and forget the sliderPackData thing :)