[PD] Controlling openDMXpro usb interface from pd-extended

Vincent Rioux vincent.rioux at no-log.org
Mon Jan 26 17:36:40 CET 2009


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 dmx4linux2.6.1.patch dmx4linux-2.6.1
cd dmx4linux-2.6.1
patch -p1 < dmx4linux2.6.1.patch
and the usual
./configure
make
sudo make install

then compiling the extension
cd externals/iem/dmx512/src
./configure
make


*you might also want to try*
http://sourceforge.net/projects/wtf2osc
if you know a bit of python it will be easier
it worked pretty fine for me on debian/ubuntu systems

good luck,
v




Alberto Santos Bellido a écrit :
> 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
>
> albesan
>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20090126/f9b9d2ae/attachment.htm>


More information about the Pd-list mailing list