[PD] start flags

2007-01-20 Thread europa989
there a way to send startup flags to pd other than clicking the startup menu and writing them there on Mac and Windows? Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millio

[PD] Re: compiling plugin~ for OS X 10.4 - final steps?

2007-01-20 Thread Hans-Christoph Steiner
A binary is included in the flatspace library. Whether it works or not is another question... .hc On Jan 20, 2007, at 11:45 AM, Kevin McCoy wrote: Referencing this message: http://lists.puredata.info/pipermail/pd- list/2006-12/044837.html from Hans on 5 Dec 2006: "FYI, I just enabled th

[PD] [announce] OpenGLUI (*)

2007-01-20 Thread Sukandar Kartadinata
It's that time of the year again As part of tesla's 'open studio days' during the transmediale festival, glui opens its doors for anyone interested in sensors, interfaces, and music technology in general 1-3.Feb 18:00-23:00 Tesla im Podewils'schen Palais Klosterstr. 68-70

Re: [PD] pack/unpack

2007-01-20 Thread Patco
[EMAIL PROTECTED] a écrit : yeah, like making "h u p" "hup". Tried having [list2symbol('s outlet go to [symbol $1$2$3( but no luck. You don't need zexy's list2symbol for that [list h u p( | [$1$2$3( | [print] gives hup. PC. ___

Re: [PD] [PD-announce] IanniX 0.639b online

2007-01-20 Thread Kyle Klipowicz
Thanks for the thoroughness of the Pd install. It's a great idea to provide the externals. ~Kyle On 1/20/07, Thierry Coduys <[EMAIL PROTECTED]> wrote: Hi IanniX 0.639b is now online with new examples : http://sourceforge.net/project/showfiles.php?group_id=174402 Any feedback, comment, bug re

Re: [PD] gem-window

2007-01-20 Thread Frank Barknecht
Hallo, wollscheid hat gesagt: // wollscheid wrote: > I know - this is a redundant question... (had this before but I lost it) > - how do I pop up ther gem window when starting a patch without the > console or any other pd item on the screen? (meaning just the picture, > without frames or button

Re: [PD] pack/unpack

2007-01-20 Thread Frank Barknecht
Hallo, [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: > hi, thanks for the patch, was only trying to get h, u, and p all to be > one word. You eliminated the $2$3 garbage, I'm sure though that there's > some way to get it to just be one tighter word. I really think I did it > before,

[PD] gem-window

2007-01-20 Thread wollscheid
Hi list I know - this is a redundant question... (had this before but I lost it) - how do I pop up ther gem window when starting a patch without the console or any other pd item on the screen? (meaning just the picture, without frames or buttons) Thanks for help - Achim __

Re: [PD] [PD-announce] Pd-0.39.2-extended-test7 released

2007-01-20 Thread Kyle Klipowicz
On OS X 10.4.8 PPC, I can't create OSCroute or dumpOSC. ~Kyle On 1/6/07, Hans-Christoph Steiner <[EMAIL PROTECTED]> wrote: Ok, this should be approaching release readiness, let's stress test! This is the last test release before release candidates, so report bugs now! * Gem should be ins

[PD] compiling plugin~ for OS X 10.4 - final steps?

2007-01-20 Thread Kevin McCoy
Referencing this message: http://lists.puredata.info/pipermail/pd-list/2006-12/044837.html from Hans on 5 Dec 2006: "FYI, I just enabled the building of [plugin~] on Mac OS X. So it should be included in nightly builds and upcoming test and final releases." I am not sure that this is actually

Re: [PD] pack/unpack

2007-01-20 Thread Cyrille . Damez
Le Samedi 20 Janvier 2007 19:37, [EMAIL PROTECTED] a écrit : > yeah, like making "h u p" "hup". Tried having [list2symbol('s outlet > go to [symbol $1$2$3( but no luck. Regarding the first message I sent, > I guess its clearer from looking at the attachment You have to set the separator to be the

Re: [PD] pack/unpack

2007-01-20 Thread padawan12
Ah yes I see. Then Roman is closer with [list2symbol]. But you want to concat symbols without the separator (whitespace). Hmm, not sure, I'll have to pass on that for now. On Sat, 20 Jan 2007 13:46:47 -0500 [EMAIL PROTECTED] wrote: > hi, thanks for the patch, was only trying to get h, u, and p

Re: [PD] pack/unpack

2007-01-20 Thread europa989
hi, thanks for the patch, was only trying to get h, u, and p all to be one word. You eliminated the $2$3 garbage, I'm sure though that there's some way to get it to just be one tighter word. I really think I did it before, and it looked something like that attached patch. yeah, my first message

Re: [PD] pack/unpack

2007-01-20 Thread europa989
yeah, like making "h u p" "hup". Tried having [list2symbol('s outlet go to [symbol $1$2$3( but no luck. Regarding the first message I sent, I guess its clearer from looking at the attachment Check out the new AOL. Most co

Re: [PD] pack/unpack

2007-01-20 Thread padawan12
The clue was in the attachment. :) Here's my guess - Europa is trying to construct a list of symbols and set a message box from that list. The error was in the [set $1 $2 $3( message substitution, and the redundant symbol selector. Perhaps the attached patch does whats needed (?) On Sat, 20

Re: [PD] pack/unpack

2007-01-20 Thread Roman Haefeli
On Sat, 2007-01-20 at 19:13 +0100, IOhannes m zmoelnig wrote: > [EMAIL PROTECTED] wrote: > > hi, forgot how to get the result to be a condensed h u p (hup). > > Attachment below... Perhaps an extra bang is needed. Did it before in a > > patch that freezes on startup now. > > at the risk of soundin

Re: [PD] pack/unpack

2007-01-20 Thread IOhannes m zmoelnig
[EMAIL PROTECTED] wrote: > hi, forgot how to get the result to be a condensed h u p (hup). > Attachment below... Perhaps an extra bang is needed. Did it before in a > patch that freezes on startup now. at the risk of sounding sarcastic: it would be interesting to know what you are talking about...

Re: [PD] no text support in gem under OSX

2007-01-20 Thread IOhannes m zmoelnig
maciej wojnicki wrote: > hello list > > I have a problem with this message: > Gem has been compiled without font support. > that I recieve when trying to use text3d object > > I know that thishave been discussed before on this list and the end > point was tha implementation of thex under OSX is n

[PD] pack/unpack

2007-01-20 Thread europa989
hi, forgot how to get the result to be a condensed h u p (hup). Attachment below... Perhaps an extra bang is needed. Did it before in a patch that freezes on startup now. Check out the new AOL. Most comprehensive set of fr

Re: [PD] slowly load a pd-patches/abs without dropouts

2007-01-20 Thread Thomas Grill
Am 20.01.2007 um 13:33 schrieb Tim Blechmann: i'd like to open patches or dynamically create abstractions during a performance without having dropouts. that's why i'm trying to build a system that slowly loads a patch. instead [; pd open patch-name.pd path( or [; pd-subpatchname obj 10 10 a

Re: [PD] no text support in gem under OSX

2007-01-20 Thread Derek Holzer
My copy of 0.39-extended-test4 seems to do [text3d] and other font-related stuff just fine. best, d. maciej wojnicki wrote: hello list I have a problem with this message: Gem has been compiled without font support. that I recieve when trying to use text3d object I know that thishave been dis

Re: [PD] slowly load a pd-patches/abs without dropouts

2007-01-20 Thread Roman Haefeli
hello personally, i think it is not worth that much effort. unfortunately creating a patch dynamically is NOT the same as 'executing' each line of the pd-file. this makes slow dynamic creation much more complicated than necessary. also, in order to follow your rule to do EVERYTHIN slowly, you wou

[PD] no text support in gem under OSX

2007-01-20 Thread maciej wojnicki
hello list I have a problem with this message: Gem has been compiled without font support. that I recieve when trying to use text3d object I know that thishave been discussed before on this list and the end point was tha implementation of thex under OSX is not finished. I`d like to know if there

Re: [PD] slowly load a pd-patches/abs without dropouts

2007-01-20 Thread Tim Blechmann
> i'd like to open patches or dynamically create abstractions during a > performance > without having dropouts. that's why i'm trying to build a system that > slowly > loads a patch. > > instead [; pd open patch-name.pd path( or [; pd-subpatchname obj 10 10 > abstraction-name args( it reads the pa

Re: [PD] Patchmatrix Execution Order Issues

2007-01-20 Thread Frank Barknecht
Hallo, Luke Iannini (pd) hat gesagt: // Luke Iannini (pd) wrote: > Now, the issue I was having crops up when routing the result of a > single inlet "matrixed" to multiple outlets back into an inlet. I > think it occurs in your copy as well: the first outlet to recieve the > input (let's say it wa

Re: [PD] slowly load a pd-patches/abs without dropouts

2007-01-20 Thread sven
At 11:56 20.01.2007, Enrique Erne wrote: >hi list > >i'd like to open patches or dynamically create abstractions during a >performance >without having dropouts. that's why i'm trying to build a system that slowly >loads a patch. > >instead [; pd open patch-name.pd path( or [; pd-subpatchname ob

[PD] slowly load a pd-patches/abs without dropouts

2007-01-20 Thread Enrique Erne
hi list i'd like to open patches or dynamically create abstractions during a performance without having dropouts. that's why i'm trying to build a system that slowly loads a patch. instead [; pd open patch-name.pd path( or [; pd-subpatchname obj 10 10 abstraction-name args( it reads the patch

[PD] [PD-announce] IanniX 0.639b online

2007-01-20 Thread Thierry Coduys
Hi IanniX 0.639b is now online with new examples : http://sourceforge.net/project/showfiles.php?group_id=174402 Any feedback, comment, bug report, etc, would be greatly appreciated and can be posted to the following mailing-list: https://lists.sourceforge.net/lists/listinfo/iannix-discussio