Re: [PD] RPi overclocking

2012-09-22 Thread Dirk Myers
I've been using this when compiling things on the pi, which will fully use the CPU for long periods of time. This seems to make a noticeable, but not extreme, difference... though I have not timed it.___ Pd-list@iem.at mailing list UNSUBSCRIBE and accou

[PD] Displaying waveform on an array trick and sliders works on pd 0.42 but not on 0.43

2012-09-22 Thread Alexandre Torres Porres
Hi there, perhaphs if I trhow the patch out there it'll force me to finally write a manual for it and officially release it. But my main motivation is a doubt about the way it displays the waveform. So go ahead and get this sampler phase-vocoder I've been working on for years now. See that I have

Re: [PD] -nogui, no Pd, no way back?

2012-09-22 Thread Alexandre Torres Porres
thanks max, that did it 2012/9/22 Max > the path is > ~/Library/Preferences > by default this folder is hidden in 10.7 and 10.8 > you can make it open by either hitting shift-cmd-G in the finder and enter > the path there or you type in the terminal > open ~/Library/Preferences > that will both

Re: [PD] -nogui, no Pd, no way back?

2012-09-22 Thread Alexandre Torres Porres
{ audioapi = 4; audiobuf = 25; audioindev1 = "0 2"; audiooutdev1 = "0 2"; blocksize = 64; callback = 0; defeatrt = 0; flags = "-nogui"; nloadlib = 0; noaudioin = False; noaudioout = False; nomidiin = True; nomidiout = True; npath = 0; rate

[PD] CFP: ACM Creativity and Cognition 2013

2012-09-22 Thread Sam Ferguson
* ACM Creativity and Cognition 2013 Sydney, Australia 17th-20th June, 2013 http://cc13.creativityandcognition.com * The University of Technology, Sydney will host the International Conference on Creativity and Cognition from the 17th

Re: [PD] -nogui, no Pd, no way back?

2012-09-22 Thread Miller Puckette
Before you nuke it, would you be able to get me a dump so I can see what's wrong? To do that, get into a shell ("terminal") and type defaults read org.puredata.pd and copy me the output in an e-mail. Then, the easy way to clear them all out would be to type defaults delete org.puredata.pd pr

Re: [PD] -nogui, no Pd, no way back?

2012-09-22 Thread Max
the path is ~/Library/Preferences by default this folder is hidden in 10.7 and 10.8 you can make it open by either hitting shift-cmd-G in the finder and enter the path there or you type in the terminal open ~/Library/Preferences that will both open a finder window of that folder. m. Am 22.09.20

Re: [PD] -nogui, no Pd, no way back?

2012-09-22 Thread Alexandre Torres Porres
I figured, but it just crashes and doesnt open, would anyone know where I can find this plist file related to pd? thanks a lot A 2012/9/22 José Rafael Subía Valdez > It is supposed to run PD with out its graphicla user interface. > try erasing the plist file with its preferences. > > On Sat, Se

Re: [PD] -nogui, no Pd, no way back?

2012-09-22 Thread José Rafael Subía Valdez
It is supposed to run PD with out its graphicla user interface. try erasing the plist file with its preferences. On Sat, Sep 22, 2012 at 5:20 PM, Alexandre Torres Porres wrote: > hi there, I thought I'd see what this -nogui flag was about and now Pd > doesn't run anymore, I have mac os 10.7, inte

[PD] -nogui, no Pd, no way back?

2012-09-22 Thread Alexandre Torres Porres
hi there, I thought I'd see what this -nogui flag was about and now Pd doesn't run anymore, I have mac os 10.7, intel I re-downloaded, replaced it, but somehow this flag seems to remain there somewhere and it won't open again. I tried this with Pd and Pd-Extended, and even downloaded different ver

[PD] [PD-announce] DMT - a trio of biophysical music, augmented drums, hacked smartphones at ISEA2012, ABQ, NM

2012-09-22 Thread Marco Donnarumma
Dear all, we are thrilled to invite you to this upcoming concert at ISEA 2012: Wilderness, in Albuquerque, New Mexico. For the first time together on stage Adam Parkinson (stepping in for Atau Tanaka, who sadly couldn't join us), Christos Michalakos, and myself Marco Donnarumma will present DMT.

Re: [PD] trying to adapt mu (max-unity) to PD - why does it fail?

2012-09-22 Thread Ivica Bukvic
Not sure why you are getting repeated messages. You shouldn't, but then again I am not sure how your patch works. HTH On Sep 22, 2012 1:17 PM, "Scott R. Looney" wrote: > i had no idea that TCP/UDP based objects sent with different formats. > anyway, changing to netreceive/netsend did the trick!

Re: [PD] trying to adapt mu (max-unity) to PD - why does it fail?

2012-09-22 Thread Scott R. Looney
i had no idea that TCP/UDP based objects sent with different formats. anyway, changing to netreceive/netsend did the trick! thanks. i have downloaded the disis network objects, but i'm not sure how to compile these on a Mac using Xcode. i'll research it for now. one other thing - analyzing a typic

Re: [PD] Looking for a way to add bytes to beginning of a file using [binfile]

2012-09-22 Thread Antonio Roberts
After some experimenting I solved the problem. I first add the bytes that I want to add. I then use a second [binfile] object and use a loop ( [bang( / [until] ) to send each byte to the other [binfile]. This adds bytes instead of overwriting. On 22 September 2012 11:41, Jamie Bullock wrote: > >

Re: [PD] trying to adapt mu (max-unity) to PD - why does it fail?

2012-09-22 Thread Ivica Ico Bukvic
You need to use netsend/receive (or better yet disis_netsend and disis_netreceive that include a number of fixes including stability improvements that prevent pd-gui freezes)cas the network messages done via Martin's externals are translated to FUDI format while netsend/receive aren't. As a t

Re: [PD] how to convert a sound into array of partials

2012-09-22 Thread Julian Brooks
Hi, Not working here. I get: 'cm:no such object' Also can't find where the [r fundamental] is either. Something missing perhaps? Nice autocompress though:) Cheers, Julian ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://

Re: [PD] Looking for a way to add bytes to beginning of a file using [binfile]

2012-09-22 Thread Jamie Bullock
On 20 Sep 2012, at 17:33, Antonio Roberts wrote: > I'm attempting to use [binfile] to add additional bytes to a file. If > I first read the file - using [read( - and then specify the write > position - [writeat 0 ( - when I add bytes they _overwrite_ the > already existing bytes instead of add

[PD] trying to adapt mu (max-unity) to PD - why does it fail?

2012-09-22 Thread Scott R. Looney
hi Ivica and list, i'm trying to set up the DISIS Max to Unity (mu) communication over TCP/UDP in PD-extended and i can't get it to work. it should be really basic. i've tried it using udpsend/udpreceive and tcpsend/tcpreceive. both return a "Object Not Found" error when it tries to control the ro