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@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
>
>   

_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to