Re: [PD] modifying Reduzent's [Solenoiduino] to control 44 solenoids (electro-mechanical piano)

2013-09-10 Thread Epic Jefferson
The modified version of the arduino sketch is included in the .zip in my first email if you want to have a go at it. i haven't changed anything on the pd side. I would rather sacrifice duty cycle resolution and be able to control 64 solenoids, than making the entire message longer and slowing down

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-10 Thread Nicolas Montgermont
no crack here osx 10.6.8 48000Hz - 25ms delay - 64 blocksize n Le 10/09/13 16:08, Cyrille Henry a écrit : > hello, > > no crack here 48000Hz, 20ms delay, 64 sample blocksize, alsa or portaudio > (ubuntu 13.04 64 bits) > > cheers > c > > > Le 10/09/2013 15:34, Jaime E Oliver a écrit : >> Could you

Re: [PD] compiling externals on ARM

2013-09-10 Thread Roman Haefeli
I vaguely remember that you need only the 'externals' folder from svn, but also 'packages' for compiling the externals from svn. Checkout 'packages' and try again. Roman On Tue, 2013-09-10 at 11:25 +0200, Cyrille Henry wrote: > hello, > > nusmuk-audio use the template makefile. > i upgrade it

Re: [PD] modifying Reduzent's [Solenoiduino] to control 44 solenoids (electro-mechanical piano)

2013-09-10 Thread Roman Haefeli
On Tue, 2013-09-10 at 01:53 -0400, Epic Jefferson wrote: > To control solenoids with dynamics, I adapted Reduzent's > [Solenoiduino] abstraction and arduino sketch to include the TLC5940 > functions, which is what the Practical Maker PWM shield is based on. > So far, I'm able to control 44 solenoid

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-10 Thread peiman khosravi
I'm getting crackles with testtone, at 96k, with 25ms Delay and up to 1024 samples blocksize. OS X 10.7.5 *www.peimankhosravi.co.uk || RSS Feed || Concert News * On 10 September 2013 15:48, Nicolas Montgermont < n

Re: [PD] FW: GEM noobie: I don't understand this glsl thing... but I need it!

2013-09-10 Thread Benjamin ~ 01xy
Hello, oops, initialy not replied to the list ... We have a modest wiki page in french about Pd vs glsl, some ressources there as well http://wiki.labomedia.org/index.php/Pure_Data_vs_OpenGL ++benjamin Le 10/09/2013 13:02, Cyrille Henry a écrit : > the glsl exemples are in a specific folder in

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-10 Thread Cyrille Henry
hello, no crack here 48000Hz, 20ms delay, 64 sample blocksize, alsa or portaudio (ubuntu 13.04 64 bits) cheers c Le 10/09/2013 15:34, Jaime E Oliver a écrit : Could you also try the 48k sample rate while playing a sinusoid? I get crackles unless I increase the software's delay (in audio pref

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-10 Thread Miller Puckette
Thanks everyone for reporting these... I'll start trying to figure these out today. (I tried to 'improve' audio handling for 0.45 and probably improved it in the wrong direction somehow). I don't know what happened to copy/paste. cheers Miller On Tue, Sep 10, 2013 at 04:56:01PM +0300, Alexandro

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-10 Thread Alexandros Drymonitis
I can confirm the crackles with a 48k sampling rate and delay <= 100 ms on OS X 10.8.4 On Tue, Sep 10, 2013 at 4:34 PM, Jaime E Oliver wrote: > Could you also try the 48k sample rate while playing a sinusoid? I get > crackles unless I increase the software's delay (in audio preferences) to > som

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-10 Thread Jaime E Oliver
Could you also try the 48k sample rate while playing a sinusoid? I get crackles unless I increase the software's delay (in audio preferences) to something like 500ms. ? On Sep 10, 2013, at 6:01 AM, Cyrille Henry wrote: > > > Le 10/09/2013 11:38, Nicolas Montgermont a écrit : >> Same here

Re: [PD] FW: GEM noobie: I don't understand this glsl thing... but I need it!

2013-09-10 Thread Cyrille Henry
the glsl exemples are in a specific folder in gem/exemple. it's not very documented, but you'll have some basic shader. it's a good place to start. c Le 10/09/2013 12:43, David Schaffer a écrit : Hi, and thank you for your answers, I know about extended view, I 've donwloaded it and used to bu

[PD] FW: GEM noobie: I don't understand this glsl thing... but I need it!

2013-09-10 Thread David Schaffer
Hi, and thank you for your answers, I know about extended view, I 've donwloaded it and used to build my design. The idea for me is now to get a better understanding of the glsl chain, because it seems to be the place where all the magic happens. I thought I could find more examples of gls

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-10 Thread Cyrille Henry
Le 10/09/2013 11:38, Nicolas Montgermont a écrit : Same here on osx 10.6.8 But isn't that a pd-extended only feature? it has always been working in vanilla / linux. but I can confirm that it did not work any more on linux. c n Le 10/09/13 09:03, peiman khosravi a écrit : I can confirm t

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-10 Thread Nicolas Montgermont
Same here on osx 10.6.8 But isn't that a pd-extended only feature? n Le 10/09/13 09:03, peiman khosravi a écrit : > I can confirm the copying issue on OS X 10.7.5. > > P > > > On 10 September 2013 06:36, Jaime E Oliver > wrote: > > A couple of bugs it seems in

Re: [PD] compiling externals on ARM

2013-09-10 Thread Cyrille Henry
hello, nusmuk-audio use the template makefile. i upgrade it to last version for ali to test. anyhow, this lib compile fine almost everywhere, including on rasbian. (so makefile look good on linux/arm) ali say that compiling any externals gives the same problem. so it's not specific to this lib.

Re: [PD] compiling externals on ARM

2013-09-10 Thread katja
Actually I think that the library template should work for Linux on ARM too, as is. Only it does not provide specific optimization flags, which those ARM boards sorely need for performance. But if it does not build at all, there may be something else wrong, for example the build directory structure

Re: [PD] GEM noobie: I don't understand this glsl thing... but I need it!

2013-09-10 Thread Peter Venus
for ExtendedviewToolkit, there is a webpage [1] and you can download the latest via github [2] [1] extendedview.mur.at [2] https://github.com/extendedview/extended_view_toolkit cheers, Peter Am 09.09.13 23:51, schrieb John Harrison: ExtendedViewToolkit does photo stitching. Maybe it does what

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-10 Thread peiman khosravi
I can confirm the copying issue on OS X 10.7.5. P *www.peimankhosravi.co.uk || RSS Feed || Concert News * On 10 September 2013 06:36, Jaime E Oliver wrote: > A couple of bugs it seems in osx 10.8.4 and pd 0.45-