[PD] avoiding toggle-like behaviour of one-digit-width numberbox

2010-05-04 Thread Matteo Sisti Sette
Hi, If I create a numberbox and set its width to 1, then it behaves somewhat like a toggle when clicked: if you click on it and its current value is non-zero it changes to zero, and if it is 0 it changes to 1. So you cannot click on it and write a number, which is nonsense, since you could

Re: [PD] avoiding toggle-like behaviour of one-digit-width numberbox

2010-05-04 Thread ypatios
numbox2? alabala -- ypatios ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] avoiding toggle-like behaviour of one-digit-width numberbox

2010-05-04 Thread Matteo Sisti Sette
ypatios escribió: numbox2? Well, the reason why I'm setting the width to 1 is to waste as little space as possible (knowing that the numbers to be used in this case never exceed 9). A one-digit-wide numbox2 is wider than a 2-digit wide numbox, so it doesn't help. Anyway, is there some

Re: [PD] avoiding toggle-like behaviour of one-digit-width numberbox

2010-05-04 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matteo Sisti Sette wrote: Anyway, is there some reason for the bizarre behaviour of numbox with width=1, or is it just a bug? For toggling between 0 and 1 one can already use a tgl, and also, ctrl+click on a numbox already does that, with any

Re: [PD] Pd-list Digest, Vol 62, Issue 11

2010-05-04 Thread Daniel Wilcox
-- Forwarded message -- From: Matteo Sisti Sette matteosistise...@gmail.com To: ypatios ypat...@gmail.com Date: Tue, 04 May 2010 11:42:32 +0200 Subject: Re: [PD] avoiding toggle-like behaviour of one-digit-width numberbox ypatios escribió: numbox2? Well, the reason why

Re: [PD] avoiding toggle-like behaviour of one-digit-width numberbox

2010-05-04 Thread Matteo Sisti Sette
IOhannes m zmölnig escribió: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matteo Sisti Sette wrote: Anyway, is there some reason for the bizarre behaviour of numbox with width=1, or is it just a bug? For toggling between 0 and 1 one can already use a tgl, and also, ctrl+click on a numbox

Re: [PD] naming objects

2010-05-04 Thread João Pais
although creating objects with variable case works fine on all plattforms, what doesn't work is the help patches - at least on windows. for example, if you look for help from [Line~], you'll get [line~] instead. would it be possible to correct this to make it more cohese? or is the help

Re: [PD] naming objects

2010-05-04 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 João Pais wrote: although creating objects with variable case works fine on all plattforms, what doesn't work is the help patches - at least on windows. for example, if you look for help from [Line~], you'll get [line~] instead. would it be

Re: [PD] naming objects

2010-05-04 Thread João Pais
i guess the fix is simple: don't use case-insensitive filesystems (or even better: don't use w32) seriously, the problem comes from the fact that Pd searches for a file Line~-help.pd (with capital L) and w32 returns a hit for line~-help.pd. that's a fix, but it's not simple.

Re: [PD] naming objects

2010-05-04 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 João Pais wrote: i guess the fix is simple: don't use case-insensitive filesystems (or even better: don't use w32) seriously, the problem comes from the fact that Pd searches for a file Line~-help.pd (with capital L) and w32 returns a hit for

Re: [PD] vd~ one-sample delay?

2010-05-04 Thread Matteo Sisti Sette
(sorry for the delay in replying: I missed your reply because it was addressed only to the list not to me) Except the problem of time machines: When interpolating around a non-delayed signal, you are interpolating around the time now and so you would need at least one sample from the

[PD] Detours and Destinations

2010-05-04 Thread David Kirkpatrick
!-- /* Font Definitions */ @font-face {font-family:Cambria Math; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face

[PD] ann external for darwin intel

2010-05-04 Thread Max
hi list, could someone post a compiled version of the ann external for os x intel? this one doesn't work (on intels?): http://puredata.info/Members/dmorelli/ann/?searchterm=ann if not I guess I have to tackle the makefile for darwin found here:

Re: [PD] avoiding toggle-like behaviour of one-digit-width numberbox

2010-05-04 Thread Miller Puckette
It's a stupid feature in my opinion -- I should make it an option :) cheers Miller On Tue, May 04, 2010 at 11:54:51AM +0200, IOhannes m zm?lnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matteo Sisti Sette wrote: Anyway, is there some reason for the bizarre behaviour of

Re: [PD] avoiding toggle-like behaviour of one-digit-width numberbox

2010-05-04 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miller Puckette wrote: It's a stupid feature in my opinion -- I should make it an option :) i have to admit, that i agree on the first half of the sentence as for the second part, i would get rid of it all together. you can always use tgl if you

[PD] Problem with path and Pd Vanilla

2010-05-04 Thread Jack
I have installed Pd Vanilla 0.42-5. In /usr/lib/pd, i have /bin, /doc and /extra. In /doc/5.reference, i have /Gem, /pmpd, /zexy. In /Gem, i put /abstractions, /examples and /help. In /pmpd, i put /exemples and /help. In /zexy, i put /examples and /reference I have added path :

Re: [PD] GEM ARM compilation under Debian

2010-05-04 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oli44 wrote: Hello, I'd like to have an ARMEL port of Gem running on Debian Lenny to install on one of these small but beautiful boxes such as the Beagle board http://elinux.org/BeagleBoard or the Guru Plug Display or the Nokia N900. They're

Re: [PD] Problem with path and Pd Vanilla

2010-05-04 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jack wrote: I have installed Pd Vanilla 0.42-5. In /usr/lib/pd, i have /bin, /doc and /extra. In /doc/5.reference, i have /Gem, /pmpd, /zexy. In /Gem, i put /abstractions, /examples and /help. In /pmpd, i put /exemples and /help. In /zexy,

Re: [PD] Problem with path and Pd Vanilla

2010-05-04 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 IOhannes m zmölnig wrote: the advised way is to put Gem.pd_linux, all abstractions (*.pd) and all the help-files (*-help.pd) into /usr/lib/pd/extra/Gem and of course the advised way to according to the FSH is to put everything self-compiled into

Re: [PD] Problem with path and Pd Vanilla

2010-05-04 Thread Jack
OK, thanx for your help. Le mardi 04 mai 2010 à 18:23 +0200, IOhannes m zmölnig a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jack wrote: I have installed Pd Vanilla 0.42-5. In /usr/lib/pd, i have /bin, /doc and /extra. In /doc/5.reference, i have /Gem, /pmpd, /zexy.

Re: [PD] Problem with path and Pd Vanilla

2010-05-04 Thread Jack
So, what is the [gemmouse] in pd-extended i used to use ? ++ Jack Le mardi 04 mai 2010 à 18:23 +0200, IOhannes m zmölnig a écrit : afair, the [gemmouse] abstraction is not functional yet. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] Problem with path and Pd Vanilla

2010-05-04 Thread Jack
Le mardi 04 mai 2010 à 18:25 +0200, IOhannes m zmölnig a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 IOhannes m zmölnig wrote: the advised way is to put Gem.pd_linux, all abstractions (*.pd) and all the help-files (*-help.pd) into /usr/lib/pd/extra/Gem and of course the

Re: [PD] Problem with path and Pd Vanilla

2010-05-04 Thread Jack
Sorry for the noise about gemmouse, i wrote it [gemmousse] ! ++ Jack Le mardi 04 mai 2010 à 18:18 +0200, Jack a écrit : I have installed Pd Vanilla 0.42-5. In /usr/lib/pd, i have /bin, /doc and /extra. In /doc/5.reference, i have /Gem, /pmpd, /zexy. In /Gem, i put /abstractions,

Re: [PD] Problem with path and Pd Vanilla

2010-05-04 Thread Mathieu Bouchard
On Tue, 4 May 2010, Jack wrote: Sorry for the noise about gemmouse, i wrote it [gemmousse] ! see also : http://www.youtube.com/watch?v=CAsYwW7pt7o _ _ __ ___ _ _ _ ... | Mathieu Bouchard, Montréal, Québec. téléphone:

Re: [PD] Problem with path and Pd Vanilla

2010-05-04 Thread Jack
héhé :) I do often this mistake with [gemmouse] ! I have put all in /usr/lib/pd/extra/Gem, /usr/lib/pd/extra/pmpd, /usr/lib/pd/extra/zexy (without examples) and all is OK now. Thanx for the help IOhannes. ++ Jack Le mardi 04 mai 2010 à 13:23 -0400, Mathieu Bouchard a écrit : On Tue, 4 May

[PD] pix_record: recording at a fixed framerate

2010-05-04 Thread Matteo Sisti Sette
Hi, I'm trying to record a rendered image with [pix_record]; it works, but I have a problem with the framerate. I have tried both 1) with the auto 1 mode and 2) with auto 0 and a [t b a] connected to its inlet, that is, banging it at every frame The results are the same. The problem is

Re: [PD] pix_record: recording at a fixed framerate

2010-05-04 Thread Claude Heiland-Allen
Hi Matteo, I tend to use pix_write + writesf~ and then use ffmpeg to combine the images + audio. You'll need a lot of spare hard disk space for the temporary image files if you choose TIFF though. Runs 10x slower than realtime if I've got a heavy patch going (so don't start pd -rt if you

Re: [PD] Relative path behaviour strange in GOP abstractions

2010-05-04 Thread saint
Another bump. I do believe this is a bug, no? Cheers, John. - Original Message From: saint sainti...@yahoo.com To: saint sainti...@yahoo.com; pd list pd-list@iem.at Sent: Mon, 26 April, 2010 14:59:31 Subject: Re: Relative path behaviour strange in GOP abstractions Anybody?

Re: [PD] pix_record: recording at a fixed framerate

2010-05-04 Thread cyrille henry
Matteo Sisti Sette a écrit : Hi, I'm trying to record a rendered image with [pix_record]; it works, but I have a problem with the framerate. ... That is, I am using a framerate of 25fps in GEM, but the frames will never be rendered and recorded at 25fps because they are too heavy to

Re: [PD] pix_record: recording at a fixed framerate

2010-05-04 Thread Matteo Sisti Sette
cyrille henry escribió: if you try, it will work like you wish (the video will be ok), even if the render is not in real time... (I did try) The video is ok in that it has all the frames it should have. However, it somehow saves the information about how long each frame is. If I play it back

Re: [PD] pix_record: recording at a fixed framerate

2010-05-04 Thread cyrille henry
that is strange. moreover, it worked for me. c Matteo Sisti Sette a écrit : cyrille henry escribió: if you try, it will work like you wish (the video will be ok), even if the render is not in real time... (I did try) The video is ok in that it has all the frames it should have. However,

Re: [PD] Relative path behaviour strange in GOP abstractions

2010-05-04 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 saint wrote: Another bump. I do believe this is a bug, no? dunno. please send the output when using Pd with -verbose. provide information about the pd-version and your platform. and file a bug report at the sourceforge site. mgsdft