Are you using import ala [import mrpeach] or invoking the lib path explicitly? [mrpeach/udpsend]
On Oct 2, 2013, at 12:02 AM, pd-list-request@iem.at wrote:
From: peiman khosravi peimankhosravi@gmail.com Subject: [PD] udpsend not recognised [was Re: [PD-announce] pd 0.45-3 test 1 released] Date: October 2, 2013 12:02:07 AM GMT+08:00 Cc: PD List pd-list@iem.at
I might be imagining this but I remember a discussion about OSC and one of these test releases, which I can't find now.
I'm asking because I cannot get 'udpsend' to be recognised as an object on OS X 10.7.5. I've tried with both pd-extended and installing it manually alongside the vanilla version.
Best, Peiman
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Hello,
I've added the path to the library directory in the preferences.
And in pd-extended, I'm guessing it should just work out of the box, but it doesn't.
Thanks, Peiman
*www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/*
On 1 October 2013 17:50, Dan Wilcox danomatika@gmail.com wrote:
Are you using import ala [import mrpeach] or invoking the lib path explicitly? [mrpeach/udpsend]
On Oct 2, 2013, at 12:02 AM, pd-list-request@iem.at wrote:
*From: *peiman khosravi peimankhosravi@gmail.com *Subject: **[PD] udpsend not recognised [was Re: [PD-announce] pd 0.45-3 test 1 released]* *Date: *October 2, 2013 12:02:07 AM GMT+08:00 *Cc: *PD List pd-list@iem.at
I might be imagining this but I remember a discussion about OSC and one of these test releases, which I can't find now.
I'm asking because I cannot get 'udpsend' to be recognised as an object on OS X 10.7.5. I've tried with both pd-extended and installing it manually alongside the vanilla version.
Best, Peiman
Dan Wilcox @danomatika danomatika.com robotcowboy.com
As of Pd-extended-0.43 (I think) you have to import external libraries explicitly, so you need to use [import] or include the library name in the object (e.g. [mrpeach/udpsend]). Did you try those, as Dan indicated?
On Tue, Oct 1, 2013 at 11:57 PM, peiman khosravi peimankhosravi@gmail.comwrote:
Hello,
I've added the path to the library directory in the preferences.
And in pd-extended, I'm guessing it should just work out of the box, but it doesn't.
Thanks, Peiman
*www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/*
On 1 October 2013 17:50, Dan Wilcox danomatika@gmail.com wrote:
Are you using import ala [import mrpeach] or invoking the lib path explicitly? [mrpeach/udpsend]
On Oct 2, 2013, at 12:02 AM, pd-list-request@iem.at wrote:
*From: *peiman khosravi peimankhosravi@gmail.com *Subject: **[PD] udpsend not recognised [was Re: [PD-announce] pd 0.45-3 test 1 released]* *Date: *October 2, 2013 12:02:07 AM GMT+08:00 *Cc: *PD List pd-list@iem.at
I might be imagining this but I remember a discussion about OSC and one of these test releases, which I can't find now.
I'm asking because I cannot get 'udpsend' to be recognised as an object on OS X 10.7.5. I've tried with both pd-extended and installing it manually alongside the vanilla version.
Best, Peiman
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thanks for the reply.
Sorry for the stupid question but I'm not quite clear about this.
I'm using vanilla now. Is [import] an object? It's not recognised here.
Peiman
*www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/*
On 1 October 2013 22:06, Alexandros Drymonitis adrcki@gmail.com wrote:
As of Pd-extended-0.43 (I think) you have to import external libraries explicitly, so you need to use [import] or include the library name in the object (e.g. [mrpeach/udpsend]). Did you try those, as Dan indicated?
On Tue, Oct 1, 2013 at 11:57 PM, peiman khosravi <peimankhosravi@gmail.com
wrote:
Hello,
I've added the path to the library directory in the preferences.
And in pd-extended, I'm guessing it should just work out of the box, but it doesn't.
Thanks, Peiman
*www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/*
On 1 October 2013 17:50, Dan Wilcox danomatika@gmail.com wrote:
Are you using import ala [import mrpeach] or invoking the lib path explicitly? [mrpeach/udpsend]
On Oct 2, 2013, at 12:02 AM, pd-list-request@iem.at wrote:
*From: *peiman khosravi peimankhosravi@gmail.com *Subject: **[PD] udpsend not recognised [was Re: [PD-announce] pd 0.45-3 test 1 released]* *Date: *October 2, 2013 12:02:07 AM GMT+08:00 *Cc: *PD List pd-list@iem.at
I might be imagining this but I remember a discussion about OSC and one of these test releases, which I can't find now.
I'm asking because I cannot get 'udpsend' to be recognised as an object on OS X 10.7.5. I've tried with both pd-extended and installing it manually alongside the vanilla version.
Best, Peiman
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Try declare: [declare -stdpath mrpeach]
On Oct 2, 2013, at 5:17 AM, peiman khosravi peimankhosravi@gmail.com wrote:
Thanks for the reply.
Sorry for the stupid question but I'm not quite clear about this.
I'm using vanilla now. Is [import] an object? It's not recognised here.
Peiman
www.peimankhosravi.co.uk || RSS Feed || Concert News
On 1 October 2013 22:06, Alexandros Drymonitis adrcki@gmail.com wrote: As of Pd-extended-0.43 (I think) you have to import external libraries explicitly, so you need to use [import] or include the library name in the object (e.g. [mrpeach/udpsend]). Did you try those, as Dan indicated?
On Tue, Oct 1, 2013 at 11:57 PM, peiman khosravi peimankhosravi@gmail.com wrote: Hello,
I've added the path to the library directory in the preferences.
And in pd-extended, I'm guessing it should just work out of the box, but it doesn't.
Thanks, Peiman
www.peimankhosravi.co.uk || RSS Feed || Concert News
On 1 October 2013 17:50, Dan Wilcox danomatika@gmail.com wrote: Are you using import ala [import mrpeach] or invoking the lib path explicitly? [mrpeach/udpsend]
On Oct 2, 2013, at 12:02 AM, pd-list-request@iem.at wrote:
From: peiman khosravi peimankhosravi@gmail.com Subject: [PD] udpsend not recognised [was Re: [PD-announce] pd 0.45-3 test 1 released] Date: October 2, 2013 12:02:07 AM GMT+08:00 Cc: PD List pd-list@iem.at
I might be imagining this but I remember a discussion about OSC and one of these test releases, which I can't find now.
I'm asking because I cannot get 'udpsend' to be recognised as an object on OS X 10.7.5. I've tried with both pd-extended and installing it manually alongside the vanilla version.
Best, Peiman
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Also, you have to reopen the patch after adding a [declare] for it to take effect.
On Oct 2, 2013, at 5:18 AM, Dan Wilcox danomatika@gmail.com wrote:
Try declare: [declare -stdpath mrpeach]
On Oct 2, 2013, at 5:17 AM, peiman khosravi peimankhosravi@gmail.com wrote:
Thanks for the reply.
Sorry for the stupid question but I'm not quite clear about this.
I'm using vanilla now. Is [import] an object? It's not recognised here.
Peiman
www.peimankhosravi.co.uk || RSS Feed || Concert News
On 1 October 2013 22:06, Alexandros Drymonitis adrcki@gmail.com wrote: As of Pd-extended-0.43 (I think) you have to import external libraries explicitly, so you need to use [import] or include the library name in the object (e.g. [mrpeach/udpsend]). Did you try those, as Dan indicated?
On Tue, Oct 1, 2013 at 11:57 PM, peiman khosravi peimankhosravi@gmail.com wrote: Hello,
I've added the path to the library directory in the preferences.
And in pd-extended, I'm guessing it should just work out of the box, but it doesn't.
Thanks, Peiman
www.peimankhosravi.co.uk || RSS Feed || Concert News
On 1 October 2013 17:50, Dan Wilcox danomatika@gmail.com wrote: Are you using import ala [import mrpeach] or invoking the lib path explicitly? [mrpeach/udpsend]
On Oct 2, 2013, at 12:02 AM, pd-list-request@iem.at wrote:
From: peiman khosravi peimankhosravi@gmail.com Subject: [PD] udpsend not recognised [was Re: [PD-announce] pd 0.45-3 test 1 released] Date: October 2, 2013 12:02:07 AM GMT+08:00 Cc: PD List pd-list@iem.at
I might be imagining this but I remember a discussion about OSC and one of these test releases, which I can't find now.
I'm asking because I cannot get 'udpsend' to be recognised as an object on OS X 10.7.5. I've tried with both pd-extended and installing it manually alongside the vanilla version.
Best, Peiman
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Dan Wilcox @danomatika danomatika.com robotcowboy.com
OK great, I'll try this and report back if there are any issues.
Thanks again. Peiman
*www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/*
On 1 October 2013 22:18, Dan Wilcox danomatika@gmail.com wrote:
Try declare: [declare -stdpath mrpeach]
On Oct 2, 2013, at 5:17 AM, peiman khosravi peimankhosravi@gmail.com wrote:
Thanks for the reply.
Sorry for the stupid question but I'm not quite clear about this.
I'm using vanilla now. Is [import] an object? It's not recognised here.
Peiman
*www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/*
On 1 October 2013 22:06, Alexandros Drymonitis adrcki@gmail.com wrote:
As of Pd-extended-0.43 (I think) you have to import external libraries explicitly, so you need to use [import] or include the library name in the object (e.g. [mrpeach/udpsend]). Did you try those, as Dan indicated?
On Tue, Oct 1, 2013 at 11:57 PM, peiman khosravi < peimankhosravi@gmail.com> wrote:
Hello,
I've added the path to the library directory in the preferences.
And in pd-extended, I'm guessing it should just work out of the box, but it doesn't.
Thanks, Peiman
*www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/*
On 1 October 2013 17:50, Dan Wilcox danomatika@gmail.com wrote:
Are you using import ala [import mrpeach] or invoking the lib path explicitly? [mrpeach/udpsend]
On Oct 2, 2013, at 12:02 AM, pd-list-request@iem.at wrote:
*From: *peiman khosravi peimankhosravi@gmail.com *Subject: **[PD] udpsend not recognised [was Re: [PD-announce] pd 0.45-3 test 1 released]* *Date: *October 2, 2013 12:02:07 AM GMT+08:00 *Cc: *PD List pd-list@iem.at
I might be imagining this but I remember a discussion about OSC and one of these test releases, which I can't find now.
I'm asking because I cannot get 'udpsend' to be recognised as an object on OS X 10.7.5. I've tried with both pd-extended and installing it manually alongside the vanilla version.
Best, Peiman
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Dan Wilcox @danomatika danomatika.com robotcowboy.com
[import] is a pd-extended object, hence it's not recognised by vanilla. It will work on extended though..
On Wed, Oct 2, 2013 at 12:17 AM, peiman khosravi peimankhosravi@gmail.comwrote:
Thanks for the reply.
Sorry for the stupid question but I'm not quite clear about this.
I'm using vanilla now. Is [import] an object? It's not recognised here.
Peiman
*www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/*
On 1 October 2013 22:06, Alexandros Drymonitis adrcki@gmail.com wrote:
As of Pd-extended-0.43 (I think) you have to import external libraries explicitly, so you need to use [import] or include the library name in the object (e.g. [mrpeach/udpsend]). Did you try those, as Dan indicated?
On Tue, Oct 1, 2013 at 11:57 PM, peiman khosravi < peimankhosravi@gmail.com> wrote:
Hello,
I've added the path to the library directory in the preferences.
And in pd-extended, I'm guessing it should just work out of the box, but it doesn't.
Thanks, Peiman
*www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/*
On 1 October 2013 17:50, Dan Wilcox danomatika@gmail.com wrote:
Are you using import ala [import mrpeach] or invoking the lib path explicitly? [mrpeach/udpsend]
On Oct 2, 2013, at 12:02 AM, pd-list-request@iem.at wrote:
*From: *peiman khosravi peimankhosravi@gmail.com *Subject: **[PD] udpsend not recognised [was Re: [PD-announce] pd 0.45-3 test 1 released]* *Date: *October 2, 2013 12:02:07 AM GMT+08:00 *Cc: *PD List pd-list@iem.at
I might be imagining this but I remember a discussion about OSC and one of these test releases, which I can't find now.
I'm asking because I cannot get 'udpsend' to be recognised as an object on OS X 10.7.5. I've tried with both pd-extended and installing it manually alongside the vanilla version.
Best, Peiman
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list