First time here? Check out the FAQ!
x

Flam on perc instruments?

0 votes
288 views
Hi!
If I have 2 (or more) MultiSamples in Mixer,
how to make one play slightly after the other,
after receiving !KeyDown,
to get a "flam"?
And how to give some randomness to that time interval between the strokes,
so it will sound more human like?
Thanx!

S
asked Nov 6, 2016 in Sound Design by samuel-sacher (Practitioner) (590 points)
edited Nov 6, 2016 by samuel-sacher

1 Answer

+1 vote

You could try experimenting with usingn the following as a gate for the second MultiSample:

!KeyDown turnOnAfter: !Flam s for: !Dur s

To add randomness to the delay, you could try:

!KeyDown turnOnAfter: (!Flam + (!KeyDown nextRandExp)) s for: !Dur s

answered Nov 6, 2016 by ssc (Savant) (127,060 points)
Thank you!

I will try it first thing tomorow morning!

S
It works great, thank you again!

S
...