Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-08-02 Thread Chris McCormick
Hi Miller, On Tue, Aug 02, 2011 at 09:35:14PM -0700, Miller Puckette wrote: > Nope... there needs to be a string-to-binary-list-and-back function somewhere > but I can't figure out what to name it :) Would you consider adding a more generally useful [split] object to Pd for this type of thing? S

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-08-02 Thread Miller Puckette
Nope... there needs to be a string-to-binary-list-and-back function somewhere but I can't figure out what to name it :) M On Wed, Aug 03, 2011 at 01:26:21AM -0300, Alexandre Torres Porres wrote: > now, some files come in ratios as one symbol like this > > 5/4 > 3/2 > 7/4 > > I'd need to break t

[PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-08-02 Thread Alexandre Torres Porres
now, some files come in ratios as one symbol like this 5/4 3/2 7/4 I'd need to break them into different characters, then treat as numbers to get interval in cents. How do I do that? I believe I can't do it in any way with vanilla objects, right? thanks Alex 2011/8/3 Alexandre Torres Porres

Re: [PD] find a list of numbers in a text file

2011-08-02 Thread Alexandre Torres Porres
yeah, it works :) I knew there had to be an easier way other than the mess I did. Perfect, Thanks This is a very cool addon feature to my stuff I'm showing at PdCon, see you all there. See you all there soon! 2011/8/3 Miller Puckette > HI Alex -- > > Have you tried sending textfile an "op

Re: [PD] find a list of numbers in a text file

2011-08-02 Thread Miller Puckette
HI Alex -- Have you tried sending textfile an "open [my-filename] cr" message? The "cr" flag asks to interpret newlines as end-of-list. cheers Miller On Tue, Aug 02, 2011 at 11:51:17PM -0300, Alexandre Torres Porres wrote: > Hi folks > > Back in the end of my masters, I did make something that

[PD] find a list of numbers in a text file

2011-08-02 Thread Alexandre Torres Porres
Hi folks Back in the end of my masters, I did make something that allows you to load scales from the Scala software into Pd, which has a database of over 4000 scales. Check the software and data bank here http://www.huygens-fokker.org/scala/ It's an extremely powerful tool for microtonality, but

Re: [PD] Pitch Shift

2011-08-02 Thread michael noble
On Wed, Aug 3, 2011 at 12:23 AM, Alexandre Torres Porres wrote: > By the way, I found this very interesting webpage about a pitchshifter~ > object in Pd > http://www.katjaas.nl/pitchshift/pitchshift.html > On the same site you'll find reference to an external made from the soundtouch library, whi

Re: [PD] [PD-announce] Pd Convention - Data structures workshop: Taking your requests

2011-08-02 Thread Jonathan Wilkes
There's also the (currently) underutilized "send-window" method of [pointer], which forwards a message to the canvas of the scalar that [pointer] is currently pointing at.  Additionally, you can use the "traverse" method to point to the head of a glist (which doesn't even need to contain a scala

Re: [PD] [PD-announce] Pd Convention - Data structures workshop: Taking your requests

2011-08-02 Thread Jonathan Wilkes
How well do these things scale without having a low level way to delete/copy scalars or insert/remove arbitrary array elements? -Jonathan > >From: Hans-Christoph Steiner >To: Frank Barknecht >Cc: pd-list@iem.at >Sent: Tuesday, August 2, 2011 4:23 PM >Subject:

Re: [PD] netsend/netreceive + GUI bug

2011-08-02 Thread Ivica Ico Bukvic
Hello, IMHE, netsend works perfectly in Linux, OSX and Windows, the only thing to keep in mind is the ip of the computer to control and call the variables are equal, they are sent and those received. BR José This is however not the case whenever you have a high throughput traffic tha

Re: [PD] [PD-announce] Pd Convention - Data structures workshop: Taking your requests

2011-08-02 Thread Hans-Christoph Steiner
On Aug 2, 2011, at 4:14 AM, Frank Barknecht wrote: On Mon, Aug 01, 2011 at 08:59:49AM -0500, Charles Henry wrote: I'm mainly interested in using Pd for scientific and engineering research. I have a mixed level of experience--I'm deep into the DSP routines, but I have no clue how data structur

Re: [PD] Pd-list Digest, Vol 77, Issue 7

2011-08-02 Thread Joe White
Do you have a link to that Andy? Cheers, Joe > Message: 5 > Date: Tue, 2 Aug 2011 17:58:42 +0100 > From: Andy Farnell > Subject: Re: [PD] Pitch Shift > To: pd-list@iem.at > Message-ID: <20110802175842.4ec14151.padawa...@obiwannabe.co.uk> > Content-Type: text/plain; charset=US-ASCII > > > Right

Re: [PD] Pitch Shift

2011-08-02 Thread TAD BISAHA
Hi Have you seen the +pitchdelay~ from Tom Erbe and William Brent? I use it with +bubbler~ in rock-art2noise, so fine for my ears (perhaps not a good landmark :), to try Au plaisir Tad Alexandre Torres Porres a écrit : Thanks for the answers, I've seen the G.09 into an abstraction around and tho

Re: [PD] [PD-announce] EAT: A New Abstraction Package

2011-08-02 Thread Andy Farnell
Welcome Rich, Thanks for sharing your abs. cheers, Andy On Tue, 2 Aug 2011 12:12:54 +0100 Rich Thomas wrote: > Dear list, > > (This is my first post to you, but I have long since been a follower.) > > I would like to introduce a new abstraction package called > ElectroAcoustic Tools (EAT).

Re: [PD] Pitch Shift

2011-08-02 Thread Andy Farnell
Right now there's an interesting discussion about pitch shifting algorithms on music-dsp. a. On Tue, 2 Aug 2011 12:23:18 -0300 Alexandre Torres Porres wrote: > Thanks for the answers, I've seen the G.09 into an abstraction around and > thought that th rjdj version could be it. > > It's also

Re: [PD] Pitch Shift

2011-08-02 Thread Mathieu Bouchard
On Tue, 2 Aug 2011, Alexandre Torres Porres wrote: But the Pitch Shift example (G09.pitchshift.pd) sounds terrible That's exactly because of phase alignment when combining the granules of sound. You have two [vd~] and a cross-fader, and whenever the cross-fading happens, an harmonic might be

Re: [PD] Pitch Shift

2011-08-02 Thread Alexandre Torres Porres
Thanks for the answers, I've seen the G.09 into an abstraction around and thought that th rjdj version could be it. It's also on the pdmtl package right? In which there's also a shifter based on the phase vocoder, anyway, the idea was to ask for something new. Thanks for the psola version julian,

Re: [PD] Pitch Shift

2011-08-02 Thread Eduardo Patricio
 Oh... then, forget it!  :) thanks, Frank _ Eduardo Patrício http://www.eduardopatricio.com.br +55 41 8434-0480 De: Frank Barknecht Para: pd-list@iem.at Enviadas: Terça-feira, 2 de Agosto de 2011 5:20 Assunto: Re: [PD] P

[PD] [PD-announce] EAT: A New Abstraction Package

2011-08-02 Thread Rich Thomas
Dear list, (This is my first post to you, but I have long since been a follower.) I would like to introduce a new abstraction package called ElectroAcoustic Tools (EAT). EAT is a new set of abstractions for composition and diffusion that are currently under development in Pure Data Extended 0.42

Re: [PD] Pitch Shift

2011-08-02 Thread Andy Farnell
Different approaches suit different audio material and requirements. For very small shifts of a semitone or so either way the SSB modulation trick can still sound great. On Tue, 2 Aug 2011 10:31:36 +0200 Pierre Massat wrote: > If you can get LADSPA plugins to work in Pd, there's also Steve Har

[PD] pd-vanilla on gumstix overo with ubuntu 11.04 hangs with watchdog: signaling pd...

2011-08-02 Thread olsen
Hi i compiled Pd-0.43.0 on a gumstix overo running ubuntu 11.04 armel distro. I patches the sources as stated in this thread: http://lists.puredata.info/pipermail/pd-list/2011-04/088163.html but starting pd releases the watchdog from the doghouse resulting in a stagnancy of "watchdog: signaling p

Re: [PD] netsend/netreceive + GUI bug

2011-08-02 Thread Jeppi Jeppi
Deffinitely having the GUI frozen after a while shouldn't happen...I don't get any error, it just freezes after some network activity.I use a number of network objects, besides netsend (udpreceive, mr peach osc objects...). I whish I could track/debug what's the cause :( Thanks anyway...!Josep

Re: [PD] Pitch Shift

2011-08-02 Thread Pierre Massat
If you can get LADSPA plugins to work in Pd, there's also Steve Harris' Pitch Scaler (http://plugin.org.uk/ladspa-swh/docs/ladspa-swh.html#id1193). I tried it once, and it's the best sounding pitchshifter i've tried, with a decent latency I think. Cheers, Pierre 2011/8/2 Frank Barknecht > On M

Re: [PD] Pitch Shift (Alexandre Torres Porres)

2011-08-02 Thread Julian Villegas
Hi Alexandre, Try shifter~ based on psola: http://julovi.net/j/?page_id=7 cheers, Julian Villegas, Ph.D. http://julovi.net Me pregunto de un modo pensativo Que significa ser Colombiano? No se le respondi. Es un acto de fe JLB. ___ Pd-list@iem.at mai

Re: [PD] Pitch Shift

2011-08-02 Thread Frank Barknecht
On Mon, Aug 01, 2011 at 09:20:43PM -0700, Eduardo Patricio wrote: > what about e_pitchshift (from RjDj)? That's the G09 example patch transformed to an abstraction. Ciao -- Frank ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] [PD-announce] Pd Convention - Data structures workshop: Taking your requests

2011-08-02 Thread Frank Barknecht
On Mon, Aug 01, 2011 at 08:59:49AM -0500, Charles Henry wrote: > I'm mainly interested in using Pd for scientific and engineering > research. I have a mixed level of experience--I'm deep into the DSP > routines, but I have no clue how data structures work. > > About the only application I can thi

Re: [PD] [PD-announce] blah blah blah yodi yoda the beat goes on

2011-08-02 Thread Philippe Petit
Hallo, Hope that you are enjoying a nice Summer Over here really pleased to share my new album in duo with Eugene Robinson from Oxbow fame... with such guests as Rhys Chatham, Helena Espvall and Hervé Vincenti (my colleague in Strings Of Consciousness). http://monotyperecords.com/en/mono040.