Re: [PD] gpio on the raspberry pi from within pd ?

2013-04-12 Thread Julian Brooks
Morning Jaime, Nice digging - well done. As I don't read C I admit to being somewhat at sea with the possibilities of the object so really good to hear someone else is rooting around in this. I did manage to get access to the GPIO pins making use of the messages that Charles mentioned: sudo

[PD] [PD-announce] Ninja Jamm is released

2013-04-12 Thread Ed Kelly
Greetings.  After 2 years of gestation, the Ninja Jamm iPhone app is finally released, running my Pure Data audio engine in libPd. This iPhone app requires iOS 5 or 6, iPhone 4/iPad 2 or better. The app is now available in the itunes store. Enjoy! Ed Kelly   Gemnotes-0.2: Live music notation

Re: [PD] Serquencer.

2013-04-12 Thread Billy Stiltner
hey had to add bsaylor/ to mtosr and susloop~ to get it working in ubuntu pd-extended looks like missing parts to my audio production will probably make changes to fit my style great study guide thanks On Wed, Apr 3, 2013 at 12:03 AM, i go bananas hard@gmail.com wrote: something in there

Re: [PD] Changing array curves with mouse interaction

2013-04-12 Thread Billy Stiltner
make the pixel height 2wice or more than the vertical array size if its a horizontal problem do the same with width and horizontal size On Sat, Apr 6, 2013 at 8:10 AM, Björn Eriksson miu...@gmail.com wrote: Hello list, I´ve been searching around a little about hints on how to make a mouse

Re: [PD] Gem High def out put (stills ect)

2013-04-12 Thread Cyrille Henry
Le 11/04/2013 18:54, Jack a écrit : Hello Cyrille, Cool ! I didn't know this method with [alpha] and [polygon_smooth]. I get good results here with this method, better than render 4 times a primitive and translate it by 1/2 pixel with alpha. Maybe it depends on what you need to render ?

[PD] pd 0.44 installation problem

2013-04-12 Thread Ricardo Cedeño
HI, I've just tried to install pd vanilla 0.44 and everything went OK I got no error messages. But when I try to run PD I got: without Jack @linux-9xum:~ pd ALSA lib pcm.c:2223:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2223:(snd_pcm_open_noupdate) Unknown PCM

Re: [PD] pd 0.44 installation problem

2013-04-12 Thread Miller Puckette
Hi Ricardo - I never heard of that problem before... do you have a file .../pd-/tcl/pd_connect.tcl ? That's what appears to be missing judging from the messages you're getting. cheers Miller On Fri, Apr 12, 2013 at 06:50:13PM +, Ricardo Cedeño wrote: HI, I've just tried to install pd

Re: [PD] loading filter coefficients from 32bit wav file crashes FIR~

2013-04-12 Thread Matthias Blau
...no responses so far... I noticed that FIR~ triggers a failed since it uses garray_getfloatarray while running 64-bit! warning, so probably it is not really 64bit ready? Still, it works with coefficients from 16bit wav files. Any ideas? Matthias On 04/11/2013 03:51 PM, Matthias Blau

Re: [PD] pd 0.44 installation problem

2013-04-12 Thread Ricardo Cedeño
HI Miller, I installed from source; i couldn't find PD packages in OpenSuSE (http://software.opensuse.org) nor in packman repositories. Cheers Ricardo Cedeño Montaña Humboldt-Universität zu Berlin Institute of Cultural History and Theory Date: Fri, 12 Apr 2013 13:46:58 -0700 From:

Re: [PD] pd 0.44 installation problem

2013-04-12 Thread Miller Puckette
... and sorry, one last question - did you build it using make -f makefile.gnu or with ./autogen.sh , etc? thanks M On Fri, Apr 12, 2013 at 08:53:16PM +, Ricardo Cedeño wrote: HI Miller, I installed from source; i couldn't find PD packages in OpenSuSE (http://software.opensuse.org) nor

Re: [PD] pd 0.44 installation problem

2013-04-12 Thread Ricardo Cedeño
I did it using ./autogen.sh, ./configure, and make install cheers, Ricardo Cedeño Montaña Humboldt-Universität zu Berlin Institute of Cultural History and Theory Date: Fri, 12 Apr 2013 14:02:03 -0700 From: m...@ucsd.edu To: drnn_1...@hotmail.com CC: pd-list@iem.at Subject: Re: [PD] pd

[PD] WORKAROUND: loading filter coefficients from 32bit wav file crashes FIR~

2013-04-12 Thread Matthias Blau
Well, while waiting for FIR~ to become usable with 64 bits I had success in simply replacing it by partconv~. -Matthias Am 12.04.2013 22:43, schrieb Matthias Blau: ...no responses so far... I noticed that FIR~ triggers a failed since it uses garray_getfloatarray while running 64-bit!

[PD] pdp_sdl on Raspberry Pi Fullscreen from Console (No X Win) Initial Findings / Working (Kind of)

2013-04-12 Thread J Oliver
Hi Mark, Did you make any progress running pdp on the pi? best, J ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-12 Thread Julian Brooks
Hey all, Some success finally: Hurrah!! The scl breakout pin on the pi proto plate wasn't working properly. When unscrewed halfway it works, when fully screwed in it doesn't. So - now got this: i2cdetect -y 0 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- 0a -- -- -- -- -- 10:

Re: [PD] pdp_sdl on Raspberry Pi Fullscreen from Console (No X Win) Initial Findings / Working (Kind of)

2013-04-12 Thread me.grimm
Hey Jaime, It does work. Download my binaries I linked from my last post. Can you try it out for me? I have not done any other work on it since. I think I had some instructions in my last post right? I can't remember and I'm away until next week to check from a real computer that's not an

Re: [PD] pd 0.44 installation problem

2013-04-12 Thread Miller Puckette
Thanks... I don't understand that build system - perhaps someone who does will comment :) Miller On Fri, Apr 12, 2013 at 09:26:53PM +, Ricardo Cedeño wrote: I did it using ./autogen.sh, ./configure, and make install cheers, Ricardo Cedeño Montaña Humboldt-Universität zu Berlin