Re: [PD] expr from sssad/gui-objects

2008-08-06 Thread Enrique Erne
nice examples Frank! Frank Barknecht wrote: > Hallo, > Frank Barknecht hat gesagt: // Frank Barknecht wrote: > >> The only way I can think of ... > > Here's another thing I could think of: store the three numbers in a > single list. See att. again. > > Ciao > > >

[PD] adapting wiimote_navigation_example patch with osculator

2008-08-06 Thread punchik punchik
hello im trying to use the wiimote_navigation_example patch but since im on macosx, im trying to use osculator instead of the wiimote object for linux. I can receive my wiimote data in pd with osculator without any problems. But it seems the second outlet of the wiimote object outputs the accelera

Re: [PD] expr from sssad/gui-objects

2008-08-06 Thread Enrique Erne
hi if you have three number-boxes connected to [expr $f1 - $f2 - $f3], don't you have a trigger problem anyway? Atte André Jensen wrote: > Hi > > I have three number-boxes connected to sssad objects. When they all have > their value restored I'd like to make an [expr $f1 - $f2 - $f3]. Since I

Re: [PD] expr from sssad/gui-objects

2008-08-06 Thread Frank Barknecht
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: > The only way I can think of ... Here's another thing I could think of: store the three numbers in a single list. See att. again. Ciao -- Frank Barknecht _ __footils.org__ too-hot-two.pd Des

Re: [PD] expr from sssad/gui-objects

2008-08-06 Thread Frank Barknecht
Hallo, Atte André Jensen hat gesagt: // Atte André Jensen wrote: > I have three number-boxes connected to sssad objects. When they all have > their value restored I'd like to make an [expr $f1 - $f2 - $f3]. Since I > don't know which box will get restored first I have bangs from the the > secon

Re: [PD] connecting with messages

2008-08-06 Thread marius schebella
Ricardo Dueñas Parada wrote: > > > an object. however, this will get quite tricky as soon as you start to > > remove objects, because then need to keep track, _which_ object you > > removed. > > Yes it is, at certain point, I don´t know which have I erased. > > I found the help patch about cr

Re: [PD] connecting with messages

2008-08-06 Thread Thomas Grill
Am 06.08.2008 um 16:08 schrieb Ricardo Dueñas Parada: I found the help patch about creating new abstractions through messages, and it was really helpful, but I couldn't use [dyn~], I copied it to the respective folder, and when I try to create, pd says: dyn~ 0.1.2 - dynamic object managem

[PD] expr from sssad/gui-objects

2008-08-06 Thread Atte André Jensen
Hi I have three number-boxes connected to sssad objects. When they all have their value restored I'd like to make an [expr $f1 - $f2 - $f3]. Since I don't know which box will get restored first I have bangs from the the second and third numbers to the hot inlet, which 1) is very ugly and 2) wi

Re: [PD] connecting with messages

2008-08-06 Thread Ricardo Dueñas Parada
> an object. however, this will get quite tricky as soon as you start to > remove objects, because then need to keep track, _which_ object you > removed. Yes it is, at certain point, I don´t know which have I erased. I found the help patch about creating new abstractions through messages, and it

Re: [PD] vu-meter question

2008-08-06 Thread Frank Barknecht
Hallo, Derek Holzer hat gesagt: // Derek Holzer wrote: > yes yes, thanks frank! in too much of a hurry over here ;-) I cannot count the times that I stumbled over a forgotten [select 1] after a logical comparison myself. Happens to me at least once every month, and can take very long to find ...

Re: [PD] wiimote for macosx

2008-08-06 Thread Hans-Christoph Steiner
I did update it, more is working, try it out and let me know: http://lists.puredata.info/pipermail/pd-list/2008-07/064034.html darwiinosc is another option: http://code.google.com/p/darwiinosc/downloads/list .hc On Aug 6, 2008, at 11:00 AM, Luigi Rensinghoff wrote: As much as i know its st

Re: [PD] problems with pd extended (0.40.3)

2008-08-06 Thread Si Mills
i have the same problem too I've been using [expr~ ] as a workaround eg. [expr~ $v1<0.5] s On 6 Aug 2008, at 16:22, martin brinkmann wrote: > hi! > i'm sorry if this has been asked (and answered) before, > but i have not found a solution yet. (in the list archive) > >> ~ > <~ > (and maybe othe

[PD] problems with pd extended (0.40.3)

2008-08-06 Thread martin brinkmann
hi! i'm sorry if this has been asked (and answered) before, but i have not found a solution yet. (in the list archive) >~ <~ (and maybe other signal operators from zexy) are not created. is there a workaround? vcf_hp2~ throws an "iem_cot~... couldn't create", but only if not vcf_hp4~ (or some oth

Re: [PD] wiimote for macosx

2008-08-06 Thread Luigi Rensinghoff
As much as i know its still not working well. and the use of Osculator is still recommended on OS X bye luigi Am 06.08.2008 um 16:00 schrieb punchik punchik: hello , do anybody have compiled the wiimote object for macosx? if not where can i get a working wiiremote object from hans steiner

[PD] wiimote for macosx

2008-08-06 Thread punchik punchik
hello , do anybody have compiled the wiimote object for macosx? if not where can i get a working wiiremote object from hans steiner compiled for macosx? thanks in advance ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> h

Re: [PD] displaying a filename

2008-08-06 Thread Atte André Jensen
Si Mills wrote: > Hi > > A combination of [symbol\ and [stripdir] should do it Arrh, thanks! I never used the [symbol\ before. It works just perfect, thanks. -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk ___

Re: [PD] displaying a filename

2008-08-06 Thread Claude Heiland-Allen
Atte André Jensen wrote: > Hi > > I have an abstraction that has loaded a sample with openpanel. Is there > a way to display this filename in the abstraction (for visual fedback), symbolatom (ugly truncation if fixed size, no way to turn off editability), label of a canvas (ugly overflow if na

Re: [PD] displaying a filename

2008-08-06 Thread Si Mills
Hi A combination of [symbol\ and [stripdir] should do it S On 6 Aug 2008, at 12:31, Atte André Jensen wrote: > Hi > > I have an abstraction that has loaded a sample with openpanel. Is > there > a way to display this filename in the abstraction (for visual > fedback), > preferrably only the

[PD] displaying a filename

2008-08-06 Thread Atte André Jensen
Hi I have an abstraction that has loaded a sample with openpanel. Is there a way to display this filename in the abstraction (for visual fedback), preferrably only the filename (without path)? Any pointers appreciated! -- peace, love & harmony Atte http://atte.dk | http://myspace.com/a

Re: [PD] connecting with messages

2008-08-06 Thread IOhannes m zmoelnig
>> dynamic object creation is not yet officially supported and probably >> therefore not well documented. i like the frivolous use of "yet". > But isn't that how all pd patches get loaded, sending the lines of the > pd file t pd? well yes, but this doesn't mean much here. someone might change