Re: [PD] Arduino/Raspberry comport issue

2013-11-11 Thread Charles Goyard
Hi, Allen, Michael wrote: I’m using a Teensy to get data from Pots and switches into PD on a RPi. The teensy sketch is set to open serial at 9600 baud. In PD I have [comport devicename 9600]. It won’t receive data. When I change the object to [comport devicename 115200] it immediately opens

Re: [PD] Arduino/Raspberry comport issue

2013-11-11 Thread kubriel
It won?t receive data. Hi! i was using RPi plenty of times headless without any problems with comport in pd, but usually running armarch linux. but i was not using device name, but device nr, like [comport 0 9600] for uno, or [comport 4 9600] for duemilanove. kub --

Re: [PD] AU or VST loader for OSX

2013-11-11 Thread peiman khosravi
It doesn't seem to be fully functional (on 10.7.5). It loads the plugin but then I can't open the edit window of the plugin. Best, Peiman *www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk || RSS Feed http://peimankhosravi.co.uk/miscposts.rss || Concert News

[PD] spectral mapping, anyone?

2013-11-11 Thread Jeppi Jeppi
Hi,just looking for some ready to be used spectral mapping effects implemented in pd, anything available?Specifically, just a way to slightly remap harmonics to make pitched sounds inharmonic.There is a paper by Alexandre

[PD] Can't create boids objects

2013-11-11 Thread Jack
Hello, After a 'make' I get boids2d.pd_linux and boids3d.pd_linux but can't create objects under Pd. When I try to create an object, i get in pd console : ./boids2d.pd_linux: ./boids2d.pd_linux: wrong ELF class: ELFCLASS32 boids2d: can't load library ./boids3d.pd_linux: ./boids3d.pd_linux: wrong

Re: [PD] Can't create boids objects

2013-11-11 Thread Jack
Le 11/11/2013 16:00, Jack a écrit : Hello, After a 'make' I get boids2d.pd_linux and boids3d.pd_linux but can't create objects under Pd. When I try to create an object, i get in pd console : ./boids2d.pd_linux: ./boids2d.pd_linux: wrong ELF class: ELFCLASS32 boids2d: can't load library

Re: [PD] spectral mapping, anyone?

2013-11-11 Thread Jaime E Oliver
These are older, but I understand E. Lyon might re-release them? http://www.somasa.qub.ac.uk/~elyon/LyonSoftware/MaxMSP/FFTease/ J On Nov 11, 2013, at 7:23 AM, Jeppi Jeppi jepp...@hotmail.com wrote: Hi, just looking for some ready to be used spectral mapping effects implemented in pd,

[PD] using multiple asio devices

2013-11-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 hi all, i wonder whether anybody found a solution on w32 to use multiple ASIO devices at the same time. background: we are using a multi-channel *input* (that is: no output) soundcard (with only ASIO drivers). we would like to hear what we are

Re: [PD] Arduino/Raspberry comport issue

2013-11-11 Thread Alexandros Drymonitis
Are you sure the baud rate you set to [comport] is the same as the code you load on your Arduino? That could be a problem.. If you send the [devices( message to [comport] what do you get in the console? On Mon, Nov 11, 2013 at 11:19 AM, kubriel kubr...@servus.at wrote: It won?t receive data.

Re: [PD] using multiple asio devices

2013-11-11 Thread Miller Puckette
I've never done this (and Pd doesn't support multiple devices through portaudio which is the only path into ASIO that I know of). If I were doing this I'd re-write s_audio_pa.c to support multiple portaudio devices -- but I'm not sure ASIO itself is capable of this! If it turns out that only one

[PD] Fwd: Arduino/Raspberry comport issue

2013-11-11 Thread Alexandros Drymonitis
The baud rate issue seems strange, as the communicating devices should talk and listen to the same baud rate...no idea, sorry. -- Forwarded message -- From: Allen, Michael all...@spu.edu Date: Mon, Nov 11, 2013 at 7:35 PM Subject: Re: [PD] Arduino/Raspberry comport issue To:

Re: [PD] AU or VST loader for OSX

2013-11-11 Thread Pagano, Patrick
Is it possible to compile it for 10.8? Sent from my iPhone On Nov 11, 2013, at 5:19 AM, peiman khosravi peimankhosr...@gmail.commailto:peimankhosr...@gmail.com wrote: It doesn't seem to be fully functional (on 10.7.5). It loads the plugin but then I can't open the edit window of the plugin.

Re: [PD] using multiple asio devices

2013-11-11 Thread Charles Goyard
Hi, IOhannes m zmoelnig wrote: i wonder whether anybody found a solution on w32 to use multiple ASIO devices at the same time. background: we are using a multi-channel *input* (that is: no output) soundcard (with only ASIO drivers). I'm not sure if it works for input, but asio4all build

Re: [PD] AU or VST loader for OSX

2013-11-11 Thread Pagano, Patrick
I just tried on OSX 10.8.5, everything seems to work except as Peiman reported as well, the edit window does not create. It sees all the relevant info, ins/outs and parameters but no edit window. Nicholas, do you have the source? Perhaps we can ask Miller to compile a new one against 10.7/10.8

Re: [PD] AU or VST loader for OSX

2013-11-11 Thread Nicolas Montgermont
Le 11/11/13 20:43, Pagano, Patrick a écrit : Nicholas, do you have the source? Infos here: http://puredata.info/Members/thomas/vst I've never seen the edit window working since I use this binary ( ~2010 iirc ) n -- http://www.nimon.org ___

[PD] PdWeekend Rampup Roundtable Brainstorming with Miller and Friends Nov 15 at UCSD

2013-11-11 Thread Joe Deken
We have some hopes of live networking more widely, but regardless of that it seems worthwhile to post the agenda here quickly for Pd-folk to peruse. And maybe insights will be provoked (on Pd-list and elsewhere) as a good result. Also ** Please remember ** if you were thinking of making a

Re: [PD] changing the position of arrays dynamically

2013-11-11 Thread tim vets
I got inspired to try out my take on this so here's another variation uses [list-splat] (list-abs), [tabdump] (sexy), and, although not essential, [popup] the redraw gets quite slow quite quickly with larger tables though... gr, Tim 2013/11/10 peiman khosravi peimankhosr...@gmail.com Thanks

Re: [PD] changing the position of arrays dynamically

2013-11-11 Thread tim vets
*zexy that is :) 2013/11/11 tim vets timv...@gmail.com I got inspired to try out my take on this so here's another variation uses [list-splat] (list-abs), [tabdump] (sexy), and, although not essential, [popup] the redraw gets quite slow quite quickly with larger tables though... gr, Tim

Re: [PD] changing the position of arrays dynamically

2013-11-11 Thread Julian Brooks
Hey Tim, Nice clear coding style, thanks for that. Now where's Jonathan to tell us how much faster the redraw could be...:) Miller's comment reminded me that I should really get to grips with some of the new 0.45 stuff. Regards, Julian On 11 November 2013 22:44, tim vets timv...@gmail.com

Re: [PD] [OT] Status of Fink packages

2013-11-11 Thread Hans-Christoph Steiner
Fink still remains the best at handling complicated dependency chains, despite its messiness of package names. And Pd-extended needs things that have complicated dependency chains. If you are on a machine with fink on it, you can see what is installed by doing: fink list json And you'll see