Hello guys!
I am sorry if this violates the rules of the dev list, but I just want to send a little bit of gratitude back to you guys for your endless effort in making Pure Data better.
So here is something that I have created with Pure Data, a 64 voice granular sample player:
Here is a short clip of it in action: https://www.youtube.com/watch?v=0VuRK1wMdVM https://www.youtube.com/watch?v=0VuRK1wMdVM
Here is the patch, slightly modified compared to the Youtube clip, without stereo, as the stereo wasn’t too good, it needs to be updated. It can be pretty cpu intensive, at some setting it uses 100% cpu of my 2012 Macbook, but most settings are good: https://github.com/jaffasplaffa/Pure-data-patches/tree/master/Granular21 https://github.com/jaffasplaffa/Pure-data-patches/tree/master/Granular21
Have fun :)
Jakob Skouborg
Hi Jakob
On Thu, 2020-04-23 at 00:30 +0200, Jakob Skouborg wrote:
So here is something that I have created with Pure Data, a 64 voice granular sample player:
Beautiful sound example, interesting patch. Thanks a lot for sharing.
You could add a:
[declare -path zexy -lib zexy -path tof -path cyclone -path ext13]
to load all externals automatically.
Frankly, I miss the stereo version. I think it is definitely worth the additional CPU cost.
It appears to me that [multiplex~] from zexy and [selector~] from cyclone basically do the same. I don't see why two separate externals are used for this. Also [send13] from ext13 seems obsolete these days, since [send] from Pd without arguments is settable, too.
Roman
cyclone is best loaded as "-lib cyclone"
Em ter., 28 de abr. de 2020 às 16:38, Roman Haefeli reduzent@gmail.com escreveu:
Hi Jakob
On Thu, 2020-04-23 at 00:30 +0200, Jakob Skouborg wrote:
So here is something that I have created with Pure Data, a 64 voice granular sample player:
Beautiful sound example, interesting patch. Thanks a lot for sharing.
You could add a:
[declare -path zexy -lib zexy -path tof -path cyclone -path ext13]
to load all externals automatically.
Frankly, I miss the stereo version. I think it is definitely worth the additional CPU cost.
It appears to me that [multiplex~] from zexy and [selector~] from cyclone basically do the same. I don't see why two separate externals are used for this. Also [send13] from ext13 seems obsolete these days, since [send] from Pd without arguments is settable, too.
Roman
Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev
Em ter., 28 de abr. de 2020 às 18:01, Roman Haefeli reduzent@gmail.com escreveu:
On Tue, 2020-04-28 at 16:43 -0300, Alexandre Torres Porres wrote:
cyclone is best loaded as "-lib cyclone"
Oh, thanks for the correction. I only see now that it has a cyclone.pd_linux binary. What do I miss with [declare -path cyclone]? I'm just curious.
objects like [>~], [+=~]...