Re: [PD] slicing samples

2007-02-14 Thread Chuckk Hubbard
On 2/14/07, Frank Barknecht <[EMAIL PROTECTED]> wrote: Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote: > while we are at it: > i think this was my first published patch: > http://iem.at/~zmoelnig/pd/download/index.html#slicer Lets make it a rule that everyone has to build a

Re: [PD] slicing samples

2007-02-14 Thread Steffen
On 14/02/2007, at 11.16, IOhannes m zmoelnig wrote: Frank Barknecht wrote: Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote: while we are at it: i think this was my first published patch: http://iem.at/~zmoelnig/pd/download/index.html#slicer Lets make it a rule that ever

Re: [PD] slicing samples

2007-02-14 Thread IOhannes m zmoelnig
Frank Barknecht wrote: > Hallo, > IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote: > >> while we are at it: >> i think this was my first published patch: >> http://iem.at/~zmoelnig/pd/download/index.html#slicer > > Lets make it a rule that everyone has to build a slicer, a synth > em

Re: [PD] slicing samples

2007-02-14 Thread Frank Barknecht
Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote: > while we are at it: > i think this was my first published patch: > http://iem.at/~zmoelnig/pd/download/index.html#slicer Lets make it a rule that everyone has to build a slicer, a synth emulation, parameter saving, a video mix

Re: [PD] slicing samples

2007-02-14 Thread IOhannes m zmoelnig
Frank Barknecht wrote: > Hallo, > patrick hat gesagt: // patrick wrote: > >> i remember playing with one of your patch like 2 years ago. it was for >> analysing a soundfile and cut it in 10 slices, it was working very well >> for me, but i cannot remember the name of this patch and where to >>

Re: [PD] slicing samples

2007-02-13 Thread Chris McCormick
On Tue, Feb 13, 2007 at 07:35:52PM +0100, 'Frank Barknecht' wrote: > As Pd-files technically are just text files, some mailers and the > mailing list archive put them into the body of the mail instead of > creating a proper attachement. Here you need to copy the code to a new > file and save it as

Re: [PD] slicing samples

2007-02-13 Thread Frank Barknecht
Hallo, patrick hat gesagt: // patrick wrote: > i remember playing with one of your patch like 2 years ago. it was for > analysing a soundfile and cut it in 10 slices, it was working very well > for me, but i cannot remember the name of this patch and where to > download it. do you still have it

Re: [PD] slicing samples

2007-02-13 Thread patrick
hi frank, i remember playing with one of your patch like 2 years ago. it was for analysing a soundfile and cut it in 10 slices, it was working very well for me, but i cannot remember the name of this patch and where to download it. do you still have it somewhere? pat __

RE: [PD] slicing samples

2007-02-13 Thread jared
Thanks everyone for such quick and helpful responses! Much appreciated, Jared -Original Message- From: Max Neupert [mailto:[EMAIL PROTECTED] 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

Re: [PD] slicing samples

2007-02-13 Thread Spencer Russell
On 2/12/07, jared <[EMAIL PROTECTED]> wrote: 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 rel

RE: [PD] slicing samples

2007-02-13 Thread Roman Haefeli
On Tue, 2007-02-13 at 17:58 +, jared wrote: > 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 hel

Re: [PD] slicing samples

2007-02-13 Thread 'Frank Barknecht'
Hallo, jared hat gesagt: // jared 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 >

Re: [PD] slicing samples

2007-02-13 Thread Max Neupert
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.

Re: [PD] slicing samples

2007-02-13 Thread Kyle Klipowicz
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 wit

RE: [PD] slicing samples

2007-02-13 Thread 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 o

Re: [PD] slicing samples

2007-02-13 Thread adam armfield
> Is there an object or abstraction that I should be using to achieve > this? for supercollider there is the bbcut library... i think theres a csound version too (could be used with pd with the csoundlib~ thingy) sc & pd could also communicate via osc www.cus.cam.ac.uk/~nc272/bbcut2.html all t

Re: [PD] slicing samples

2007-02-13 Thread Steffen
On 13/02/2007, at 5.11, Alexandre Matheson wrote: Nice one, Alexandre, thanks for sharing. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] slicing samples

2007-02-13 Thread Frank Barknecht
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 > (b

Re: [PD] slicing samples

2007-02-13 Thread Jamie Bullock
Hi Jared, Welcome to the PD list! Frank Barknecht posted a PD slicer patch a while ago. It can be found by searching the mailing list archives for 'slicer': http://lists.puredata.info/pipermail/pd-list/2006-10/043536.html Chris McCormick posted one very recently: http://lists.puredata.info/pipe

Re: [PD] slicing samples

2007-02-12 Thread Chuckk Hubbard
That patch is great. Samples aren't the kind of thing I usually go for, but that's fun. -Chuckk On 2/12/07, Alexandre Matheson <[EMAIL PROTECTED]> wrote: you can use bonk~ for peak detection and then store the info as Chuckk said. I built a simpler version that uses expr to divide a drum loop

Re: [PD] slicing samples

2007-02-12 Thread patrick
hi jared, there's also aubio that do an excellent job for analysis (both onset and pitch). http://aubio.piem.org/ patrick ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

RE: [PD] slicing samples

2007-02-12 Thread jared
Damn Spencer, thanks for pointing this one out! Very cool! Jared -Original Message- From: Spencer Russell [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 4:11 AM To: jared Cc: pd-list@iem.at Subject: Re: [PD] slicing samples On 2/12/07, jared <[EMAIL PROTECTED]>

Re: [PD] slicing samples

2007-02-12 Thread Alexandre Matheson
bonk~.anyone point me in the right direction? Thanks again, Jared -Original Message- From: Alexandre Matheson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 4:11 AM To: jared Cc: 'Chuckk Hubbard'; pd-list@iem.at Subject: Re: [PD] slicing samples you can use

Re: [PD] slicing samples

2007-02-12 Thread Chuckk Hubbard
Hi. I have never heard of anything like that with Pd. Pd itself is pretty low-level with audio, but someone has probably written an external object for that at some point. It sounds like something that would be pretty complicated in pure Pd. First idea that comes to my mind would be to leave the

RE: [PD] slicing samples

2007-02-12 Thread jared
TED] Sent: Tuesday, February 13, 2007 2:37 AM To: jared; pd-list@iem.at Subject: Re: [PD] slicing samples Hi. I have never heard of anything like that with Pd. Pd itself is pretty low-level with audio, but someone has probably written an external object for that at some point. It sounds like something

[PD] slicing samples

2007-02-12 Thread jared
Hello all, 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 t