Re: [PD] any mac OS terminal experts?

2010-03-26 Thread errordeveloper
Dan, i am sorry but your function { } business is teribly misleading! it's gust alias pd="/path/to/app/bin/pd" that anyone would ever need .. well, do you wanna go like: PD=//Applications/Pd-extended.app/Contents/Resources/bin/pd THIS_COULD_BE_THE_ONLY_REASON_WHY_WE_NEED_IT=$MY_ERRORNO_CMD_NOT_FO

Re: [PD] Pd, Max/Msp, Reaktor, Plogue Bidule... How do these compare?

2010-03-26 Thread Michal Seta
On Fri, Mar 26, 2010 at 9:57 AM, Jeffrey Concepcion wrote: > that works fine for sending audio to and from live and pd, but not midi (as > far as i know). if anyone knows how to send midi to and from live and pd > (having live's metronome in charge). midi ox/ midi yoke is extremely > glitchy, it c

Re: [PD] "dummy" pix_crop question

2010-03-26 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matteo Sisti Sette wrote: > Hi, > > > When the pix_crop is set to 0,0 offset and a size equal to the input > image size, that is it is identical to no crop at all, will it consume > the same amount of CPU as a nontrivial crop? most likely (but i don

Re: [PD] Local Variables in GUI Properties (receive-symbol)

2010-03-26 Thread Ben Baker-Smith
Fantastic, that did the trick. I'll keep my variables as prefixes from now on. Though ideally the gui objects should handle variables in the same way as standard send and receive objects (and arrays), which can take variables at the beginning, end, or in the middle. Thanks everyone! On Fri, Mar

Re: [PD] Local Variables in GUI Properties (receive-symbol)

2010-03-26 Thread Roman Haefeli
On Fri, 2010-03-26 at 18:01 +0100, Derek Holzer wrote: > $0, $1 and all other variables should be at the beginning of the name > of your variable, not the end. This is the same whether it's a send, > an array or anything else. Not anymore in recent versions of Pd, at least not in >= 0.42. Rom

Re: [PD] Local Variables in GUI Properties (receive-symbol)

2010-03-26 Thread Derek Holzer
$0, $1 and all other variables should be at the beginning of the name of your variable, not the end. This is the same whether it's a send, an array or anything else. D. On 3/26/10 5:22 PM, Ben Baker-Smith wrote: I've tested this with toggle, bang, and canvas objects. If I put $0 in the sen

Re: [PD] Local Variables in GUI Properties (receive-symbol)

2010-03-26 Thread Roman Haefeli
On Fri, 2010-03-26 at 11:22 -0500, Ben Baker-Smith wrote: > > Ben Baker-Smith wrote: > >> Hello, > >> > >> Is there a way to use local variables ($0) in GUI send-symbol / > >> receive-symbol properties? If I just put in $0 it interprets it as > >> "0", > > > > this is new to me; i have been using $

Re: [PD] Local Variables in GUI Properties (receive-symbol)

2010-03-26 Thread tim vets
2010/3/26 Ben Baker-Smith > > Ben Baker-Smith wrote: > >> Hello, > >> > >> Is there a way to use local variables ($0) in GUI send-symbol / > >> receive-symbol properties? If I just put in $0 it interprets it as > >> "0", > > > > this is new to me; i have been using $0 in gui-objects for ages. > >

Re: [PD] Local Variables in GUI Properties (receive-symbol)

2010-03-26 Thread Ben Baker-Smith
> Ben Baker-Smith wrote: >> Hello, >> >> Is there a way to use local variables ($0) in GUI send-symbol / >> receive-symbol properties? If I just put in $0 it interprets it as >> "0", > > this is new to me; i have been using $0 in gui-objects for ages. > Not sure what the issue is then. I'm using P

Re: [PD] Pd Shirts

2010-03-26 Thread Marco Donnarumma
I think a black one would be cool in general. I would love one. a black one might be difficult because the printing color is black > already - white would be really easy. is it only you who wants a black > one or do you think a black shirt is cool in general (how many shirts > should be black?) -

Re: [PD] Pd, Max/Msp, Reaktor, Plogue Bidule... How do these compare?

2010-03-26 Thread Daniel Almeida
Jack works. I've used it before, but the other way around, from live to PD. What I've found boring was that I couldn't figure out how to send more than 1 midi message at the same time. Ended up doing several midi channels to control PD using MIDI. Daniel --- On Fri, 3/26/10, Jeffrey Concepcion

Re: [PD] [PD-announce] OS X 10.6: unplugging headphones crashes Pd

2010-03-26 Thread Marco Donnarumma
Had the same problem with my students. Jack seems to work well for most of them, but few still have random crash. M On Fri, Mar 26, 2010 at 3:31 PM, Derek Holzer wrote: > Sorry for the added noise, this meant for the Pd list, not Pd-announce... > > D. > > On 3/26/10 3:27 PM, Derek Holzer wrote

[PD] "dummy" pix_crop question

2010-03-26 Thread Matteo Sisti Sette
Hi, Not in the sense of a question asked by a dummy, but a question about a dummy [pix_crop] :) Well the question is this: given this setup: [gemhead] | [pix_film] | [pix_crop] ... When the pix_crop is set to 0,0 offset and a size equal to the input image size, that is it is identical to

[PD] [PD-announce] OS X 10.6: unplugging headphones crashes Pd

2010-03-26 Thread Derek Holzer
This is a new one to me, but four of my students can reproduce it every time with Mac OS 10.6, with or without JACK, using Pd-Extended 0.41.4. Unplugging or plugging the headphones while Pd is running freezes Pd completely, requiring a Force Quit. It does this regardless of whether audio pr

Re: [PD] Max Smoother Audio than Pd?

2010-03-26 Thread Ben Baker-Smith
>Here's a minimal track also made with Pd, for the sake of diversity: >http://www.netpd.org/sessions/2007-11-08_antiwecker.mp3 I really liked that track. Thanks for posting. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://l

Re: [PD] Local Variables in GUI Properties (receive-symbol)

2010-03-26 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben Baker-Smith wrote: > Hello, > > Is there a way to use local variables ($0) in GUI send-symbol / > receive-symbol properties? If I just put in $0 it interprets it as > "0", this is new to me; i have been using $0 in gui-objects for ages. > and I

Re: [PD] tcpserver/client question

2010-03-26 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ivica Ico Bukvic wrote: > Ok, I tried now working with the tcpserver/client model and am unable to > solve following problem: > > when a tcpclient (or server) outputs a long string, it splits is for > some reason into two separate lines (perhaps that

Re: [PD] iemnet (was Re: question about netclient and netserver)

2010-03-26 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roman Haefeli wrote: > Hi IOhannes > > I've troubles compiling the iemnet external tcpsend: > > $ make > cc -DPD -I../../../pd/src -Wall -W -g -fPIC -O6 -funroll-loops > -fomit-frame-pointer -o "tcpsend.o" -c "tcpsend.c" > In file included from tcpse

Re: [PD] [PD-announce] OS X 10.6: unplugging headphones crashes Pd

2010-03-26 Thread Derek Holzer
Sorry for the added noise, this meant for the Pd list, not Pd-announce... D. On 3/26/10 3:27 PM, Derek Holzer wrote: This is a new one to me, but four of my students can reproduce it every time with Mac OS 10.6, with or without JACK, using Pd-Extended 0.41.4. Unplugging or plugging the headp

Re: [PD] Pd, Max/Msp, Reaktor, Plogue Bidule... How do these compare?

2010-03-26 Thread Jeffrey Concepcion
that works fine for sending audio to and from live and pd, but not midi (as far as i know). if anyone knows how to send midi to and from live and pd (having live's metronome in charge). midi ox/ midi yoke is extremely glitchy, it constantly sends signals that turn things on and off within live, mak

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-26 Thread Nicolas Montgermont
Le 26/03/10 00:31, Mathieu Bouchard a écrit : ok so now i've recompiled with the -c option thanks to mathieu, you mean -g oops yes -g #12 mp3cast_connect (x=0x39dff4, hostname=0x8596730, fportno=9001) at mp3cast~.c:650 this means that it crashed during "Authorization: Basic %s\r\n",

Re: [PD] Max Smoother Audio than Pd?

2010-03-26 Thread Malte Steiner
On 26.03.2010 09:18, Dan Wilcox wrote: SubOptimal Demo nice Devo feeling! -- media art + development http://www.block4.com follow me on Twitter: http://twitter.com/herrsteiner or face the book: ht

Re: [PD] Max Smoother Audio than Pd?

2010-03-26 Thread Roman Haefeli
On Fri, 2010-03-26 at 09:18 +0100, Dan Wilcox wrote: > Well I am no pd king either, but it's been working quite well for me > after the initial investment of learning and building patches. > > > Here's a song recorded with multiple tracks from pd directly to Ardour > on an old single core Linux

[PD] JKP & HK - Tschwiiip ( synthetiseur )

2010-03-26 Thread JKP
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noise synthetiseur ( midi control, etc... ) Screenshots - --> http://jkp.antisocial.be/images/Tschwiip.png Download - --> http://jkp.antisocial.be/musique/JKP_&_HK-Tschwiiip.zip thanks to Thomas Thiery thanks to Hardoff thanks to Franck Barknecht R

Re: [PD] Max Smoother Audio than Pd?

2010-03-26 Thread Dan Wilcox
On Mar 25, 2010, at 9:34 PM, Roman Haefeli wrote: >> but just demonstrate that in despite a lot of efforts to have tools for >> making music with pd, there's no way to make something smooth enough to be >> commercial, unless cheating with some steinberg or direct x stuff, of >> knowing by hear

[PD] Unconference/Hacklabs at ICMC10 NY june 1-5

2010-03-26 Thread Alexandre Porres
Hello, The *2010 International Computer Music Conference* /* **ICMC10* ( http://www.icmc2010.org) welcomes suggestions and submissions to the UnConference to happen during the event. This edition - [R.E.D. Edition] Research Education Discovery - takes place in New York City, from June 1st to June

Re: [PD] Pd Shirts

2010-03-26 Thread harris_pilton
a black one might be difficult because the printing color is black already - white would be really easy. is it only you who wants a black one or do you think a black shirt is cool in general (how many shirts should be black?) - i'll see what i can do pricing isnt settled - persons who buy t