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

2011-08-03 Thread Alexandre Torres Porres
ecursion that > outputs everything backwards. > > -Jonathan > > ---------- > *From:* Miller Puckette > *To:* Alexandre Torres Porres > *Cc:* pd-lista puredata > *Sent:* Wednesday, August 3, 2011 12:35 AM > *Subject:* Re: [PD] (breaking symbols) was Re: find a l

[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 Tor

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

2011-08-02 Thread Alexandre Torres Porres
ng 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

[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 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-01 Thread Alexandre Torres Porres
do you know what is it based on? It's like a didactical doubt as well, you know... 2011/8/2 Eduardo Patricio > > > what about e_pitchshift (from RjDj)? > > > Eduardo > > > ---------- > *De:* Alexandre Torres Porres > *Para:* pd-lis

[PD] Pitch Shift

2011-08-01 Thread Alexandre Torres Porres
Hi folks, so, what are the options out there for Pitch Shifting? I usually use the Phase Vocoder, but there is an inevitable little bit of delay and the buffer issue. But the Pitch Shift example (G09.pitchshift.pd) sounds terrible next to the phase vocoder, I think. And, well, basically I'd like

Re: [PD] graph on parent bug and guis not updating

2011-07-25 Thread Alexandre Torres Porres
oh, and the same issue actually happens on Pd-Vanilla as well 2011/7/25 Alexandre Torres Porres > btw, the white toggle in the middle is the new display toggle. > > > 2011/7/25 Alexandre Torres Porres > >> hey people, I have this phase vocoder patch, some out there use it

Re: [PD] graph on parent bug and guis not updating

2011-07-25 Thread Alexandre Torres Porres
btw, the white toggle in the middle is the new display toggle. 2011/7/25 Alexandre Torres Porres > hey people, I have this phase vocoder patch, some out there use it, and I'm > updating it. > > check it at http://sites.google.com/site/porres/4b.zip > > > One thing I

[PD] graph on parent bug and guis not updating

2011-07-25 Thread Alexandre Torres Porres
hey people, I have this phase vocoder patch, some out there use it, and I'm updating it. check it at http://sites.google.com/site/porres/4b.zip One thing I wanted to do is to have a toggle to turn on/off the display of the recorded buffer/table. I done it alright, but with some problems. First

Re: [PD] a smooth crossfade for "equal" signals (freezing/unfreezing)

2011-07-19 Thread Alexandre Torres Porres
wow, thanks, but you lost me :) anyway, I thought of an easy exit but more costy, by having the double as much oscilators as copies that keep frozen. I will try it, Thanks again 2011/7/18 Mathieu Bouchard > On Fri, 8 Jul 2011, Alexandre Torres Porres wrote: > > It seems now it&#

Re: [PD] pdcon.org off and spammed

2011-07-11 Thread Alexandre Torres Porres
i wouldnt know that, maybe someone else 2011/7/11 Mathieu Bouchard > On Sat, 9 Jul 2011, Alexandre Torres Porres wrote: > > I have all the info about the event itself (artists, pics, movies, >> schedule) somewhere, I could send it to be put up somewhere else.cheers >>

Re: [PD] pdcon.org off and spammed

2011-07-11 Thread Alexandre Torres Porres
anyway, I'm really extremely completely ignorant on the subject, but all I'm saying is that I can help and send the info to put up again somewhere. Palm should know better, and Paloma also wanted to do something nice. It seems we'll all be there now in weimar, so we'll talk, huh? > Message: 1 > D

Re: [PD] pdcon.org off and spammed

2011-07-10 Thread Alexandre Torres Porres
gt; On Jul 9, 2011, at 12:37 PM, Alexandre Torres Porres wrote: > > I have all the info about the event itself (artists, pics, movies, >> schedule) somewhere, I could send it to be put up somewhere else. >> cheers >> __**_ &g

Re: [PD] pdcon.org off and spammed

2011-07-09 Thread Alexandre Torres Porres
I have all the info about the event itself (artists, pics, movies, schedule) somewhere, I could send it to be put up somewhere else. cheers ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] a smooth crossfade for "equal" signals (freezing/unfreezing)

2011-07-07 Thread Alexandre Torres Porres
It seems now it's a matter of aligning the phases, but not sure how, good night 2011/7/7 Alexandre Torres Porres > hmm, I should go for tab/send/receive~ right? > > ok, I'll be quiet now, but please help > > > 2011/7/7 Alexandre Torres Porres > >> maybe

Re: [PD] a smooth crossfade for "equal" signals (freezing/unfreezing)

2011-07-07 Thread Alexandre Torres Porres
hmm, I should go for tab/send/receive~ right? ok, I'll be quiet now, but please help 2011/7/7 Alexandre Torres Porres > maybe the key is a gate thing like [spigot~], but that always harshly cuts > the signal, anyway, even if it's not pertinent here, I wonder if we had > any

Re: [PD] a smooth crossfade for "equal" signals (freezing/unfreezing)

2011-07-07 Thread Alexandre Torres Porres
maybe the key is a gate thing like [spigot~], but that always harshly cuts the signal, anyway, even if it's not pertinent here, I wonder if we had anything smoother than that. cheers 2011/7/7 Alexandre Torres Porres > Hi Pd people, I need help from the masters. > > I'

[PD] a smooth crossfade for "equal" signals (freezing/unfreezing)

2011-07-07 Thread Alexandre Torres Porres
Hi Pd people, I need help from the masters. I'm doing a freezing/unfreezing patch, and I'm dealing with cross fading into and out of the freeze state. I'm actually using an oscilator bank that's being fed by sigmund~, it's actually freezing just perfectly the way I did, that's the easy part, just

<    1   2   3   4