Re: [PD] pd interfacing with java

2007-07-04 Thread IOhannes m zmoelnig
ruth mccracken wrote: I want to interface a pd synth with some java apps. Are there any pd/java interfaces available? apart from derek's solution (connection 2 apps via a networked protocol), there is also pdj (or was it jpd?), which allows you to write objects in java. i would have to

Re: [PD] [netsend] unix socket because of [comport]

2007-07-04 Thread IOhannes m zmoelnig
patrick wrote: hi, i'm looking for the best way to use netsend / netreceiving between 2 instances of pd (1 with -nogui) running on the same computer. just stick [netsend] into one instance and [netreceive] into the other instance :-) seriously, what is the problem that cannot be solved

Re: [PD] pd interfacing with java

2007-07-04 Thread Frank Barknecht
Hallo, ruth mccracken hat gesagt: // ruth mccracken wrote: I want to interface a pd synth with some java apps. What apps? Are there any pd/java interfaces available? I only know this one: http://www.le-son666.com/software/pdj/ It's modelled after the mxj java object for Max. Ciao --

Re: [PD] [netsend] unix socket because of [comport]

2007-07-04 Thread Frank Barknecht
Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote: you just have to collect all the messages at a one point (at the sending side); for this, the use of [inlet]/[outlet]s might be fit better than [send]/[receive] (otoh, i usually use the [s]/[r] approach for ease of patching,

Re: [PD] pdmtl abstractions questions and comments

2007-07-04 Thread Jamie Bullock
On Tue, 2007-07-03 at 13:00 -0400, Mathieu Bouchard wrote: On Mon, 2 Jul 2007, Thomas O Fredericks wrote: Yes, everything does have to be in a category. This constraint makes for an environment that is especially useful for newbies and resolves a lot of conflicts. verb/is article/this

Re: [PD] pd interfacing with java

2007-07-04 Thread Richard Lewis
On Tuesday 03 July 2007 22:21:23 ruth mccracken wrote: I want to interface a pd synth with some java apps. Are there any pd/java interfaces available? If not, could someone please give me some suggestions or pointers...I searched the pd .info site without much luck. I've been using PD with

Re: [PD] Scanned Synthesis in PD

2007-07-04 Thread Hans-Christoph Steiner
Check out this very nice example from chdh that combines physical models, Gem graphics, and scanned synthesis. You can find it in the Help Browser of Pd-extended, Help-Browser-examples-pmpd- 50.scann_synth.pd .hc On Jul 3, 2007, at 6:39 PM, David Divilly wrote: Hi folks I'm currently

[PD] [PD-announce] next week Strings Of Consciousness LIVE in the UK

2007-07-04 Thread Philippe Petit
dear readers hope to meet some of our english corrispondents next week as we'll be on your shores playing London and Birmingham our line up for those gigs will be: Dave Smith (percs) + Stefano Tedesco (vibes) + Nicolas DIck (guitar) + Hervé Vincenti (guitar) + Perceval Bellone (sax) +

Re: [PD] [netsend] unix socket because of [comport]

2007-07-04 Thread Thomas O Fredericks
In my own experience netsend/netreceive works very well even with a constant stream of data. Tom On 7/4/07, IOhannes m zmoelnig [EMAIL PROTECTED] wrote: patrick wrote: hi, i'm looking for the best way to use netsend / netreceiving between 2 instances of pd (1 with -nogui) running on the

Re: [PD] [PD-announce] next week Strings Of Consciousness LIVE in the UK

2007-07-04 Thread Atwood, Robert C
Sounds interesting, what sort of things do you do with pd , how long will you be in London? I live quite near the Underworld though I have yet to step over the puddles of puke to get inside :-P especially on a Friday night -Original Message- From: [EMAIL PROTECTED]

[PD] noooxml

2007-07-04 Thread victor
Say NO to the Microsoft Office format as an ISO standard http://www.noooxml.org/petition/ ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Sending Data form Max/Msp to PD via upd

2007-07-04 Thread alexandre r. decoupigny
Hello List, I am working on a sound/light installation at this point. I am using a Mac Os X G4 ibook.. my problem is that have no idea how to recieve control data form another machine.. i just went through the archives and did not find an answer to my question either.. Basically I am wondering

Re: [PD] envgen help file

2007-07-04 Thread Kevin McCoy
Yeah I remember it being a real pain to figure out.. Thanks Hans! k On 7/3/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Hey all, I just figured out how to save state using the nice little GUI: [envgen] from ggee. I attached the helpfile. The sad thing is the functionality has been

Re: [PD] Sending Data form Max/Msp to PD via upd

2007-07-04 Thread alexandre r. decoupigny
thanks again all of you.. i knew it is possible somehow.. must be a way.but actually i have no way to try it out yet.. i will be going to berlin on monday to test it and i wanted to be prepared and have some ideas before i go there and feel helpless.. we might be passing raw data actually, so im

Re: [PD] Sending Data form Max/Msp to PD via upd

2007-07-04 Thread alexandre r. decoupigny
cheers tim, problem is, for some reason the Lead artist wants to avoid Osc.. dunno how and why.. he explicitly wants to use the upd protocol.. maybe im missing something and this is the same language or format or protocol ? alexandre d. On 04/07/07, Tim Boykett [EMAIL PROTECTED] wrote:

Re: [PD] pdmtl abstractions questions and comments

2007-07-04 Thread Frank Barknecht
Hallo, Mathieu Bouchard hat gesagt: // Mathieu Bouchard wrote: If someone else does an abstraction collection for lists, I'd say, list_ or list. are two other good choices. So far, Max seems to be using ., for example jit.; because of this, I've used the . prefix but for lti. classes;

Re: [PD] Sending Data form Max/Msp to PD via upd

2007-07-04 Thread martin.peach
It should be spelled udpreceive, udp for User Datagram Protocol and i before e except after c, the rule for strange english spellings. Martin alexandre r. decoupigny wrote: thanks martin .. tried it ...little joy ..i have to fix it first.. one more question though.. are you sure the

[PD] pdmtl abstractions questions and comments

2007-07-04 Thread Mathieu Bouchard
On Tue, 3 Jul 2007, Hans wrote: b) abstractions that finish with _ are graphical abstractions. Sometimes, we create an abstraction without a gui, then we create a gui that wraps the same abstraction. The name of both abstractions will be the same, except that the second version will have a _

Re: [PD] pdmtl abstractions questions and comments

2007-07-04 Thread Thomas O Fredericks
To better understand the concept behind the pdmtl abstractions, please read the following: http://wiki.dataflow.ws/PdMtlAbstractions/Features Also, the fact that the pdmtl abstractions uses a one depth folder category system seems to bother and confuse some, more than if the abstractions simply

Re: [PD] pdmtl abstractions questions and comments

2007-07-04 Thread Luke Iannini (pd)
On 7/4/07, Thomas Grill [EMAIL PROTECTED] wrote: He's back! greetings, Thomas I am glad about it : ) ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pdmtl abstractions questions and comments

2007-07-04 Thread Mathieu Bouchard
On Wed, 4 Jul 2007, Chris McCormick wrote: On Tue, Jul 03, 2007 at 01:00:34PM -0400, Mathieu Bouchard wrote: verb/is article/this noun/sentence adjective/easier prep/to verb/read ? Written english is quite different in application and parsing to objectboxes in the Puredata patching language.

Re: [PD] pdmtl abstractions questions and comments

2007-07-04 Thread Mathieu Bouchard
On Wed, 4 Jul 2007, Jamie Bullock wrote: On Tue, 2007-07-03 at 13:00 -0400, Mathieu Bouchard wrote: verb/is article/this noun/sentence adjective/easier prep/to verb/read ? Yes, but how do you resolve: verb/colour noun/colour adjective/colour the verb could be written colourise. the verb

Re: [PD] nogui mode WAS: Re: debian/ubuntu package for

2007-07-04 Thread Chris McCormick
On Wed, Jul 04, 2007 at 04:37:26PM -0400, Mathieu Bouchard wrote: On Tue, 3 Jul 2007, Roman Häfeli wrote: On Tue, 2007-07-03 at 12:56 +0200, IOhannes m zmoelnig wrote: i think it would be interesting to split pd and pd-gui into 2 separate packages (pd recommending pd-gui, pd-gui probably

Re: [PD] nogui mode WAS: Re: debian/ubuntu package for

2007-07-04 Thread Chris McCormick
On Wed, Jul 04, 2007 at 11:42:12PM -0400, Mathieu Bouchard wrote: On Wed, 4 Jul 2007, Chris McCormick wrote: On Wed, Jul 04, 2007 at 04:37:26PM -0400, Mathieu Bouchard wrote: I don't see what's the problem. You don't have to install the whole X Window System, because it's already installed

[PD] pdmtl abstractions questions and comments

2007-07-04 Thread Mathieu Bouchard
On Wed, 4 Jul 2007, Frank wrote: There is a minor annoaynce with the dot for abstractions ATM because of an unfixed bug: If you save a new abstraction that already has a dot in its name like list.abs Oh, I thought that this was a feature :) Edit the five source files, changing the name in

[PD] CD Device

2007-07-04 Thread Achim Bornhoeft
Hi, is there any possibility to read sounds directly from the CD Drive into PD under OS X. Thanks for help. Achim ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] nogui mode WAS: Re: debian/ubuntu package for

2007-07-04 Thread Mathieu Bouchard
On Thu, 5 Jul 2007, Chris McCormick wrote: Just because you can't conceive of a concrete example where someone wants to run debian/ubuntu, but can't, or doesn't want to install X, doesn't mean that it won't happen. Anyone who does a lot of development on embedded systems knows that at least