Re: [PD] Alternate object

2008-06-12 Thread IOhannes m zmoelnig
Max Neupert wrote: hi james, it's part of markex says the help file. If i remember right there is also one in Gem. markEx used to be part of Gem but has been ripped out of it. so that's why the object appears to be part of both libs, while it really is not. But you can also really easy

Re: [PD] inlet and inlet~

2008-06-12 Thread IOhannes m zmoelnig
Matt Barber wrote: Hello, soon as it received a zero-valued float or [sig~]. The feature I propose would be to allow a float argument to [inlet~] as the default signal to be passed and which is remembered as signals are connected and disconnected to the abstraction from the parent, only

Re: [PD] (trigger-prepend) connection failed (was: can't open midi port in -nogui)

2008-06-12 Thread Frank Barknecht
Hallo, Max Neupert hat gesagt: // Max Neupert wrote: ok, the cause for the message could not open midi output 1 (MidiPipe Eingang 1): PortMidi: `Bad pointer' was inside the patch: [loadbang] | [; pd midi-dialog 0 0 0 0 1 0 0 0 2 2( after i removed that the error was gone.

Re: [PD] (trigger-prepend) connection failed

2008-06-12 Thread Max Neupert
i get the message saying that (trigger-prepend) connection failed when i run my patch in -nogui. i am trying to guess what is happening. i have a theory: in the helpfile of prepend i read that the version in max doesn't have a second inlet. so is it possible, that a cyclone version of prepend

Re: [PD] (trigger-prepend) connection failed

2008-06-12 Thread Max Neupert
aah, great. after replacing [prepend] with [list prepend] it works. thank you frank! max Am 2008-06-12 um 17:02 schrieb Frank Barknecht: Hallo, Max Neupert hat gesagt: // Max Neupert wrote: ok, the cause for the message could not open midi output 1 (MidiPipe Eingang 1): PortMidi: `Bad

[PD] pd.tk: how to get rid of scrollbars and menus?

2008-06-12 Thread Roman Haefeli
hi all without any specific tk knowledge, i still once managed to tweak the pd.tk file, so that there weren't any menus and scrollbards anymore in the patcher windows. it took me a while to find what needs to be skipped and needs to to be kept in order to work correctly. now, after switching to a

Re: [PD] (trigger-prepend) connection failed

2008-06-12 Thread Frank Barknecht
Hallo, Max Neupert hat gesagt: // Max Neupert wrote: i get the message saying that (trigger-prepend) connection failed when i run my patch in -nogui. i am trying to guess what is happening. i have a theory: in the helpfile of prepend i read that the version in max doesn't have a

Re: [PD] inlet and inlet~

2008-06-12 Thread Matt Barber
Right, I had thought about a third outlet which sends a 1 or a 0 depending on connection state -- somehow the float argument seems better integrated with the default behavior of other objects, and much simpler to use. I think the reason is that floats coming in are already promoted to signals; in

Re: [PD] [PD-announce] Gem-0.91.0 released

2008-06-12 Thread olsen wolf
hi i just downloaded the gem-0.91. unfortunately onmake i'll get this error: /usr/bin/ld: cannot find -ldts collect2: ld returned 1 exit status make[1]: *** [Gem.pd_linux] Error 1 make[1]: Leaving directory `/home/olsen/pd/extra/gem-0.91.0/src' make: *** [current] Error 2 this was present also in

Re: [PD] [PD-announce] Gem-0.91.0 released

2008-06-12 Thread IOhannes m zmoelnig
olsen wolf wrote: hi i just downloaded the gem-0.91. unfortunately onmake i'll get this error: /usr/bin/ld: cannot find -ldts collect2: ld returned 1 exit status make[1]: *** [Gem.pd_linux] Error 1 make[1]: Leaving directory `/home/olsen/pd/extra/gem-0.91.0/src' make: *** [current] Error 2

[PD] pduino-arduino trouble

2008-06-12 Thread Max Neupert
hi list, i have problems getting a arduino diecimila to run. sometimes i get this: Write error, maybe TX-OVERRUNS on serial line [comport] write returned -1, errno is 9 Write error, maybe TX-OVERRUNS on serial line [comport] write returned -1, errno is 9 Write error, maybe TX-OVERRUNS on serial

Re: [PD] extended on asus eeePC?

2008-06-12 Thread potax flan
i downloaded Hans' .deb installer but when i run it from the xandros desktop (choosing the option install debian package or something like that) i get an error message and it doesnt go far. both synaptic and apt-get give me a non-extended pd to install, which i tried, but i really need extended,

[PD] [PD-announce] Gem-0.91.1 released!

2008-06-12 Thread IOhannes m zmoelnig
the first bugfix release of Gem-0.91 is available at http://gem.iem.at/ changes: fixed the buffer overrun in [pix_buffer] when instantiating without arguments downloads are available from http://gem.iem.at/releases/0.91.1 and

Re: [PD] pd.tk: how to get rid of scrollbars and menus?

2008-06-12 Thread Andre Schmidt
hi, i once did a patch for removing scrollbars if content is smaller than canvas (pretty standard feature in any app, no?): http://sourceforge.net/tracker/index.php?func=detailaid=1551825group_id=55736atid=478072 but miller seemed to have bugs with it, and i (no one?) could not reproduce...

Re: [PD] pduino-arduino trouble

2008-06-12 Thread Martin Peach
Well errno 9 is EBADF, error bad file number, so the serial port file descriptor is not good for some reason, maybe because the serial port was closed. Martin From: Max Neupert [EMAIL PROTECTED] To: pd-list@iem.at Subject: [PD] pduino-arduino trouble Date: Fri, 13 Jun 2008 01:39:50 +1000 hi

[PD] PD_extended 3.93 help menu

2008-06-12 Thread Joe Reinsel
Hello all, I just updated my computer to Mac 10.53 and when I try to access the help menu so I can look through the browser, PD_extended 3.93 crashes every time. Is anyone working on a fix for this issue. I have alway thought this menu was helpful especially for newbies. thanks, Joe -- There

[PD] pdp_ieee1394 ... couldn't create

2008-06-12 Thread Ctrl Alt Back
Hello, Pd version 0.42.0-extended-20080604, debian testing, i [import pdp pidip], [import] loaded library: pdp [import] loaded library: pidip then i try to create [pap_raw1394 320 240] pdp_ieee1394 ... couldn't create Obviously i do not have it. Searched all places for pdp_ieee1394, but

Re: [PD] PD_extended 3.93 help menu

2008-06-12 Thread IOhannes m zmoelnig
Joe Reinsel wrote: Hello all, I just updated my computer to Mac 10.53 and when I try to access the help menu so I can look through the browser, PD_extended 3.93 crashes every time. i keep wondering where people generate their version numbers from... anyhow,i don't think much work is

Re: [PD] extended on asus eeePC?

2008-06-12 Thread altern
potax flan(e)k dio: i downloaded Hans' .deb installer but when i run it from the xandros desktop (choosing the option install debian package or something like that) i get an error message and it doesnt go far. both synaptic and apt-get give me a non-extended pd to install, which i tried,

Re: [PD] pd.tk: how to get rid of scrollbars and menus?

2008-06-12 Thread Roman Haefeli
hi pat and andre thank you, guys, for your suggestions. i actually want to have my patch windows without menus/sb and i don't want to make my patches have no m/sb on other peoples computers, that is why i would like to avoid the toxy approach. however, meanwhile i could solve it with a little

[PD] Question on Nightly builds...

2008-06-12 Thread Mike McGonagle
Hello all, I have noticed the the last week or so that there are no Mac builds for the nightly stuff. Is there something happening with the Mac distro? Also, when there were things for the Mac, there was also something labeled with 'dyn'. Is that another separate distro? When I tried to download

Re: [PD] Size of a table

2008-06-12 Thread Steffen Juul
On 11/06/2008, at 16.03, Andy Farnell wrote: On Wed, 11 Jun 2008 13:23:28 +0200 Roman Haefeli [EMAIL PROTECTED] wrote: On Wed, 2008-06-11 at 12:09 +0100, Hans Roels wrote: Apart from [soundfiler] I use this trick to get the size of any array (audio or data) in pd vanilla: (array1 = the

Re: [PD] pdp_ieee1394 ... couldn't create

2008-06-12 Thread ydegoyon
Ctrl Alt Back wrote: Hello, Pd version 0.42.0-extended-20080604, debian testing, i [import pdp pidip], [import] loaded library: pdp [import] loaded library: pidip then i try to create [pap_raw1394 320 240] pdp_ieee1394 ... couldn't create Obviously i do not have it. Searched all

Re: [PD] pdp_ieee1394 ... couldn't create

2008-06-12 Thread Ctrl Alt Back
Hi, On Thu, Jun 12, 2008 at 11:42:04PM +0200, ydegoyon wrote: urgg, don't know what this extended, but pdp_ieee1394 doesn't take any argument on linux, so try [pdp_ieee1394], and i don't know if you'll get it. no, this i tried. I think that i don't have it, neither source can be found. Are you

Re: [PD] pdp_ieee1394 ... couldn't create

2008-06-12 Thread ydegoyon
ola, only result i found to this was your answer : http://lists.puredata.info/pipermail/pd-list/2005-06/029137.html which - despite being a bit cryptic sounded negatively. Still, it is from 2005, so i was hoping that something happenned with firewire since then. there are two new pdp modules

[PD] Delete scalars

2008-06-12 Thread Lau Llobet
I'm building some grafics in my pd project. I add some objects with the [append] but i need to erase them, i have found no way to delete them except by using ; pd patch-data clear message or array resizing , non of them is usefull to me because i need to erase some of them with no order. I've

Re: [PD] Alternate object

2008-06-12 Thread James Dunn
Max Neupert wrote: examples attached. Am 2008-06-12 um 01:02 schrieb James Dunn: Hi, Can anyone tell me where I can find the Alternate object? I'm using pd 0.39-3 extended on Ubuntu 8.04 thanks James That's great, thanks! ___