Re: [PD] Hour-aware patch

2010-01-25 Thread Andrew Faraday
I have used [time] and [date] to create a talking clock. It's quite easy to do. Date: Mon, 25 Jan 2010 15:40:50 +0100 From: ignaciol...@gmail.com To: pd-list@iem.at Subject: Re: [PD] Hour-aware patch Thanks everyone! I'll try zexy... On Mon, Jan 25, 2010 at 3:27 PM, Frank Barknecht wrote: H

Re: [PD] pd-gui-rewrite and tcl/tk version

2010-01-25 Thread IOhannes m zmoelnig
Roman Haefeli wrote: > Hi all > > When configuring pd-gui-rewrite, I don't see an option to set a certain > version of tcl/tk. The result seems to work fine with both, 8.4 and 8.5. > It seems, that it 'prefers' 8.4 over 8.5, if both are installed. > > Is there a way to force a certain version? A

Re: [PD] Hour-aware patch

2010-01-25 Thread Ignacio Lois
Thanks everyone! I'll try zexy... On Mon, Jan 25, 2010 at 3:27 PM, Frank Barknecht wrote: > Hallo, > Ignacio Lois hat gesagt: // Ignacio Lois wrote: > > > Or at least, is it possible to pass the opening time as an argument > > Kind of: > > $ pd -send "DATE `date +'%H %M %S'`" showdate.pd > > whe

[PD] pd-gui-rewrite and tcl/tk version

2010-01-25 Thread Roman Haefeli
Hi all When configuring pd-gui-rewrite, I don't see an option to set a certain version of tcl/tk. The result seems to work fine with both, 8.4 and 8.5. It seems, that it 'prefers' 8.4 over 8.5, if both are installed. Is there a way to force a certain version? And for the auto-detect mechanism, w

Re: [PD] Hour-aware patch

2010-01-25 Thread Frank Barknecht
Hallo, Ignacio Lois hat gesagt: // Ignacio Lois wrote: > Or at least, is it possible to pass the opening time as an argument Kind of: $ pd -send "DATE `date +'%H %M %S'`" showdate.pd where showdate.pd is as attached. Tested only on Linux. Ciao -- Frank #N canvas 0 0 450 300 10; #X obj 152 85

Re: [PD] Hour-aware patch

2010-01-25 Thread IOhannes m zmoelnig
Ignacio Lois wrote: > Hello people, > > Is there a way to make a patch aware of the CPU clock? By clock I mean the > actual time of the day. by "CPU clock" people usually mean something related to the speed of their processor (e.g. "my brandnew Z80 runs at 8MHz") > Or at least, is it possible t

Re: [PD] Hour-aware patch

2010-01-25 Thread cyrille henry
use date and time. i think they are from zexy. c Ignacio Lois a écrit : Hello people, Is there a way to make a patch aware of the CPU clock? By clock I mean the actual time of the day. Or at least, is it possible to pass the opening time as an argument, and keep counting from there? Thanks

[PD] Hour-aware patch

2010-01-25 Thread Ignacio Lois
Hello people, Is there a way to make a patch aware of the CPU clock? By clock I mean the actual time of the day. Or at least, is it possible to pass the opening time as an argument, and keep counting from there? Thanks! ___ Pd-list@iem.at mailing list U

[PD] disable scrollbar

2010-01-25 Thread Marco Donnarumma
Is there a message I can send to [sys-gui] to disable scrollbars? Thanks -- Marco Donnarumma aka TheSAD Independent New Media Arts Professional, Performer, Teacher - Edinburgh, UK LAB: http://www.thesaddj.com | http://cntrl.sourceforge.net | http://www.flxer.net EVENT: http://www.liveperforme

[PD] message to Pd and GOP

2010-01-25 Thread Marco Donnarumma
Thanks Hans, maybe I found a workaround. If I'll have something good enough I'll post it here. M On Sun, Jan 24, 2010 at 6:07 PM, Hans-Christoph Steiner wrote: > > The reason for 2 not working is that the editing commands were not meant to > be used programmatically, and have only been retrof

Re: [PD] Quantize [ctlout]'puts?

2010-01-25 Thread IOhannes m zmoelnig
hi. Gintaras Lau. wrote: > Hello, > Is it possible or necessary to quantize simultaneously outgoing MIDI > signals of 'n' [ctlout X X] objects. hmm, i'm not sure whether i understand your problem. anyhow, three generic hints: - if you want to avoid sending duplicate values, have a look at [chan

Re: [PD] OSC in pd-extended 0.41.4 on Mac OS X Intel

2010-01-25 Thread IOhannes m zmoelnig
rene beekman wrote: > I have a prebuilt pd-extended 0.41.4 install on an Intel mac running snow > leopard, where sendOSC and OSCroute work, but dumpOSC gives a "... couldn't > create" error > the dumpOSC.pd_darwin object does exist in the /Contents/Plugins/osx folder btw, you should use [udprece

Re: [PD] Help installing pd-extended

2010-01-25 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: > > The other option is run the install on the command line and use Force > Depends, I think its something like this: > > dpkg -i --force-depends pd-extended.deb > on the packager side: before the huge pd-extended package is split into several nice packages which w