Isn't the e-kit send polyphonic aftertouch message when the drummer grab the cymbal pad? I'm not a drummer so I'm not certain about e-kit though but from what i saw on yt videos, it does.DSmolken wrote: Sat Apr 11, 2020 6:45 am Ah, got ya. Cymbal chokes are a pain, yeah, I haven't figured out a good way to do them yet. Trigger=release won't work for e-kits at all, and is kind of a pain with keyboards, too. Aftertouch might not be a bad way to do it, actually. Practically no keyboard has that anymore, but it's still supported by ARIA/Sforzando, so you can use it.
I just stick chokes on another note which is in a group which mutes the cymbal, but then you have to hit that note with the right velocity to match how far the sound has decayed. Also not a real solution that's easy to use in real life.
So I think this example below might work :
<group>
loop_mode=one_shot
<region>
key=55
group=1
off_by=2
off_mode=normal
ampeg_release=0.6
sample=OH/crash1_OH_FF_1.wav
<region>
key=55
volume=-17
group=2
locc130=127
hicc130=127
on_locc130=127
on_hicc130=127
trigger=release
rt_decay=12
sample=OH/crash1Choke_OH_F_1.wav
That's example using Salamander samples
*cc130 = polyphonic aft
With using trigger=release, we can have advantage to use the rt_decay
And possiibly, when having different level of choke tail samples we can utilize lotimer maybe...i dunno...
I always programming drum tracks using piano roll, that's why I'm after the keynumber function
