Re: [PD] controling jack from pd? (+ ardour transport patch)

2010-02-05 Thread becks
On Fri, Feb 5, 2010 at 2:10 AM, João Pais jmmmp...@googlemail.com wrote: In case there's no direct way (from osc or something), does anyone know if it's feasible to change patchbay setups from the console (e.g. with [shell])? Hi, in a shell: jack_lsp , jack_connect, jack_disconnect Another

[PD] [env~ ] vs [vsnapshot~ ]: which one is more cpu consuming?

2010-02-05 Thread ypatios
hello, and more precisely: env~ 1024 vs vsnapshot~ (triggered at samplerate) i guess, since env~ does rms computing of a window of values it should be more expensive than vsnapshot~, even at this hight rate the later is triggered. as for the env~ window length, i understand that it is

[PD] pd lua error

2010-02-05 Thread Nicolas Montgermont
Hello all, I'm trying to make pd-lua work here. I compiled pd-lua without problem with makefile.static. When I launch the lua-help.pd directly in the src/ subdirectory, that didn't worked. this directory contains both the patch, the lua.pd_darwin and the pd.lua I tried to compile and run with

Re: [PD] pd lua error

2010-02-05 Thread Claude Heiland-Allen
Hi, Nicolas Montgermont wrote: [snip] I compiled pd-lua without problem with makefile.static. When I launch the lua-help.pd directly in the src/ subdirectory, that didn't worked. this directory contains both the patch, the lua.pd_darwin and the pd.lua The problem arises because: 1.

[PD] appending array(s)

2010-02-05 Thread Lorenzo
Does someone know if there some efficient external out there to append an array at the end of another one (resizing the target one as needed)? I know there's arraycopy, but I don't think one can give it an offset into the target array. I need this offline really and I already created

[PD] timed messages for signal inlets (was: float to a signal inlet)

2010-02-05 Thread Roman Haefeli
On Wed, 2010-02-03 at 10:10 +0100, IOhannes m zmoelnig wrote: PS: as we all now, the above patch (and it's modern equivalent [osc~] will produce ugly clicks when used like this; isn't it time to request a built-in [line~]? After this assumingly not so serious request consideration, I'll have

[PD] Small bug with comment

2010-02-05 Thread Pierre Massat
hi, I believe i ve found a (quite unsignificant) bug related to the comment object. I m using the latest Pd-extended on laptop with a french keyboard layout, and with the latest Fedora as OS. Whenever i type é in a comment, the line which contains this letter just disappears. This is no big deal

Re: [PD] Small bug with comment

2010-02-05 Thread cyrille henry
thats because it is compiled with TCL 8.5 and not 8.4 c Pierre Massat a écrit : hi, I believe i ve found a (quite unsignificant) bug related to the comment object. I m using the latest Pd-extended on laptop with a french keyboard layout, and with the latest Fedora as OS. Whenever i type é

Re: [PD] [list] output

2010-02-05 Thread Matteo Sisti Sette
Hi, Maybe I'm late, but I try to answer to the questions that have been raised about the list stuff, for two reasons: first, in case this is helpful to those who asked, and second, so that those who know more than I do can correct me where I'm wrong or show me if the whole thig can be stated

Re: [PD] Compiling pd-extended from svn

2010-02-05 Thread agroschim
Hi, you missed the ladspa dependency of pd-extended. Installing it fixed the plugin~ error. But the compiling process gets stuck on anaother external anyway. If i get this bug fixed too and pd-extended finally compiles, i will send the updated PKGBUILD. I tried to build it again, there is some

Re: [PD] [list] output

2010-02-05 Thread Jonathan Wilkes
--- On Fri, 2/5/10, Matteo Sisti Sette matteosistise...@gmail.com wrote: From: Matteo Sisti Sette matteosistise...@gmail.com Subject: Re: [PD] [list] output To: PD list pd-list@iem.at Date: Friday, February 5, 2010, 7:56 PM Hi, Maybe I'm late, but I try to answer to the questions that