Re: [PD] [Pd] Compile external with C++ compiler?

2012-04-27 Thread Joe White
Hi Ed, Thanks for the advice, although I don't think this piece of work warrants changing our audio engine :) ofxPd looks cool though, what's sort of app are you making? (If you can say). Cheers, Joe On 27 April 2012 02:05, Ed Kelly morph_2...@yahoo.co.uk wrote: Hi Joe, Have you thought of

[PD] [PD-announce] CFP | Interactivos?'12 Dublin: Hack the City

2012-04-27 Thread Medialab-Prado comunicacion
*MEDIALAB-PRADO* Plaza de las Letras C/ Alameda, 15 · 28014 Madrid +34 913 692 303 www.medialab-prado.es* * * * Interactivos?'12 Dublin: Hack the City. Current and Future Needs Call for Projects Science Gallery (Dublin) and Medialab-Prado (Madrid) are issuing an Open Call for

Re: [PD] dsp processor for PD?

2012-04-27 Thread Malte Steiner
problem would be PD addressing DSP processors and feed them with tasks. But I am still also fascinated by DSP chips but it would be a return to roots, Millers Max/FTS. Patching on CPU, running on DSP card. ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] [Pd] Compile external with C++ compiler?

2012-04-27 Thread Ed Kelly
Hi Joe, It's an app for remixing music. Can't say more than that, but if everything gets finished on time it will be out next month. Wasn't my idea to make this, but I've done things like it before. The record label is quite well known... Ed   Gemnotes-0.1alpha: Live music notation for Pure

Re: [PD] dsp processor for PD?

2012-04-27 Thread tim vets
keeping an eye open for this http://sonic-core.net/joomla.soniccore/index.php I still have this 'Creamware Pulsar II' card from the late '90's, but I haven't used it much since I migrated to GNU/Linux. I always imagined it would be very cool to run my patches on it natively though, and now I hear

Re: [PD] [Pd] Compile external with C++ compiler?

2012-04-27 Thread Ed Kelly
It's really easy actually. You make the object in C, compile it and then build your patch in pd vanilla + the object. Then in the xcode object you just call the setup function for the object, the source code for which gets included in the xcode project. That's all I know. I'm not responsible

[PD] midiout send sysex as 1 array in stead of separate messages

2012-04-27 Thread Rob Bothof
greetings, I'm having some problems with sending sysex to a specific device, [midiout] has worked fine for me in the past. to solve a problem i'd like to know if it is possible to send a raw midi message containing multiple bytes, as i see when sending rawmidi with midiout it creates a

Re: [PD] midiout send sysex as 1 array in stead of separate messages

2012-04-27 Thread Rob Bothof
i have solved this on the receiving end! peace, Rob greetings, I'm having some problems with sending sysex to a specific device, [midiout] has worked fine for me in the past. to solve a problem i'd like to know if it is possible to send a raw midi message containing multiple bytes, as i see