Hi,
I know this comes up now and then. I'm despartely searching for a windows compiled OSC library. Seems like barely.a.live.fm took it's final breath. ;)
Anyone?
Thanks, Michael
Here you are.
Piotr
PS.: @all: Don't flame me for the 72k attachment...
Michael Nisi wrote:
Hi,
I know this comes up now and then. I'm despartely searching for a windows compiled OSC library. Seems like barely.a.live.fm took it's final breath. ;)
Anyone?
Thanks, Michael
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I am trying to get flashserver up and running, and it has become clear to me that I don't understand how pd utilizes externals.
I have two versions of PD, version 0.37.0 which I had been using before, and the newfangled .app Pd-0.38-4-extended-RC1.app
Does the .app look for externs in the same place as the /usr/... Pd does. Do they both read the same conf files on bootup? Which are these?
OK. My real question:
There exists on the list archives a reference to the file flashserver.pd_darwin. I can't find this anywhere online. What I do have is flashserver-1.1.sit, which contains the folder build-mac containing the file flashserver. Does this need to be compiled? I've tried putting the flashserver file in the same folder as my patches, in the /usr/local/lib/pd/externs directory, and in the /Applications/Pd-0.38-4-extended-RC1.app/Contents/Resources/extra directory, none seem to work.
I've searched high and low, but can't find the documentation to fix my issue.
Do all Max externals also work in pd? Do they get compiled differently?
Is the a document online that explains all this that I'm just no finding?
Thanks a million.
-Dan
I am trying to [select a b c 1 2 3]
According to the PD documentation, this is possible if I send all symbols.
From select help:
" Notice that "400" here is defined as a symbol data type and the [select] object can successfully match it to the creation argument."
But if I add a [symbol 300{ it gets a match at 400 (the first float in the select). When I have
[sel a 1 b 2]
I can successfully find both a and b, but any numbers I send, as symbols, get caught at 1.
It behaves like this in both .3.7 and .3.8. I was starting to draw a workaround and thought I'd mention it. Am I missing something?
Thanks,
Dan
I am trying to [select a b c 1 2 3]
According to the PD documentation, this is possible if I send all symbols.
From select help:
" Notice that "400" here is defined as a symbol data type and the [select] object can successfully match it to the creation argument."
But if I add a [symbol 300{ it gets a match at 400 (the first float in the select). When I have
[sel a 1 b 2]
I can successfully find both a and b, but any numbers I send, as symbols, get caught at 1.
It behaves like this in both .3.7 and .3.8. I was starting to draw a workaround and thought I'd mention it. Am I missing something?
Thanks,
Dan
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
But if I add a [symbol 300{ it gets a match at 400 (the first float in the select). When I have
[sel a 1 b 2]
without checking the source ... probably select doesn't support mixed type arguments (at least route doesn't), so either use select symbols only or floats only ...
cheers ... tim
Dan wrote:
I am trying to [select a b c 1 2 3]
According to the PD documentation, this is possible if I send all symbols.
From select help:
" Notice that "400" here is defined as a symbol data type and the [select] object can successfully match it to the creation argument."
But if I add a [symbol 300{ it gets a match at 400 (the first float in the select). When I have
[sel a 1 b 2]
I can successfully find both a and b, but any numbers I send, as symbols, get caught at 1.
alright. you should not (cannot, must not) mix symbols and floats with [select]/[route].
you have 2 problems: the simple one is, that [symbol 400( does _not_ create a symbol "400", but instead something different (i think it used to be a symbol "float", but it is not with pd-0.38; it looks (with [print]) like it is an empty symbol but i don't think it actually is); if you really want to create a symbol "401" you will have to use [makefilename %d]
the more complicated one is with [select]: if you do [sel a 1 b 2] it is actually [sel a "float" b "float"] and each that comes in will match against "float" (don't take the "float" literally though)
It behaves like this in both .3.7 and .3.8. I was starting to draw a workaround and thought I'd mention it. Am I missing something?
the workaround is to use 2 cascaded [select]s, one for symbols, the other for floats.
mfg.a.sr IOhannes
Am 12.08.2005 um 04:30 schrieb Dan Wilken:
I am trying to get flashserver up and running, and it has become
clear to me that I don't understand how pd utilizes externals.I have two versions of PD, version 0.37.0 which I had been using
before, and the newfangled .app Pd-0.38-4-extended-RC1.appDoes the .app look for externs in the same place as the /usr/... Pd
does. Do they both read the same conf files on bootup? Which are these?OK. My real question:
There exists on the list archives a reference to the file flashserver.pd_darwin. I can't find this anywhere online. What I do have is flashserver-1.1.sit, which contains the folder
build-mac containing the file flashserver.
You downloaded a Max external, it seems.
Do all Max externals also work in pd?
None work in Pd.
Do they get compiled differently?
Yes, the code is different and the binaries are different.
Olaf
Does anybody know where to get a PD<>Flash external? I can't seem to find it anywhere.
On 8/12/05 3:16 AM, "Olaf Matthes" olaf.matthes@gmx.de wrote:
Am 12.08.2005 um 04:30 schrieb Dan Wilken:
I am trying to get flashserver up and running, and it has become clear to me that I don't understand how pd utilizes externals.
I have two versions of PD, version 0.37.0 which I had been using before, and the newfangled .app Pd-0.38-4-extended-RC1.app
Does the .app look for externs in the same place as the /usr/... Pd does. Do they both read the same conf files on bootup? Which are these?
OK. My real question:
There exists on the list archives a reference to the file flashserver.pd_darwin. I can't find this anywhere online. What I do have is flashserver-1.1.sit, which contains the folder build-mac containing the file flashserver.
You downloaded a Max external, it seems.
Do all Max externals also work in pd?
None work in Pd.
Do they get compiled differently?
Yes, the code is different and the binaries are different.
Olaf
Nevermind. barely.a.live.fm is back. I got it now.
Thanks, Michael
On 6/14/05, Michael Nisi michael.nisi@gmail.com wrote:
Hi,
I know this comes up now and then. I'm despartely searching for a windows compiled OSC library. Seems like barely.a.live.fm took it's final breath. ;)
Anyone?
Thanks, Michael
Hallo, Michael Nisi hat gesagt: // Michael Nisi wrote:
Nevermind. barely.a.live.fm is back. I got it now.
Please note, that this version might miss several bugfixes that were done in the meantime, so you're probably better off with using the OSC stuff from some of the pd-extended installers.
Frank Barknecht _ ______footils.org__
_ __latest track: "scans" _ http://footils.org/cms/show/41
Is there a BBcut for PD?
-As far as I know it only exists for SuperCollider, because of its dynamic patching ability. Neither Max/MSP nor PD seem capable doing this, because of their static allocation of things (this I'm being told by users of this all... I am just merely a humble SC-participant since 1998, thus I know nothing [..not even from Barcelona & lost in a southern English resort town - Fawlty Towers reference - thus not blamable..].
AvS
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .....................................................................
` |Schreck Ensemble . . . . . . . . . . . . . . . . . . . . +
` |# -laboratory for live electro-acoustic music- # |
| http://www.schreck.nl/ |
| http://www.xs4all.nl/~schreck/ |
` *===========================================================++
` |Compositions http://www.xs4all.nl/~schreck/html/compo.html |
` |Samples http://www.xs4all.nl/~schreck/html/samp.html |
` |Patches http://www.xs4all.nl/~schreck/html/pat.html |
` |Videos http://www.xs4all.nl/~schreck/html/video.html |
` |Scores http://www.xs4all.nl/~schreck/html/scores.html |
*===========================================================++
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .....................................................................
On Jun 14, 2005, at 5:39 PM, Arie van Schutterhoef wrote:
Is there a BBcut for PD?
-As far as I know it only exists for SuperCollider, because of its dynamic patching ability. Neither Max/MSP nor PD seem capable doing this, because of their static allocation of things (this I'm being told by users of this all... I am just merely a humble
SC-participant since 1998, thus I know nothing [..not even from Barcelona & lost in a southern English resort town - Fawlty Towers reference - thus not blamable..].
I don't know what BBcut is, by you can definitely build patches
dynamically in Pd. Check out nqpoly for a good example.
.hc
AvS
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .....................................................................
` |Schreck Ensemble . . . . . . . . . . . . . . . . . . . . +
` |# -laboratory for live electro-acoustic music- # | | http://www.schreck.nl/ | | http://www.xs4all.nl/~schreck/ | ` *===========================================================++ ` |Compositions http://www.xs4all.nl/~schreck/html/compo.html | ` |Samples http://www.xs4all.nl/~schreck/html/samp.html | ` |Patches http://www.xs4all.nl/~schreck/html/pat.html | ` |Videos http://www.xs4all.nl/~schreck/html/video.html | ` |Scores http://www.xs4all.nl/~schreck/html/scores.html | *===========================================================++
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .....................................................................
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"Computer science is no more related to the computer than astronomy is
related to the telescope."
-Edsger Dykstra
It is very cool http://www.cus.cam.ac.uk/~nc272/code.html
On Jun 15, 2005, at 11:35 AM, Hans-Christoph Steiner wrote:
On Jun 14, 2005, at 5:39 PM, Arie van Schutterhoef wrote:
Is there a BBcut for PD?
-As far as I know it only exists for SuperCollider, because of its dynamic patching ability. Neither Max/MSP nor PD seem capable doing this, because of their static allocation of things (this I'm being told by users of this all... I am just merely a humble
SC-participant since 1998, thus I know nothing [..not even from Barcelona & lost in a southern English resort town - Fawlty Towers reference - thus
not blamable..].I don't know what BBcut is, by you can definitely build patches
dynamically in Pd. Check out nqpoly for a good example..hc
AvS
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .....................................................................
` |Schreck Ensemble . . . . . . . . . . . . . . . . . . . . +
` |# -laboratory for live electro-acoustic music- # | | http://www.schreck.nl/ | | http://www.xs4all.nl/~schreck/ | ` *===========================================================++ ` |Compositions http://www.xs4all.nl/~schreck/html/compo.html | ` |Samples http://www.xs4all.nl/~schreck/html/samp.html | ` |Patches http://www.xs4all.nl/~schreck/html/pat.html | ` |Videos http://www.xs4all.nl/~schreck/html/video.html | ` |Scores http://www.xs4all.nl/~schreck/html/scores.html | *===========================================================++
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .....................................................................
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"Computer science is no more related to the computer than astronomy is
related to the telescope."-Edsger Dykstra
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Patrick Pagano, B.S., M.F.A Digital Media Specialist University of Floirda Digital Worlds Institute 352-294-2082
Thanks Frank. I'll have a look.
Regards, Michael
On 6/14/05, Frank Barknecht fbar@footils.org wrote:
Hallo, Michael Nisi hat gesagt: // Michael Nisi wrote:
Nevermind. barely.a.live.fm is back. I got it now.
Please note, that this version might miss several bugfixes that were done in the meantime, so you're probably better off with using the OSC stuff from some of the pd-extended installers.
Ciao
Frank Barknecht _ ______footils.org__
_ __latest track: "scans" _ http://footils.org/cms/show/41
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list