anyone wanna share some granular synth patches????
i'm gonna make one, but it'd be good to have some points of reference.
come on!
I read:
anyone wanna share some granular synth patches????
you might wnat to check out derek's particle chamber patch http://www.umatic.nl/info_derek.html
HTH
x
Hallo, hard off hat gesagt: // hard off wrote:
anyone wanna share some granular synth patches????
i'm gonna make one, but it'd be good to have some points of reference.
I have two in my pwd~, one realtime input, one array granulation: http://royalrabbit.goto10.org/svn/goto10/pd-patches/fbar/granular/
Both are RRADical abstractions for one grain train each, just combine as many as you want/can run.
Frank Barknecht _ ______footils.org_ __goto10.org__
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
I have two in my pwd~, one realtime input, one array granulation: http://royalrabbit.goto10.org/svn/goto10/pd-patches/fbar/granular/
Both are RRADical abstractions for one grain train each, just combine as many as you want/can run.
Oh, and to hear it in action, vote for "Frank Barknecht plays Dave Phillips" at http://pdradio.iem.at and turn up the volume. ;)
Frank Barknecht _ ______footils.org_ __goto10.org__
Hello,
Am 13.10.2005 um 16:45 schrieb Frank Barknecht:
Hallo, hard off hat gesagt: // hard off wrote:
anyone wanna share some granular synth patches????
i'm gonna make one, but it'd be good to have some points of
reference.I have two in my pwd~, one realtime input, one array granulation: http://royalrabbit.goto10.org/svn/goto10/pd-patches/fbar/granular/
broken. where is the new home of that link?
m.
Hallo, Max hat gesagt: // Max wrote:
Hello,
Am 13.10.2005 um 16:45 schrieb Frank Barknecht:
Hallo, hard off hat gesagt: // hard off wrote:
anyone wanna share some granular synth patches????
i'm gonna make one, but it'd be good to have some points of
reference.I have two in my pwd~, one realtime input, one array granulation: http://royalrabbit.goto10.org/svn/goto10/pd-patches/fbar/granular/
broken. where is the new home of that link?
Hm, no idea, but I attached it (careful, flat archive without subdirectory).
Frank
I did an abstraction for this, which can be found at:
http://www.puredata.org/Members/jb/a_grain%7E/view
Like most of my stuff, I built it for my own use so it isn't particularly tidy but you might be able to get something vaguely of interest out of it.
Jamie
On Thu, 2005-10-13 at 21:43 +0900, hard off wrote:
anyone wanna share some granular synth patches????
i'm gonna make one, but it'd be good to have some points of reference.
come on!
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I've also got a set of granular synth patches from my work this past summer, which I was working on integrating with a reinforcement learning system that used the spectral centroid of the output to control the synth parameters. I will post it in a few days once I have a chance to make sure it works independently and cleanly.
Best Jacob
On 10/13/05, hard off hard.off@gmail.com wrote:
anyone wanna share some granular synth patches????
i'm gonna make one, but it'd be good to have some points of reference.
come on!
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Just out of interest, how did you end up calculating the centroid?
Jamie
On Sun, 2005-10-16 at 21:18 +0200, Jacob Last wrote:
I've also got a set of granular synth patches from my work this past summer, which I was working on integrating with a reinforcement learning system that used the spectral centroid of the output to control the synth parameters. I will post it in a few days once I have a chance to make sure it works independently and cleanly.
Best Jacob
Jamie-
I ended up using pyext in the end, which worked wonderfully. I would write each fft signal block into an array, then use the numarray stuff in pyext to iterate through each block, calculate the centroid and output a float. My vanilla PD implementation never seemed to work quite properly, and I started playing with pyext before I even figured it out... I will post all this stuff shortly when I have a second to sort it out.
When I have some time, I'd like to plug some of the other formulae you provided into my setup and see what can happen. Using a technique like reinforcement learning for musical purposes might have some promise, but it seems like the side effects are more interesting than the intended ones...which puts it on strange ground, but isn't that what we are doing anyway?
Jacob
On 10/17/05, Jamie Bullock jamie@postlude.co.uk wrote:
Just out of interest, how did you end up calculating the centroid?
Jamie
On Sun, 2005-10-16 at 21:18 +0200, Jacob Last wrote:
I've also got a set of granular synth patches from my work this past summer, which I was working on integrating with a reinforcement learning system that used the spectral centroid of the output to control the synth parameters. I will post it in a few days once I have a chance to make sure it works independently and cleanly.
Best Jacob
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list