Hi List,
i've been asked by students where to download the starter drug “pd~
for Max” and i could not find it myself - i thought it is available?
It's neither here:
http://crca.ucsd.edu/~tapel/software.html
nor
http://crca.ucsd.edu/~msp/software.html
and here neither:
http://www.maxobjects.com/?v=authors&initiale=M
max
Oops, sorry about that... I reorganized some stuff and that fell through a crack. It's back up on:
http://crca.ucsd.edu/~msp/software.html
cheers Miller
On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote:
Hi List,
i've been asked by students where to download the starter drug ?pd~
for Max? and i could not find it myself - i thought it is available? It's neither here: http://crca.ucsd.edu/~tapel/software.html nor http://crca.ucsd.edu/~msp/software.html and here neither: http://www.maxobjects.com/?v=authors&initiale=Mmax
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Miller, Will [pd~] ever be available for windows machines? Or is it just not possible to implement (I remember reading about some technical hurdle but I can't remember what it is at the moment)?
Thanks, Jonathan
--- On Fri, 8/28/09, Miller Puckette mpuckett@imusic1.ucsd.edu wrote:
From: Miller Puckette mpuckett@imusic1.ucsd.edu Subject: Re: [PD] pd~ for Max To: "Max" abonnements@revolwear.com Cc: pd-list@iem.at Date: Friday, August 28, 2009, 5:35 AM Oops, sorry about that... I reorganized some stuff and that fell through a crack. It's back up on:
http://crca.ucsd.edu/~msp/software.html
cheers Miller
On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote:
Hi List,
i've been asked by students where to download the
starter drug ?pd~
for Max? and i could not find it myself - i thought it
is available?
It's neither here: http://crca.ucsd.edu/~tapel/software.html nor http://crca.ucsd.edu/~msp/software.html and here neither: http://www.maxobjects.com/?v=authors&initiale=M
max
Pd-list@iem.at
mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Now with Csound for Pd and Max for Live, you could have Csound for Pd
for Max for Live!
.hc
On Aug 27, 2009, at 11:51 PM, Jonathan Wilkes wrote:
Hi Miller, Will [pd~] ever be available for windows machines? Or is it just not possible to implement (I remember reading about some technical hurdle but I can't remember what it is at the moment)?
Thanks, Jonathan
--- On Fri, 8/28/09, Miller Puckette mpuckett@imusic1.ucsd.edu
wrote:From: Miller Puckette mpuckett@imusic1.ucsd.edu Subject: Re: [PD] pd~ for Max To: "Max" abonnements@revolwear.com Cc: pd-list@iem.at Date: Friday, August 28, 2009, 5:35 AM Oops, sorry about that... I reorganized some stuff and that fell through a crack. It's back up on:
http://crca.ucsd.edu/~msp/software.html
cheers Miller
On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote:
Hi List,
i've been asked by students where to download the
starter drug ?pd~
for Max? and i could not find it myself - i thought it
is available?
It's neither here: http://crca.ucsd.edu/~tapel/software.html nor http://crca.ucsd.edu/~msp/software.html and here neither: http://www.maxobjects.com/?v=authors&initiale=M
max
Pd-list@iem.at
mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Mistrust authority - promote decentralization. - the hacker ethic
I'm getting close to finishing making all the help patches in the reference folder conform to the PDDP template.
I need to add a keyword to pd META for the object author and the help patch authors, something like:
AUTHOR Miller Puckette
HELP_PATCH_AUTHOR(S) Dave Sabine, Krzysztof Czaja, Jonathan Wilkes
(BTW, it's quite easy to parse commas in Pd.)
-Jonathan
Cool, could you post an example of parsing commas in Pd? If its easy
to parse the commas from a 'text' object, then that would solve the
tags debate.
.hc
On Aug 28, 2009, at 1:10 PM, Jonathan Wilkes wrote:
I'm getting close to finishing making all the help patches in the
reference folder conform to the PDDP template.I need to add a keyword to pd META for the object author and the
help patch authors, something like:AUTHOR Miller Puckette
HELP_PATCH_AUTHOR(S) Dave Sabine, Krzysztof Czaja, Jonathan Wilkes
(BTW, it's quite easy to parse commas in Pd.)
-Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
There is no way to peace, peace is the way. -A.J. Muste
[bang( | [list append foo, bar] | [$2( | [print]
To parse, just use [sel,] Same for semicolon. Also works when reading from [textfile]
-Jonathan
--- On Mon, 8/31/09, Hans-Christoph Steiner hans@at.or.at wrote:
From: Hans-Christoph Steiner hans@at.or.at Subject: Re: [PD] Pd META: Author/Help Patch Authors To: "Jonathan Wilkes" jancsika@yahoo.com Cc: pd-list@iem.at Date: Monday, August 31, 2009, 4:16 PM
Cool, could you post an example of parsing commas in Pd? If its easy to parse the commas from a 'text' object, then that would solve the tags debate.
.hc
On Aug 28, 2009, at 1:10 PM, Jonathan Wilkes wrote:
I'm getting close to finishing making all the help
patches in the reference
folder conform to the PDDP template.
I need to add a keyword to pd META for the object
author and the help patch
authors, something like:
AUTHOR Miller Puckette
HELP_PATCH_AUTHOR(S) Dave Sabine, Krzysztof Czaja,
Jonathan Wilkes
(BTW, it's quite easy to parse commas in Pd.)
-Jonathan
Pd-list@iem.at
mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
There is no way to peace, peace is the way. -A.J. Muste
I think that in practice, the commas will cause problems, since Pd
interprets a comma as a message separator. In my experience, at least.
Do you have a working example of reading from textfile and doing
something with the text with commas in it?
.hc
On Aug 31, 2009, at 1:40 PM, Jonathan Wilkes wrote:
[bang( | [list append foo, bar] | [$2( | [print]
To parse, just use [sel,] Same for semicolon. Also works when reading from [textfile]
-Jonathan
--- On Mon, 8/31/09, Hans-Christoph Steiner hans@at.or.at wrote:
From: Hans-Christoph Steiner hans@at.or.at Subject: Re: [PD] Pd META: Author/Help Patch Authors To: "Jonathan Wilkes" jancsika@yahoo.com Cc: pd-list@iem.at Date: Monday, August 31, 2009, 4:16 PM
Cool, could you post an example of parsing commas in Pd? If its easy to parse the commas from a 'text' object, then that would solve the tags debate.
.hc
On Aug 28, 2009, at 1:10 PM, Jonathan Wilkes wrote:
I'm getting close to finishing making all the help
patches in the reference
folder conform to the PDDP template.
I need to add a keyword to pd META for the object
author and the help patch
authors, something like:
AUTHOR Miller Puckette
HELP_PATCH_AUTHOR(S) Dave Sabine, Krzysztof Czaja,
Jonathan Wilkes
(BTW, it's quite easy to parse commas in Pd.)
-Jonathan
Pd-list@iem.at
mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
There is no way to peace, peace is the way. -A.J. Muste
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it away to benefit those who profit from
scarcity." -John Gilmore
On Fri, 28 Aug 2009, Jonathan Wilkes wrote:
(BTW, it's quite easy to parse commas in Pd.)
It's not like anyone has an actual choice in having commas parsed...
If I write a comment about some hardware hack like «you can get such a kit for 7,50$ at Omer DeSerres» then Pd thinks «you must mean: 7, 50$» which looks more than weird with that space. This is just my locale, but the same pattern would also happen in Europe.
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
--- On Wed, 9/2/09, Mathieu Bouchard matju@artengine.ca wrote:
From: Mathieu Bouchard matju@artengine.ca Subject: Re: [PD] Pd META: Author/Help Patch Authors To: "Jonathan Wilkes" jancsika@yahoo.com Cc: pd-list@iem.at Date: Wednesday, September 2, 2009, 5:05 PM On Fri, 28 Aug 2009, Jonathan Wilkes wrote:
(BTW, it's quite easy to parse commas in Pd.)
It's not like anyone has an actual choice in having commas parsed...
If I write a comment about some hardware hack like «you can get such a kit for 7,50$ at Omer DeSerres» then Pd thinks «you must mean: 7, 50$» which looks more than weird with that space. This is just my locale, but the same pattern would also happen in Europe.
That's not half as bad as writing sentences that end with a number followed by a period, and the period being forced by the MCP Cone to play "Discs Of Tron," where it slips into the abyss and gets eliminated
-Jonathan
On Wed, 2 Sep 2009, Jonathan Wilkes wrote:
From: Mathieu Bouchard matju@artengine.ca
If I write a comment about some hardware hack like «you can get such a kit for 7,50$ at Omer DeSerres» then Pd thinks «you must mean: 7, 50$» which looks more than weird
That's not half as bad as writing sentences that end with a number followed by a period, and the period being forced by the MCP Cone to play "Discs Of Tron," where it slips into the abyss and gets eliminated
Worst case ever is documented in this post:
http://lists.puredata.info/pipermail/pd-list/2006-09/042419.html
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
Or more likely, a ton of headaches!
~Kyle
On Fri, Aug 28, 2009 at 9:37 AM, Hans-Christoph Steiner hans@at.or.atwrote:
Now with Csound for Pd and Max for Live, you could have Csound for Pd for Max for Live!
.hc
On Aug 27, 2009, at 11:51 PM, Jonathan Wilkes wrote:
Hi Miller,
Will [pd~] ever be available for windows machines? Or is it just not possible to implement (I remember reading about some technical hurdle but I can't remember what it is at the moment)?
Thanks, Jonathan
--- On Fri, 8/28/09, Miller Puckette mpuckett@imusic1.ucsd.edu wrote:
From: Miller Puckette mpuckett@imusic1.ucsd.edu
Subject: Re: [PD] pd~ for Max To: "Max" abonnements@revolwear.com Cc: pd-list@iem.at Date: Friday, August 28, 2009, 5:35 AM Oops, sorry about that... I reorganized some stuff and that fell through a crack. It's back up on:
http://crca.ucsd.edu/~msp/software.htmlhttp://crca.ucsd.edu/%7Emsp/software.html
cheers Miller
On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote:
Hi List,
i've been asked by students where to download the
starter drug ?pd~
for Max? and i could not find it myself - i thought it
is available?
It's neither here: http://crca.ucsd.edu/~tapel/software.htmlhttp://crca.ucsd.edu/%7Etapel/software.html nor http://crca.ucsd.edu/~msp/software.htmlhttp://crca.ucsd.edu/%7Emsp/software.html and here neither: http://www.maxobjects.com/?v=authors&initiale=M
max
Pd-list@iem.at
mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Mistrust authority - promote decentralization. - the hacker ethic
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I don't think it's impossible. Right now pd~ uses posix pipes, which appear to be available for windows -- but the microsoft-supplied version seemed to have license restrictions that prevented me from using it (e.g., wouldn't be compilable under third-party development platforms). This situation might change (or might already have changed), or indeed there might be a good alternative way to handle the intercommunication (sockets?). It's not a high priority for me right now, I'm afraid.
cheers Miller On Thu, Aug 27, 2009 at 08:51:06PM -0700, Jonathan Wilkes wrote:
Hi Miller, Will [pd~] ever be available for windows machines? Or is it just not possible to implement (I remember reading about some technical hurdle but I can't remember what it is at the moment)?
Thanks, Jonathan
--- On Fri, 8/28/09, Miller Puckette mpuckett@imusic1.ucsd.edu wrote:
From: Miller Puckette mpuckett@imusic1.ucsd.edu Subject: Re: [PD] pd~ for Max To: "Max" abonnements@revolwear.com Cc: pd-list@iem.at Date: Friday, August 28, 2009, 5:35 AM Oops, sorry about that... I reorganized some stuff and that fell through a crack.? It's back up on:
http://crca.ucsd.edu/~msp/software.html
cheers Miller
On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote:
Hi List,
i've been asked by students where to download the
starter drug ?pd~?
for Max? and i could not find it myself - i thought it
is available?
It's neither here: http://crca.ucsd.edu/~tapel/software.html nor http://crca.ucsd.edu/~msp/software.html and here neither: http://www.maxobjects.com/?v=authors&initiale=M
max
Pd-list@iem.at
mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I'm having trouble getting it to run - there is no INSTALL
instructions, but i guess
pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/
and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/
allthough the other files are called .maxhelp, not .help
i restarted Max and created a pd~ Object, it has no in or outlets but
i can open the Help from there, switch Audio on and Select the
Pd-0.42-5.app but nothing happens.
what am i doing wrong?
Am 28.08.2009 um 05:35 schrieb Miller Puckette:
Oops, sorry about that... I reorganized some stuff and that fell through a crack. It's back up on:
http://crca.ucsd.edu/~msp/software.html
cheers Miller
On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote:
Hi List,
i've been asked by students where to download the starter drug ?pd~ for Max? and i could not find it myself - i thought it is available? It's neither here: http://crca.ucsd.edu/~tapel/software.html nor http://crca.ucsd.edu/~msp/software.html and here neither: http://www.maxobjects.com/?v=authors&initiale=M
max
I had the same problem for a while... for pd~ to work not only do you have to start "dsp" in the help window but you also have to have audio going in and out of Max. Otherwise Pd start up but does nothing.
cheers M
On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote:
I'm having trouble getting it to run - there is no INSTALL
instructions, but i guess pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ allthough the other files are called .maxhelp, not .helpi restarted Max and created a pd~ Object, it has no in or outlets but
i can open the Help from there, switch Audio on and Select the
Pd-0.42-5.app but nothing happens.what am i doing wrong?
Am 28.08.2009 um 05:35 schrieb Miller Puckette:
Oops, sorry about that... I reorganized some stuff and that fell through a crack. It's back up on:
http://crca.ucsd.edu/~msp/software.html
cheers Miller
On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote:
Hi List,
i've been asked by students where to download the starter drug ?pd~ for Max? and i could not find it myself - i thought it is available? It's neither here: http://crca.ucsd.edu/~tapel/software.html nor http://crca.ucsd.edu/~msp/software.html and here neither: http://www.maxobjects.com/?v=authors&initiale=M
max
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
pd~ for max does not even launch Pd here.
DSP is on.
Is there anybody else on the Pd-list who has Max5 installed on OS X
who could try this out?
thx, Max
Am 28.08.2009 um 19:54 schrieb Miller Puckette:
I had the same problem for a while... for pd~ to work not only do
you have to start "dsp" in the help window but you also have to have audio going
in and out of Max. Otherwise Pd start up but does nothing.cheers M
On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote:
I'm having trouble getting it to run - there is no INSTALL instructions, but i guess pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ allthough the other files are called .maxhelp, not .help
i restarted Max and created a pd~ Object, it has no in or outlets but i can open the Help from there, switch Audio on and Select the Pd-0.42-5.app but nothing happens.
what am i doing wrong?
Am 28.08.2009 um 05:35 schrieb Miller Puckette:
Oops, sorry about that... I reorganized some stuff and that fell through a crack. It's back up on:
http://crca.ucsd.edu/~msp/software.html
cheers Miller
On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote:
Hi List,
i've been asked by students where to download the starter drug ?pd~ for Max? and i could not find it myself - i thought it is
available? It's neither here: http://crca.ucsd.edu/~tapel/software.html nor http://crca.ucsd.edu/~msp/software.html and here neither: http://www.maxobjects.com/?v=authors&initiale=Mmax
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Oh... good idea (I have only Max 4; my OS is too old to upgrade to 5)
thanks M
On Fri, Aug 28, 2009 at 08:32:27PM +0200, Max wrote:
pd~ for max does not even launch Pd here. DSP is on. Is there anybody else on the Pd-list who has Max5 installed on OS X
who could try this out?thx, Max
Am 28.08.2009 um 19:54 schrieb Miller Puckette:
I had the same problem for a while... for pd~ to work not only do
you have to start "dsp" in the help window but you also have to have audio going
in and out of Max. Otherwise Pd start up but does nothing.cheers M
On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote:
I'm having trouble getting it to run - there is no INSTALL instructions, but i guess pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ allthough the other files are called .maxhelp, not .help
i restarted Max and created a pd~ Object, it has no in or outlets but i can open the Help from there, switch Audio on and Select the Pd-0.42-5.app but nothing happens.
what am i doing wrong?
Am 28.08.2009 um 05:35 schrieb Miller Puckette:
Oops, sorry about that... I reorganized some stuff and that fell through a crack. It's back up on:
http://crca.ucsd.edu/~msp/software.html
cheers Miller
On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote:
Hi List,
i've been asked by students where to download the starter drug ?pd~ for Max? and i could not find it myself - i thought it is
available? It's neither here: http://crca.ucsd.edu/~tapel/software.html nor http://crca.ucsd.edu/~msp/software.html and here neither: http://www.maxobjects.com/?v=authors&initiale=Mmax
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
yes, here same with Pd-0.42-5 and Max5 on OSX 10.5.8, not yet succeed in: Max window tells nothing about something wrong ("pd~ version 0.2" printed to Max window when instantiated) but the pd~ object in pd~.help patcher appears with a dark foreground colorlike if the external is wrong...
Cheers, Fred
Miller Puckette wrote:
Oh... good idea (I have only Max 4; my OS is too old to upgrade to 5)
thanks M
On Fri, Aug 28, 2009 at 08:32:27PM +0200, Max wrote:
pd~ for max does not even launch Pd here. DSP is on. Is there anybody else on the Pd-list who has Max5 installed on OS X
who could try this out?thx, Max
Am 28.08.2009 um 19:54 schrieb Miller Puckette:
I had the same problem for a while... for pd~ to work not only do
you have to start "dsp" in the help window but you also have to have audio going
in and out of Max. Otherwise Pd start up but does nothing.cheers M
On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote:
I'm having trouble getting it to run - there is no INSTALL instructions, but i guess pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ allthough the other files are called .maxhelp, not .help
i restarted Max and created a pd~ Object, it has no in or outlets but i can open the Help from there, switch Audio on and Select the Pd-0.42-5.app but nothing happens.
what am i doing wrong?
Am 28.08.2009 um 05:35 schrieb Miller Puckette:
Oops, sorry about that... I reorganized some stuff and that fell through a crack. It's back up on:
http://crca.ucsd.edu/~msp/software.html
cheers Miller
On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote:
Hi List,
i've been asked by students where to download the starter drug ?pd~ for Max? and i could not find it myself - i thought it is
available? It's neither here: http://crca.ucsd.edu/~tapel/software.html nor http://crca.ucsd.edu/~msp/software.html and here neither: http://www.maxobjects.com/?v=authors&initiale=Mmax
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
It probably needs to be compiled for Max5. Anyone with Max5 want to
give it a shot?
.hc
On Aug 31, 2009, at 3:43 AM, fred-ordi wrote:
yes, here same with Pd-0.42-5 and Max5 on OSX 10.5.8, not yet
succeed in: Max window tells nothing about something wrong ("pd~ version 0.2"
printed to Max window when instantiated) but the pd~ object in
pd~.help patcher appears with a dark foreground colorlike if the
external is wrong...Cheers, Fred
Miller Puckette wrote:
Oh... good idea (I have only Max 4; my OS is too old to upgrade to 5) thanks M On Fri, Aug 28, 2009 at 08:32:27PM +0200, Max wrote:
pd~ for max does not even launch Pd here. DSP is on. Is there anybody else on the Pd-list who has Max5 installed on OS
X who could try this out?thx, Max
Am 28.08.2009 um 19:54 schrieb Miller Puckette:
I had the same problem for a while... for pd~ to work not only
do you have to start "dsp" in the help window but you also have to have audio
going in and out of Max. Otherwise Pd start up but does nothing.cheers M
On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote:
I'm having trouble getting it to run - there is no INSTALL instructions, but i guess pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ allthough the other files are called .maxhelp, not .help
i restarted Max and created a pd~ Object, it has no in or
outlets but i can open the Help from there, switch Audio on and Select the Pd-0.42-5.app but nothing happens.what am i doing wrong?
Am 28.08.2009 um 05:35 schrieb Miller Puckette:
Oops, sorry about that... I reorganized some stuff and that fell through a crack. It's back up on:
http://crca.ucsd.edu/~msp/software.html
cheers Miller
On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote: > Hi List, > > i've been asked by students where to download the starter
> drug ?pd~ > for Max? and i could not find it myself - i thought it is
> available? > It's neither here: > http://crca.ucsd.edu/~tapel/software.html > nor > http://crca.ucsd.edu/~msp/software.html > and here neither: > http://www.maxobjects.com/?v=authors&initiale=M > > max
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Programs should be written for people to read, and only incidentally
for machines to execute.
hum, I'd like to but I never used xcodeproject (3.0 with 10.5.8) something particular to clic on ? (have only experience with terminals in linuxppc ;))
fred
Hans-Christoph Steiner wrote:
It probably needs to be compiled for Max5. Anyone with Max5 want to give it a shot?
.hc
On Aug 31, 2009, at 3:43 AM, fred-ordi wrote:
yes, here same with Pd-0.42-5 and Max5 on OSX 10.5.8, not yet succeed in: Max window tells nothing about something wrong ("pd~ version 0.2" printed to Max window when instantiated) but the pd~ object in pd~.help patcher appears with a dark foreground colorlike if the external is wrong...
Cheers, Fred
Miller Puckette wrote:
Oh... good idea (I have only Max 4; my OS is too old to upgrade to 5) thanks M On Fri, Aug 28, 2009 at 08:32:27PM +0200, Max wrote:
pd~ for max does not even launch Pd here. DSP is on. Is there anybody else on the Pd-list who has Max5 installed on OS X
who could try this out?thx, Max
Am 28.08.2009 um 19:54 schrieb Miller Puckette:
I had the same problem for a while... for pd~ to work not only do
you have to start "dsp" in the help window but you also have to have audio going in and out of Max. Otherwise Pd start up but does nothing.cheers M
On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote:
I'm having trouble getting it to run - there is no INSTALL instructions, but i guess pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ allthough the other files are called .maxhelp, not .help
i restarted Max and created a pd~ Object, it has no in or outlets but i can open the Help from there, switch Audio on and Select the Pd-0.42-5.app but nothing happens.
what am i doing wrong?
Am 28.08.2009 um 05:35 schrieb Miller Puckette:
> Oops, sorry about that... I reorganized some stuff and that fell > through a crack. It's back up on: > > http://crca.ucsd.edu/~msp/software.html > > cheers > Miller > > On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote: >> Hi List, >> >> i've been asked by students where to download the starter drug ?pd~ >> for Max? and i could not find it myself - i thought it is
>> available? >> It's neither here: >> http://crca.ucsd.edu/~tapel/software.html >> nor >> http://crca.ucsd.edu/~msp/software.html >> and here neither: >> http://www.maxobjects.com/?v=authors&initiale=M >> >> max
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Programs should be written for people to read, and only incidentally for machines to execute.
- from Structure and Interpretation of Computer Programs
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
So, I copyed the MaxAPIs in /Library/Frameworks/ as required in xcodeprojet, then got this error :
...pd~.mxo/Contents/Infoplist does not exist (build failed)
fred
Hans-Christoph Steiner wrote:
It probably needs to be compiled for Max5. Anyone with Max5 want to give it a shot?
.hc
On Aug 31, 2009, at 3:43 AM, fred-ordi wrote:
yes, here same with Pd-0.42-5 and Max5 on OSX 10.5.8, not yet succeed in: Max window tells nothing about something wrong ("pd~ version 0.2" printed to Max window when instantiated) but the pd~ object in pd~.help patcher appears with a dark foreground colorlike if the external is wrong...
Cheers, Fred
Miller Puckette wrote:
Oh... good idea (I have only Max 4; my OS is too old to upgrade to 5) thanks M On Fri, Aug 28, 2009 at 08:32:27PM +0200, Max wrote:
pd~ for max does not even launch Pd here. DSP is on. Is there anybody else on the Pd-list who has Max5 installed on OS X
who could try this out?thx, Max
Am 28.08.2009 um 19:54 schrieb Miller Puckette:
I had the same problem for a while... for pd~ to work not only do
you have to start "dsp" in the help window but you also have to have audio going in and out of Max. Otherwise Pd start up but does nothing.cheers M
On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote:
I'm having trouble getting it to run - there is no INSTALL instructions, but i guess pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ allthough the other files are called .maxhelp, not .help
i restarted Max and created a pd~ Object, it has no in or outlets but i can open the Help from there, switch Audio on and Select the Pd-0.42-5.app but nothing happens.
what am i doing wrong?
Am 28.08.2009 um 05:35 schrieb Miller Puckette:
> Oops, sorry about that... I reorganized some stuff and that fell > through a crack. It's back up on: > > http://crca.ucsd.edu/~msp/software.html > > cheers > Miller > > On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote: >> Hi List, >> >> i've been asked by students where to download the starter drug ?pd~ >> for Max? and i could not find it myself - i thought it is
>> available? >> It's neither here: >> http://crca.ucsd.edu/~tapel/software.html >> nor >> http://crca.ucsd.edu/~msp/software.html >> and here neither: >> http://www.maxobjects.com/?v=authors&initiale=M >> >> max
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Programs should be written for people to read, and only incidentally for machines to execute.
- from Structure and Interpretation of Computer Programs
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
so sorry, finally build succeed attached after hacking a bit Info.plist from cycling exemple, just got warning "unused variable whom" (xcode 3.0 osx 10.5.8 gcc4.0.1) same as before :
I tryed with loading Max5 before and after loading Pd 0.42-5. then started dsp in max5 than selecting Pd in pd~.help
If Pd loaded before got four times "pd~ version 0.2" in Max window, and got only one Pd process loaded (since we can have many on linux) If Pd load after, got only three time pd~ message in Max window, and no Pd launched (grep Pd)
how can I help ?
fred
fred-ordi wrote:
So, I copyed the MaxAPIs in /Library/Frameworks/ as required in xcodeprojet, then got this error :
...pd~.mxo/Contents/Infoplist does not exist (build failed)
fred
Hans-Christoph Steiner wrote:
It probably needs to be compiled for Max5. Anyone with Max5 want to give it a shot?
.hc
On Aug 31, 2009, at 3:43 AM, fred-ordi wrote:
yes, here same with Pd-0.42-5 and Max5 on OSX 10.5.8, not yet succeed in: Max window tells nothing about something wrong ("pd~ version 0.2" printed to Max window when instantiated) but the pd~ object in pd~.help patcher appears with a dark foreground colorlike if the external is wrong...
Cheers, Fred
Miller Puckette wrote:
Oh... good idea (I have only Max 4; my OS is too old to upgrade to 5) thanks M On Fri, Aug 28, 2009 at 08:32:27PM +0200, Max wrote:
pd~ for max does not even launch Pd here. DSP is on. Is there anybody else on the Pd-list who has Max5 installed on OS X who could try this out?
thx, Max
Am 28.08.2009 um 19:54 schrieb Miller Puckette:
I had the same problem for a while... for pd~ to work not only do
you have to start "dsp" in the help window but you also have to have audio going in and out of Max. Otherwise Pd start up but does nothing.cheers M
On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote: > I'm having trouble getting it to run - there is no INSTALL > instructions, but i guess > pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ > and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ > allthough the other files are called .maxhelp, not .help > > i restarted Max and created a pd~ Object, it has no in or outlets > but > i can open the Help from there, switch Audio on and Select the > Pd-0.42-5.app but nothing happens. > > what am i doing wrong? > > Am 28.08.2009 um 05:35 schrieb Miller Puckette: > >> Oops, sorry about that... I reorganized some stuff and that fell >> through a crack. It's back up on: >> >> http://crca.ucsd.edu/~msp/software.html >> >> cheers >> Miller >> >> On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote: >>> Hi List, >>> >>> i've been asked by students where to download the starter drug >>> ?pd~ >>> for Max? and i could not find it myself - i thought it is
>>> available? >>> It's neither here: >>> http://crca.ucsd.edu/~tapel/software.html >>> nor >>> http://crca.ucsd.edu/~msp/software.html >>> and here neither: >>> http://www.maxobjects.com/?v=authors&initiale=M >>> >>> max> _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Programs should be written for people to read, and only incidentally for machines to execute.
- from Structure and Interpretation of Computer Programs
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
5f3dbd9c6c9734e449a150746b64a0e9
Hi, I tried to run pd~ on max4 and max5, but no luck either. with max4 i can create a pd~ object with inlets and outlets, and when I start pd, the pd window starts up, but nothing else happens. max freezes, I guess trying to open the pd~-subprocess.pd patch? on max5 the situation is exactly the same as fred-ordi described, an object box without in and outlets (although in the help-patch there *are* ins and outs), and with a message in the max window saying pd~ version 0.2. but clicking on start pd~... does nothing. tried different settings for the directory, too, no change. I used 0.42.5. and 10.5.8. I can try to compile pd~ for 10.5 later today. is there someone who has pd~ running on osx? which versions of max and pd are you using? marius.
Hans-Christoph Steiner wrote:
It probably needs to be compiled for Max5. Anyone with Max5 want to give it a shot?
.hc
On Aug 31, 2009, at 3:43 AM, fred-ordi wrote:
yes, here same with Pd-0.42-5 and Max5 on OSX 10.5.8, not yet succeed in: Max window tells nothing about something wrong ("pd~ version 0.2" printed to Max window when instantiated) but the pd~ object in pd~.help patcher appears with a dark foreground colorlike if the external is wrong...
Cheers, Fred
Miller Puckette wrote:
Oh... good idea (I have only Max 4; my OS is too old to upgrade to 5) thanks M On Fri, Aug 28, 2009 at 08:32:27PM +0200, Max wrote:
pd~ for max does not even launch Pd here. DSP is on. Is there anybody else on the Pd-list who has Max5 installed on OS X
who could try this out?thx, Max
Am 28.08.2009 um 19:54 schrieb Miller Puckette:
I had the same problem for a while... for pd~ to work not only do
you have to start "dsp" in the help window but you also have to have audio going in and out of Max. Otherwise Pd start up but does nothing.cheers M
On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote:
I'm having trouble getting it to run - there is no INSTALL instructions, but i guess pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ allthough the other files are called .maxhelp, not .help
i restarted Max and created a pd~ Object, it has no in or outlets but i can open the Help from there, switch Audio on and Select the Pd-0.42-5.app but nothing happens.
what am i doing wrong?
Am 28.08.2009 um 05:35 schrieb Miller Puckette:
> Oops, sorry about that... I reorganized some stuff and that fell > through a crack. It's back up on: > > http://crca.ucsd.edu/~msp/software.html > > cheers > Miller > > On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote: >> Hi List, >> >> i've been asked by students where to download the starter drug ?pd~ >> for Max? and i could not find it myself - i thought it is
>> available? >> It's neither here: >> http://crca.ucsd.edu/~tapel/software.html >> nor >> http://crca.ucsd.edu/~msp/software.html >> and here neither: >> http://www.maxobjects.com/?v=authors&initiale=M >> >> max
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Programs should be written for people to read, and only incidentally for machines to execute.
- from Structure and Interpretation of Computer Programs
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Marius,
For Max 4, that's the symptom I got -- even after hitting the "max DSP 1" button on the patch -- until I went into the audio settings panel and actually got sound running in and out of hardware. For me at least, the Max scheduler apparently didn't even run the DSP objects unless audio was physically going in and out.
For Max5, the API is supposedly unchanged (except, as Thomas Grill mentioned, GUI stuff that pd~ doesn't use). However, the scheduler or audio I/O systems might be different for example -- so this is probably going to take some fooling around to debug.
cheers Miller
On Tue, Sep 01, 2009 at 09:40:09AM +0200, marius schebella wrote:
Hi, I tried to run pd~ on max4 and max5, but no luck either. with max4 i can create a pd~ object with inlets and outlets, and when I start pd, the pd window starts up, but nothing else happens. max freezes, I guess trying to open the pd~-subprocess.pd patch? on max5 the situation is exactly the same as fred-ordi described, an object box without in and outlets (although in the help-patch there *are* ins and outs), and with a message in the max window saying pd~ version 0.2. but clicking on start pd~... does nothing. tried different settings for the directory, too, no change. I used 0.42.5. and 10.5.8. I can try to compile pd~ for 10.5 later today. is there someone who has pd~ running on osx? which versions of max and pd are you using? marius.
Hans-Christoph Steiner wrote:
It probably needs to be compiled for Max5. Anyone with Max5 want to give it a shot?
.hc
On Aug 31, 2009, at 3:43 AM, fred-ordi wrote:
yes, here same with Pd-0.42-5 and Max5 on OSX 10.5.8, not yet succeed in: Max window tells nothing about something wrong ("pd~ version 0.2" printed to Max window when instantiated) but the pd~ object in pd~.help patcher appears with a dark foreground colorlike if the external is wrong...
Cheers, Fred
Miller Puckette wrote:
Oh... good idea (I have only Max 4; my OS is too old to upgrade to 5) thanks M On Fri, Aug 28, 2009 at 08:32:27PM +0200, Max wrote:
pd~ for max does not even launch Pd here. DSP is on. Is there anybody else on the Pd-list who has Max5 installed on OS X
who could try this out?thx, Max
Am 28.08.2009 um 19:54 schrieb Miller Puckette:
I had the same problem for a while... for pd~ to work not only do
you have to start "dsp" in the help window but you also have to have audio going in and out of Max. Otherwise Pd start up but does nothing.cheers M
On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote: >I'm having trouble getting it to run - there is no INSTALL >instructions, but i guess >pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ >and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ >allthough the other files are called .maxhelp, not .help > >i restarted Max and created a pd~ Object, it has no in or outlets but >i can open the Help from there, switch Audio on and Select the >Pd-0.42-5.app but nothing happens. > >what am i doing wrong? > >Am 28.08.2009 um 05:35 schrieb Miller Puckette: > >>Oops, sorry about that... I reorganized some stuff and that fell >>through a crack. It's back up on: >> >>http://crca.ucsd.edu/~msp/software.html >> >>cheers >>Miller >> >>On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote: >>>Hi List, >>> >>>i've been asked by students where to download the starter drug ?pd~ >>>for Max? and i could not find it myself - i thought it is
>>>available? >>>It's neither here: >>>http://crca.ucsd.edu/~tapel/software.html >>>nor >>>http://crca.ucsd.edu/~msp/software.html >>>and here neither: >>>http://www.maxobjects.com/?v=authors&initiale=M >>> >>>max>_______________________________________________ >Pd-list@iem.at mailing list >UNSUBSCRIBE and account-management -> >http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Programs should be written for people to read, and only incidentally for machines to execute.
- from Structure and Interpretation of Computer Programs
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hi, thanks miller, are you talking about the pd audio settings? cause the dialog won't open up either, everything is frozen. with physically going in and out, you mean connecting a cable to the mini jack of your macbook(pro)?? should I also say a small prayer? or use my little max voodoo doll. no, seriously, I could still not get it running, sorry. do I need jack for this to work? best, marius.
2009/9/1 Miller Puckette mpuckett@imusic1.ucsd.edu:
Hi Marius,
For Max 4, that's the symptom I got -- even after hitting the "max DSP 1" button on the patch -- until I went into the audio settings panel and actually got sound running in and out of hardware. For me at least, the Max scheduler apparently didn't even run the DSP objects unless audio was physically going in and out.
For Max5, the API is supposedly unchanged (except, as Thomas Grill mentioned, GUI stuff that pd~ doesn't use). However, the scheduler or audio I/O systems might be different for example -- so this is probably going to take some fooling around to debug.
cheers Miller
On Tue, Sep 01, 2009 at 09:40:09AM +0200, marius schebella wrote:
Hi, I tried to run pd~ on max4 and max5, but no luck either. with max4 i can create a pd~ object with inlets and outlets, and when I start pd, the pd window starts up, but nothing else happens. max freezes, I guess trying to open the pd~-subprocess.pd patch? on max5 the situation is exactly the same as fred-ordi described, an object box without in and outlets (although in the help-patch there *are* ins and outs), and with a message in the max window saying pd~ version 0.2. but clicking on start pd~... does nothing. tried different settings for the directory, too, no change. I used 0.42.5. and 10.5.8. I can try to compile pd~ for 10.5 later today. is there someone who has pd~ running on osx? which versions of max and pd are you using? marius.
Hans-Christoph Steiner wrote:
It probably needs to be compiled for Max5. Anyone with Max5 want to give it a shot?
.hc
On Aug 31, 2009, at 3:43 AM, fred-ordi wrote:
yes, here same with Pd-0.42-5 and Max5 on OSX 10.5.8, not yet succeed in: Max window tells nothing about something wrong ("pd~ version 0.2" printed to Max window when instantiated) but the pd~ object in pd~.help patcher appears with a dark foreground colorlike if the external is wrong...
Cheers, Fred
Miller Puckette wrote:
Oh... good idea (I have only Max 4; my OS is too old to upgrade to 5) thanks M On Fri, Aug 28, 2009 at 08:32:27PM +0200, Max wrote:
pd~ for max does not even launch Pd here. DSP is on. Is there anybody else on the Pd-list who has Max5 installed on OS X who could try this out?
thx, Max
Am 28.08.2009 um 19:54 schrieb Miller Puckette:
>I had the same problem for a while... for pd~ to work not only do >you have to >start "dsp" in the help window but you also have to have audio >going in and >out of Max. Otherwise Pd start up but does nothing. > >cheers >M > >On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote: >>I'm having trouble getting it to run - there is no INSTALL >>instructions, but i guess >>pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ >>and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ >>allthough the other files are called .maxhelp, not .help >> >>i restarted Max and created a pd~ Object, it has no in or outlets but >>i can open the Help from there, switch Audio on and Select the >>Pd-0.42-5.app but nothing happens. >> >>what am i doing wrong? >> >>Am 28.08.2009 um 05:35 schrieb Miller Puckette: >> >>>Oops, sorry about that... I reorganized some stuff and that fell >>>through a crack. It's back up on: >>> >>>http://crca.ucsd.edu/~msp/software.html >>> >>>cheers >>>Miller >>> >>>On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote: >>>>Hi List, >>>> >>>>i've been asked by students where to download the starter drug ?pd~ >>>>for Max? and i could not find it myself - i thought it is >>>>available? >>>>It's neither here: >>>>http://crca.ucsd.edu/~tapel/software.html >>>>nor >>>>http://crca.ucsd.edu/~msp/software.html >>>>and here neither: >>>>http://www.maxobjects.com/?v=authors&initiale=M >>>> >>>>max > > >>_______________________________________________ >>Pd-list@iem.at mailing list >>UNSUBSCRIBE and account-management -> >>http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Programs should be written for people to read, and only incidentally for machines to execute.
- from Structure and Interpretation of Computer Programs
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi all,
in my experience there's no need to recompile externals for Max5
unless they are using new features or GUI stuff.
I'll see if i can find some time to help out with this.
gr~~~
Am 31.08.2009 um 16:18 schrieb Hans-Christoph Steiner:
It probably needs to be compiled for Max5. Anyone with Max5 want to
give it a shot?.hc
On Aug 31, 2009, at 3:43 AM, fred-ordi wrote:
yes, here same with Pd-0.42-5 and Max5 on OSX 10.5.8, not yet
succeed in: Max window tells nothing about something wrong ("pd~ version 0.2"
printed to Max window when instantiated) but the pd~ object in
pd~.help patcher appears with a dark foreground colorlike if the
external is wrong...Cheers, Fred
Miller Puckette wrote:
Oh... good idea (I have only Max 4; my OS is too old to upgrade to
5) thanks M On Fri, Aug 28, 2009 at 08:32:27PM +0200, Max wrote:pd~ for max does not even launch Pd here. DSP is on. Is there anybody else on the Pd-list who has Max5 installed on OS
X who could try this out?thx, Max
Am 28.08.2009 um 19:54 schrieb Miller Puckette:
I had the same problem for a while... for pd~ to work not only
do you have to start "dsp" in the help window but you also have to have audio
going in and out of Max. Otherwise Pd start up but does nothing.cheers M
On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote:
I'm having trouble getting it to run - there is no INSTALL instructions, but i guess pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ allthough the other files are called .maxhelp, not .help
i restarted Max and created a pd~ Object, it has no in or
outlets but i can open the Help from there, switch Audio on and Select the Pd-0.42-5.app but nothing happens.what am i doing wrong?
Am 28.08.2009 um 05:35 schrieb Miller Puckette:
> Oops, sorry about that... I reorganized some stuff and that fell > through a crack. It's back up on: > > http://crca.ucsd.edu/~msp/software.html > > cheers > Miller > > On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote: >> Hi List, >> >> i've been asked by students where to download the starter
>> drug ?pd~ >> for Max? and i could not find it myself - i thought it is
>> available? >> It's neither here: >> http://crca.ucsd.edu/~tapel/software.html >> nor >> http://crca.ucsd.edu/~msp/software.html >> and here neither: >> http://www.maxobjects.com/?v=authors&initiale=M >> >> max
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Programs should be written for people to read, and only incidentally
for machines to execute.
- from Structure and Interpretation of Computer Programs
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Thomas Grill http://grrrr.org +43 699 19715543
i had to install the SDK
http://www.cycling74.com/twiki/bin/view/ProductDocumentation/MaxUBSDK
then using a .plist file from the examples which come with it it does
this in xcode:
Building target “pd~” of project “pd~” with configuration
“Development” — (1 error)
Checking Dependencies
cd "/Users/max/Downloads/pdmax/src/pd~"
<com.apple.tools.info-plist-utility> /Users/max/Downloads/pdmax/
src/pd~/Info.plist -genpkginfo /Users/max/Downloads/pdmax/src/pd~/
build/Development/pd~.mxo/Contents/PkgInfo -expandbuildsettings -o /
Users/max/Downloads/pdmax/src/pd~/build/Development/pd~.mxo/Contents/
Info.plist
cd "/Users/max/Downloads/pdmax/src/pd~"
/Developer/usr/bin/gcc-4.0 -x c-header -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -O0 -DMSP -fmessage-length=0 -
mfix-and-continue -mmacosx-version-min=10.4 -gdwarf-2 -I/Users/max/
Downloads/pdmax/src/pd~/build/pd~.build/Development/pd~.build/pd~.hmap
-Wmost -Wno-four-char-constants -Wno-unknown-pragmas -O0 -F/Users/max/
Downloads/pdmax/src/pd~/build/Development -F/Developer/SDKs/
MacOSX10.4u.sdk/Library/Frameworks -I/Users/max/Downloads/pdmax/src/
pd~/build/Development/include -I../../c74support/max-includes -I../../
c74support/msp-includes -I/Users/max/Downloads/pdmax/src/pd~/build/
pd~.build/Development/pd~.build/DerivedSources -isysroot /Developer/
SDKs/MacOSX10.4u.sdk -c /Users/max/Downloads/pdmax/src/pd~/../../
c74support/max-includes/macho-prefix.h -o /Library/Caches/
com.apple.Xcode.501/SharedPrecompiledHeaders/macho-prefix-
deodejqxgbrbvtcxomjgfungpesf/macho-prefix.h.gch
i686-apple-darwin9-gcc-4.0.1: /Users/max/Downloads/pdmax/src/pd~/../../
c74support/max-includes/macho-prefix.h: No such file or directory
i686-apple-darwin9-gcc-4.0.1: warning: '-x c-header' after last input
file has no effect
i686-apple-darwin9-gcc-4.0.1: no input files
i686-apple-darwin9-gcc-4.0.1: no input files
i686-apple-darwin9-gcc-4.0.1: no input files
i686-apple-darwin9-gcc-4.0.1: no input files
i686-apple-darwin9-gcc-4.0.1: no input files
Build failed (1 error)
Am 01.09.2009 um 14:26 schrieb Thomas Grill:
Hi all, in my experience there's no need to recompile externals for Max5
unless they are using new features or GUI stuff. I'll see if i can find some time to help out with this. gr~~~Am 31.08.2009 um 16:18 schrieb Hans-Christoph Steiner:
It probably needs to be compiled for Max5. Anyone with Max5 want
to give it a shot?.hc
On Aug 31, 2009, at 3:43 AM, fred-ordi wrote:
yes, here same with Pd-0.42-5 and Max5 on OSX 10.5.8, not yet
succeed in: Max window tells nothing about something wrong ("pd~ version 0.2"
printed to Max window when instantiated) but the pd~ object in
pd~.help patcher appears with a dark foreground colorlike if the
external is wrong...Cheers, Fred
Miller Puckette wrote:
Oh... good idea (I have only Max 4; my OS is too old to upgrade
to 5) thanks M On Fri, Aug 28, 2009 at 08:32:27PM +0200, Max wrote:pd~ for max does not even launch Pd here. DSP is on. Is there anybody else on the Pd-list who has Max5 installed on
OS X who could try this out?thx, Max
Am 28.08.2009 um 19:54 schrieb Miller Puckette:
I had the same problem for a while... for pd~ to work not only
do you have to start "dsp" in the help window but you also have to have audio
going in and out of Max. Otherwise Pd start up but does nothing.cheers M
On Fri, Aug 28, 2009 at 04:47:11PM +0200, Max wrote: > I'm having trouble getting it to run - there is no INSTALL > instructions, but i guess > pd~.mxo lives in /Applications/Max5/Cycling\ '74/msp-externals/ > and pd~.help lives in /Applications/Max5/Cycling\ '74/msp-help/ > allthough the other files are called .maxhelp, not .help > > i restarted Max and created a pd~ Object, it has no in or
> outlets but > i can open the Help from there, switch Audio on and Select the > Pd-0.42-5.app but nothing happens. > > what am i doing wrong? > > Am 28.08.2009 um 05:35 schrieb Miller Puckette: > >> Oops, sorry about that... I reorganized some stuff and that
>> fell >> through a crack. It's back up on: >> >> http://crca.ucsd.edu/~msp/software.html >> >> cheers >> Miller >> >> On Fri, Aug 28, 2009 at 03:21:57AM +0200, Max wrote: >>> Hi List, >>> >>> i've been asked by students where to download the starter
>>> drug ?pd~ >>> for Max? and i could not find it myself - i thought it is
>>> available? >>> It's neither here: >>> http://crca.ucsd.edu/~tapel/software.html >>> nor >>> http://crca.ucsd.edu/~msp/software.html >>> and here neither: >>> http://www.maxobjects.com/?v=authors&initiale=M >>> >>> max> _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Programs should be written for people to read, and only
incidentally for machines to execute.
- from Structure and Interpretation of Computer Programs
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Thomas Grill http://grrrr.org +43 699 19715543
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list