Re: [PD] get current FileName or CanvasName?

2014-01-27 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-01-27 04:45, Jonghyun Kim wrote: Hi list, anyone knows how to get current FileName, Patch, or CanvasName? I tried with iemgut, but it isn't working in Pd Vanilla... iemguts is developed against Pd-vanilla, so i'm pretty sure it

[PD] pd~ fifo latency

2014-01-27 Thread puredata
hi all, in [pd~] documentation: -fifo n sets round-trip delay in blocks when trying to use -fifo 0 or -fifo 1 (i want the lowest delay possible) = pd hangs. when not specifying -fifo i get 256 samples of delay (adding 5ms to my 13ms round-trip latency). how to have just 1 sample delay

Re: [PD] pd~ fifo latency

2014-01-27 Thread puredata
Hi Miller, Linux with 0.43.4-extended (ppa): Using -fifo 2 did the trick (1 block delay). Cheers ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pd~ fifo latency

2014-01-27 Thread Miller Puckette
I just tried this (on Linux) -- I get a delay of 64 samples with -fifo 1 (as I was hoping for), but Pd hangs if I start a pd~ subprocess with -fifo 0. (I think it's reasonable to enforce a minimum fifo of 1 block since 0 block delay woud make pd~ less efficient than simply putting everything in

Re: [PD] pd~ fifo latency

2014-01-27 Thread Miller Puckette
Cool... I did some tuning on pd~ for 0.45 which might explain the -fifo discrepancy - so once you're up to 0.45 you'll want to adjust the fifo size down one block to get the same result. cheers M On Mon, Jan 27, 2014 at 08:49:34PM -0500, pured...@11h11.com wrote: Hi Miller, Linux with

[PD] jack periods 32 = no pd

2014-01-27 Thread puredata
hi, in my quest of lowering my round-trip latency, I am configuring Jack with: periods (buffer size): 32; nperiods: 2 / 3 (doesn't matter); rate 48000 when starting pd -rt -jack -channels 2 (-nosleep) = doesn't start. other applications like amsynth, JAMin doesn't have this behaviour (they

Re: [PD] jack periods 32 = no pd

2014-01-27 Thread Peter P.
* pured...@11h11.com pured...@11h11.com [2014-01-27 19:54]: hi, in my quest of lowering my round-trip latency, I am configuring Jack with: periods (buffer size): 32; nperiods: 2 / 3 (doesn't matter); rate 48000 when starting pd -rt -jack -channels 2 (-nosleep) = doesn't start. other

Re: [PD] jack periods 32 = no pd

2014-01-27 Thread puredata
pd -rt -jack -channels 2 priority 6 scheduling enabled. priority 8 scheduling enabled. Partial read Partial read ... pd: malloc.c:3822: _int_malloc: Assertion `(unsigned long)(size) = (unsigned long)(nb)' failed. Pd: signal 6 psc@pscbox:~$ pdsend errorname: error writing sock8: broken pipe

Re: [PD] jack periods 32 = no pd

2014-01-27 Thread Peter P.
* pured...@11h11.com pured...@11h11.com [2014-01-27 21:24]: pd -rt -jack -channels 2 priority 6 scheduling enabled. priority 8 scheduling enabled. Partial read Partial read ... pd: malloc.c:3822: _int_malloc: Assertion `(unsigned long)(size) = (unsigned long)(nb)' failed. Pd: signal 6

[PD] Data structures and their clickable area

2014-01-27 Thread Roman Haefeli
Hi I'm using a template consisting of a rectangle done with [filledpolygon] and a number [drawnumber] in it. While mouse clicks anywhere in the area of the rectangle are detected, it's only possible to change the number with the keyboard when I exactly click on the number. Is there a way to make

Re: [PD] jack periods 32 = no pd

2014-01-27 Thread Miller Puckette
Probably that's so - but Pd should still be able to deal with the mismatch. OTOH, since Pd is built-in 64 blocksize, you wouldn't be able to reduce Pd's latency by reducing jack's blocksize below 64. I'm not sure about this, but I believe that Pd running standalone (using ALSA driver) can achieve

[PD] Compile iem_ambi from svn?

2014-01-27 Thread Peter P.
Dear list, Please excuse me for asking this again, but I am trying to compile single externals from svn (in my case it is iem_ambi). I am afraid I haven't managed to locate documentation as to how this can be done and I am confused by new/old build systems etc. upon issuing a make -f

Re: [PD] jack periods 32 = no pd

2014-01-27 Thread Peter P.
* Miller Puckette m...@ucsd.edu [2014-01-28 00:02]: Probably that's so - but Pd should still be able to deal with the mismatch. OTOH, since Pd is built-in 64 blocksize, you wouldn't be able to reduce Pd's latency by reducing jack's blocksize below 64. Allright, then I can live without going

Re: [PD] get current FileName or CanvasName?

2014-01-27 Thread Jonghyun Kim
Thanks IOhannes, I'm using Pd-0.45-4 (Vanilla) My iemguts were from Pd-extended 0.43-4. You said this cause problem, right? So, which version of IEMGUTS should I use? Thanks, Jong On Mon, Jan 27, 2014 at 9:28 AM, IOhannes m zmoelnig zmoel...@iem.atwrote: -BEGIN PGP SIGNED

Re: [PD] Data structures and their clickable area

2014-01-27 Thread Jonathan Wilkes
On 01/27/2014 05:35 PM, Roman Haefeli wrote: Hi I'm using a template consisting of a rectangle done with [filledpolygon] and a number [drawnumber] in it. While mouse clicks anywhere in the area of the rectangle are detected, it's only possible to change the number with the keyboard when I