Assigning individual attack and decay sliders to samples in the same sampler
-
Hi, I have two sample files loaded into a sampler (Note 60 and Note 62), and I've assigned two buttons to trigger each note/sample individually.
Is it possible to assign separate Attack and Decay sliders for each button/sample within the same sampler? I tried adding ADHSR controls, but it seems to affect the entire sampler globally, rather than individual samples.
Any guidance on how to set this up would be greatly appreciated. Thanks!
-
@cthl not directly, you'd need to store the values you want for each sample and when those samples are triggered you set the envelope to the correct values
You'll need a separate script to do the setting because the deferred ui script will probably be too slow.