Hallo, jared hat gesagt: // jared wrote:
First post! Glad to be here.
I'm in the middle of installing all of the PD goodies. I'll have some questions concerning installations and such...please bare with me! :-)
First off, I'm really interested in 'slicing' up samples with PD (beat/transient detection) and rearranging them....
Is there an object or abstraction that I should be using to achieve this? Does anyone have any patches that they'd like to share relating to this?
First off++: You may want to take a look at the archive as well. It provides more almost a decade of sometimes deep Pd knowledge.
Here's a simple slicer/slice player that uses the powerful Aubio externals for beat/transient detection: http://lists.puredata.info/pipermail/pd-list/2006-10/043536.html
A slicer that just slices using [bonk~] was posted recently: http://lists.puredata.info/pipermail/pd-list/2007-02/046809.html http://lists.puredata.info/pipermail/pd-list/2007-02/046855.html
This should give you some ideas where to start.
Frank Barknecht _ ______footils.org_ __goto10.org__
First off, thanks everyone for these great suggestions!
Here's a simple slicer/slice player that uses the powerful Aubio
externals for beat/transient detection:
http://lists.puredata.info/pipermail/pd-list/2006-10/043536.html
I downloaded this one but I'm not sure how to open it. Is it a PD file? I'm on Windows XP.
A slicer that just slices using [bonk~] was posted recently:
Http://lists.puredata.info/pipermail/pd-list/2007-02/046809.html
http://lists.puredata.info/pipermail/pd-list/2007-02/046855.html
I followed the link but I can't seem to find anywhere to download. Actually (really stupid question alert) how do I download from the archives? It seems when I click download on any of the files, it just brings up a page with code. Any help?
Thanks so much,
Jared
This "page with code" is actually containing the Pd patch, in text form.
Patches in Pd are text files, so you can just copy that code into notepad, save the file as filename.pd (be sure to change the type to 'all files') and launch it with Pd. Of course, this method is cumbersome when dealing with a patch that may include a number of abstractions with it, as well as the fact that the file name is fairly arbitrary depending on what you name it with your text editor.
To solve this people will often zip their patches, or more often (due to the high number of GNU/Linux users) tarball it, which has the extension *.tgz or *.tar.gz. You will need another program (I recommend Iceows or 7-zip) to open these on Windows XP. I believe the archive now supports attachments, but I could be wrong. It's mostly now a matter of preference. I prefer the zipped bundles.
~Kyle
On 2/13/07, jared microcosm11@msn.com wrote:
First off, thanks everyone for these great suggestions!
Here's a simple slicer/slice player that uses the powerful Aubio externals for beat/transient detection: http://lists.puredata.info/pipermail/pd-list/2006-10/043536.html
I downloaded this one but I'm not sure how to open it. Is it a PD file? I'm on Windows XP.
A slicer that just slices using [bonk~] was posted recently: Http://lists.puredata.info/pipermail/pd-list/2007-02/046809.html http://lists.puredata.info/pipermail/pd-list/2007-02/046855.html
I followed the link but I can't seem to find anywhere to download. Actually (really stupid question alert) how do I download from the archives? It seems when I click download on any of the files, it just brings up a page with code. Any help?
Thanks so much,
Jared
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
copy the code from the archive and paste it in your favorite text
editor. save it as a .pd file and open it in Pure Data.
one more thing: to start a new thread on the list don't just reply to
a random message but rather make a new message to pd-list@iem.at
that's appreciated. thanks.
m.
Am 13.02.2007 um 18:58 schrieb jared:
First off, thanks everyone for these great suggestions!
Here's a simple slicer/slice player that uses the powerful Aubio externals for beat/transient detection: http://lists.puredata.info/pipermail/pd-list/2006-10/043536.html
I downloaded this one but I'm not sure how to open it. Is it a PD
file? I'm on Windows XP.A slicer that just slices using [bonk~] was posted recently: Http://lists.puredata.info/pipermail/pd-list/2007-02/046809.html http://lists.puredata.info/pipermail/pd-list/2007-02/046855.html
I followed the link but I can't seem to find anywhere to download. Actually (really stupid question alert) how do I download from the archives? It seems when I click download on any of the files, it just brings up a page with code. Any help?
Thanks so much,
Jared
Thanks everyone for such quick and helpful responses!
Much appreciated,
Jared
-----Original Message----- From: Max Neupert [mailto:abonnements@revolwear.com] Sent: Tuesday, February 13, 2007 6:35 PM To: pd-list@iem.at Cc: jared Subject: Re: [PD] slicing samples
copy the code from the archive and paste it in your favorite text
editor. save it as a .pd file and open it in Pure Data.
one more thing: to start a new thread on the list don't just reply to
a random message but rather make a new message to pd-list@iem.at
that's appreciated. thanks.
m.
Am 13.02.2007 um 18:58 schrieb jared:
First off, thanks everyone for these great suggestions!
Here's a simple slicer/slice player that uses the powerful Aubio externals for beat/transient detection: http://lists.puredata.info/pipermail/pd-list/2006-10/043536.html
I downloaded this one but I'm not sure how to open it. Is it a PD
file? I'm on Windows XP.A slicer that just slices using [bonk~] was posted recently: Http://lists.puredata.info/pipermail/pd-list/2007-02/046809.html http://lists.puredata.info/pipermail/pd-list/2007-02/046855.html
I followed the link but I can't seem to find anywhere to download. Actually (really stupid question alert) how do I download from the archives? It seems when I click download on any of the files, it just brings up a page with code. Any help?
Thanks so much,
Jared