polyphonic sampler
Anyone have the solutions for a polyphonic sampler in poly~? I'm trying to trigger a sample with a toggle outside the poly~ subpatch.
ive been using something like this in a poly~ but I keep getting clicking
look up the baz tutorial for polyphonic sampler (youtube)
also, search for samplor~, which is rather an intelligent solution for large-scale sample needs. It interfaces very well with polybuffer~, which makes a lot of things a LOT easier.
Thanks for the responses. Ive checked out that tutorial but it hasnt really helped with the solutions to my problem. and Im on PC so I cant use samplor~
basically Im just using a [metro][counter 0 1][toggle] to trigger a kick drum sample thats wrapped up in a poly~
its super simple but for some reason im still getting clicks and its driving me nuts
check out the patch and see if you can help.
actually i built the baz tutorial and it worked pretty good
it works good but I'm trying to make polyphony with the same sample as opposed to different ones like on the baz tutorial. Obviously I can just load the same sample in like ten different buffers but that doesnt seem like a very efficient solution