Re: [PD] Controlling openDMXpro usb interface from pd-extended

2009-01-28 Thread Alberto Santos Bellido
Hey, Managed to run wtf2osc python commands (thanks vincent). Now I'm when I try to run the OSC-help.pd example included I get this error within pd0extended: OSC ... couldn't create I can see this on pd startup messages: libdir_loader: added 'oscx' to the global objectclass path

Re: [PD] Controlling openDMXpro usb interface from pd-extended

2009-01-27 Thread Alberto Santos Bellido
Hey Vincent, Thanks for the reply. I tried dmx512 as you suggested but the dmx4linux patched drivers did not compile. I get this: /dmx4linux-2.6.1$ patch -p1 dmx4linux2.6.1.patch patching file configure patching file drivers/devices/dgm/Makefile patching file drivers/devices/isa/Makefile

Re: [PD] Controlling openDMXpro usb interface from pd-extended

2009-01-27 Thread Erich Berger
alberto, i used http://sourceforge.net/projects/wtf2osc to work with an sub-dmx-pro, as i was not able to get the pd external working. best erich - http://randomseed.org On Tue, 27 Jan 2009, Alberto Santos Bellido wrote: Hey Vincent, Thanks for the reply. I tried

Re: [PD] Controlling openDMXpro usb interface from pd-extended

2009-01-27 Thread Vincent Rioux
alberto, i managed to compile dmx512 but like erich i finally switched to wtf2osc it's rather easy then to receive osc messages inside pd as you probably know tell if you have some difficulties with wtf2osc best regards v Erich Berger a écrit : alberto, i used

[PD] Controlling openDMXpro usb interface from pd-extended

2009-01-26 Thread Alberto Santos Bellido
Hello team. I've been searching for a way of controlling openDMXpro usb interface from pd-extended. All I've found that seems to be active is dmxusbpro ( http://www.nullmedium.de/dev/dmxusbpro/ ) Has anybody used this successfully on pd-extended on linux (ubuntu 8.10). Thanks for any feedback

Re: [PD] Controlling openDMXpro usb interface from pd-extended

2009-01-26 Thread Vincent Rioux
hello Alberto, in the svn repository for pd externals you'll find this lib iem/dmx512/ it's a bit tricky to compile (see a previous discussion on this list with IOhannes) cd externals/iem/dmx512 wget ftp://ftp.cubic.org/pub/llg/dmx4linux-2.6.1.tar.gz tar xzf dmx4linux-2.6.1.tar.gz cp