<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
hello Alberto,<br>
<br>
in the svn repository for pd externals you'll find this lib<br>
iem/dmx512/<br>
<br>
it's a bit tricky to compile (see a previous discussion on this list
with IOhannes)<br>
&nbsp;<br>
cd externals/iem/dmx512<br>
wget <a class="moz-txt-link-freetext"
 href="ftp://ftp.cubic.org/pub/llg/dmx4linux-2.6.1.tar.gz">ftp://ftp.cubic.org/pub/llg/dmx4linux-2.6.1.tar.gz</a><br>
tar xzf dmx4linux-2.6.1.tar.gz<br>
cp dmx4linux2.6.1.patch dmx4linux-2.6.1<br>
cd dmx4linux-2.6.1<br>
patch -p1 &lt; dmx4linux2.6.1.patch<br>
and the usual<br>
./configure<br>
make<br>
sudo make install<br>
<br>
then compiling the extension<br>
cd externals/iem/dmx512/src<br>
./configure<br>
make<br>
<br>
<br>
<b>you might also want to try</b><br>
<a class="moz-txt-link-freetext" href="http://sourceforge.net/projects/wtf2osc">http://sourceforge.net/projects/wtf2osc</a><br>
if you know a bit of python it will be easier<br>
it worked pretty fine for me on debian/ubuntu systems<br>
<br>
good luck,<br>
v<br>
<br>
<br>
<br>
<br>
Alberto Santos Bellido a &eacute;crit&nbsp;:
<blockquote
 cite="mid:1fd17e6e0901260734u75b844c0w1578f78e2355e39@mail.gmail.com"
 type="cite">
  <pre wrap="">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 (
<a class="moz-txt-link-freetext" href="http://www.nullmedium.de/dev/dmxusbpro/">http://www.nullmedium.de/dev/dmxusbpro/</a> )

Has anybody used this successfully on pd-extended on linux (ubuntu 8.10).

Thanks for any feedback

albesan

_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>

  </pre>
</blockquote>
<br>
</body>
</html>