hello,
i need help playing back some samples. i want to be able to start playing a sample while it is already playing, without interrupting the first playback. any ideas?
leo
Multiple reads in an array
hello,
i need help playing back some samples. i want to be able to start playing a sample while it is already playing, without interrupting the first playback. any ideas?
leo
I suggest you to use several arrays like in the doc/3.audio.examples/D11.sampler.poly.pd
patco.
i don't know, that patch seems a bit too overqualified for what i want. i am just trying to make a drum machine that plays pre-recorded drum samples. some of the samples are very long, and if, for example, i want to play a cymbal on two consecutive beats, i can't just tell a tabread4~ to start reading again on the next beat because it will cut off the first.
short of creating a different tabread4~ for use with each sound on each beat (8 sounds * 16 beats = 128 tabread4~s), is there a way to do this?
leo
that's near the way to do.
What do you want to deal with, is polyphonics. The object you need is [poly].
You need a [tabread~] for each simultenaous voices you want, not really for each beat.
here a sample patch
thank you! this works really well for what i need. now to adapt it...
Oops! Looks like something went wrong!