Re: [PD] gemhead -1

2009-10-15 Thread cyrille henry
Jack a écrit : About that, there is still an error in the gemhead example. How can i correct this ? (if i can). i just did it c ++ Jack So higher values (-3) will be rendered before lower values (-10) ;) this one look better. c ++ Jack cyrille

Re: [PD] nrpn

2009-10-15 Thread Justin Glenn Smith
Silvio Almeida wrote: hi list. can you please help me find the elusive nprnin/out object? if not then is there a better way to achieve the same results(midi non-registered parameter numbers)? thanks S.Al.

[PD] turn abstractions into subpatches

2009-10-15 Thread info
hi all, just an idea: This would be a feature I would like: Turn all abstractions used in a patch into subpatches, replacing the $1's in objects inside by the actual assigned numbers or arguments. That way you could more esily distribute a patch as one file. Tim

Re: [PD] nrpn

2009-10-15 Thread Silvio Almeida
one question: inlet 1 expects control number but where is data expected? Date: Thu, 15 Oct 2009 07:42:49 -0700 From: noisesm...@gmail.com To: wavfr...@hotmail.com CC: pd-list@iem.at Subject: Re: [PD] nrpn Silvio Almeida wrote: hi list. can you please help me find the

Re: [PD] Report on Pd-0.43.0-devel-windowsxp-i386.exe on windows xp

2009-10-15 Thread Hans-Christoph Steiner
On Oct 14, 2009, at 8:19 PM, João Pais wrote: - alt-[key] doesn't work on menus? alt-f should make file menu open Does that work on other versions of Pd? the only other version I have is vanilla 0.42-5. guess what, it doesn't work as well. probably it never did. would it be part of the

Re: [PD] nrpn

2009-10-15 Thread Justin Glenn Smith
Silvio Almeida wrote: one question: inlet 1 expects control number but where is data expected? The nrpn_out object has two inlets, the first to send the data, and the second to set the nrpn number, with creation arguments $1 setting nrpn number and $2 setting channel. Probably

Re: [PD] nrpn

2009-10-15 Thread Silvio Almeida
yeah, i misinterpreted the code and the comments :) i'll make the adjustments if need them. once again thanks. S.Al Date: Thu, 15 Oct 2009 09:15:04 -0700 From: noisesm...@gmail.com To: wavfr...@hotmail.com CC: pd-list@iem.at Subject: Re: [PD] nrpn Silvio Almeida wrote:

Re: [PD] turn abstractions into subpatches

2009-10-15 Thread Mathieu Bouchard
On Thu, 15 Oct 2009, i...@timvets.net wrote: just an idea: This would be a feature I would like: Turn all abstractions used in a patch into subpatches, replacing the $1's in objects inside by the actual assigned numbers or arguments. That way you could more esily distribute a patch as one

[PD] Cubemixer compiling error

2009-10-15 Thread Konstantinos Benardis
Hi list, I tried to compile Cubemixer from source (svn) in Fedora 10, by doing make in /src and i get this error: make -C pd/src make[1]: Entering directory `/home/kostis/CUBEmixer/src/pd/src' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory

Re: [PD] turn abstractions into subpatches

2009-10-15 Thread Jonathan Wilkes
--- On Thu, 10/15/09, i...@timvets.net i...@timvets.net wrote: From: i...@timvets.net i...@timvets.net Subject: [PD] turn abstractions into subpatches To: pd-list@iem.at Date: Thursday, October 15, 2009, 4:52 PM hi all, just an idea: This would be a feature I would like: Turn all

Re: [PD] nrpn

2009-10-15 Thread András Murányi
On Thu, Oct 15, 2009 at 4:42 PM, Justin Glenn Smith noisesm...@gmail.comwrote: Silvio Almeida wrote: hi list. can you please help me find the elusive nprnin/out object? if not then is there a better way to achieve the same results(midi non-registered parameter numbers)?

Re: [PD] pd_opencv 0.2-rc4

2009-10-15 Thread olsen
buenas yves coolio bueno at the same time gettin more opencv-features into pd - i tried some testing unfortunately not really succesful so there're a few bugs i would like to report hunt: using the precompiled .deb package for jaunty is demanding for libcxcore.so.2: cannot open shared

Re: [PD] nrpn

2009-10-15 Thread Justin Glenn Smith
András Murányi wrote: ... I have attached [nrpnout] by David McCallum which must be pretty much the same as Justin's [nrpn_out]. Actually I would be interested if someone would point out which if there is any important difference. FYI also attached my [nrpnout-yamaha] which is derived from

Re: [PD] pd_opencv 0.2-rc4

2009-10-15 Thread Mathieu Bouchard
On Thu, 15 Oct 2009, olsen wrote: compiling it from source works except a few warnings but on opening the help patches undefined symbols are reported: /home/olsen/pd/extra/pix_opencv/pix_opencv_bgstats.pd_linux: /home/olsen/pd/extra/pix_opencv/pix_opencv_bgstats.pd_linux: undefined symbol:

Re: [PD] osculator cpu use

2009-10-15 Thread Jose Luis Santorcuato
I forget... i use a OS X Leopard intel core 2 duo, 2 gb rammy barbie ubuntu lap is very tiny. THanks again JOsé 2009/10/15 Jose Luis Santorcuato santorcuat...@gmail.com Dear friends, thanks for the old comments and help, now... i am working with osculator and wii no problem with

Re: [PD] nrpn

2009-10-15 Thread András Murányi
2009/10/15 Justin Glenn Smith noisesm...@gmail.com I have attached [nrpnout] by David McCallum which must be pretty much the same as Justin's [nrpn_out]. Actually I would be interested if someone would point out which if there is any important difference. The difference between the

Re: [PD] Binfile (was Turning non-audio data feeds into audio)

2009-10-15 Thread Jerome Covington
Right. Well then how can I add mrpeach to the libdir_loader that runs in the log console at startup? On Thu, Oct 15, 2009 at 7:28 AM, Hans-Christoph Steiner h...@at.or.atwrote: I think you meant to CC the list. That's a configuration that I think causes problems down the line. On Oct 14,

Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-15 Thread Jaime Oliver
Hi I tried it in several ways and couldn't get it to work. where do you usually put this flag? On Thu, Oct 15, 2009 at 6:01 AM, chris clepper cgclep...@gmail.com wrote: Try this flag: -isysroot /Developer/SDKs/MacOSX10.5.sdk On Thu, Oct 15, 2009 at 5:51 AM, Jaime Oliver

Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-15 Thread chris clepper
I use XCode and it is a menu setting in the build options. Sorry, I don't know the command line flags to make it work. On Thu, Oct 15, 2009 at 10:35 PM, Jaime Oliver jaime.oliv...@gmail.comwrote: Hi I tried it in several ways and couldn't get it to work. where do you usually put this flag?

[PD] pd-extended for ALT Linux

2009-10-15 Thread Timur Batyrshin
I have built RPM of pd-extended (0.42.5 from SVN) for ALT Linux recently. It is available through standard apt-get/synaptic or from http://www.sisyphus.ru/en/srpm/Sisyphus/pd/get though I don't think it will work and even install on other distributions but ALT Linux. You can also check my git

[PD] latency issue

2009-10-15 Thread babsyco babsyco
Hi guys-I just have another fairly simple question. I'm running PD on a macbook pro with a 2.26 Intel Core 2 duo processor, 2 gig of memory 1067 MHz DDR3, and I'm using a terratec Phase 24FW external sound card. On my other computer (which was far inferior) using this soundcard with Cubase I

Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-15 Thread Jaime Oliver
ok, thanks! anyone has an idea? best, J On Thu, Oct 15, 2009 at 7:55 PM, chris clepper cgclep...@gmail.com wrote: I use XCode and it is a menu setting in the build options.  Sorry, I don't know the command line flags to make it work. On Thu, Oct 15, 2009 at 10:35 PM, Jaime Oliver