For me, I would like to use the Behringer rotary or fader box to control the hdsp driver directly.&nbsp; It seems that your object would be a nice way to do this without tying up the entire midi box. <br><br>I don't understand how the madi works I guess; when you turn up one level, all 8192 values are sent to the driver? Or is this just on startup.
<br><br>Rich<br><br><div><span class="gmail_quote">On 8/28/06, <b class="gmail_sendername">Winfried Ritsch</b> &lt;<a href="mailto:ritsch@iem.at">ritsch@iem.at</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>&gt; &gt; I just came across this object in the cvs that gives access to the hdsp<br>&gt; &gt; 'madi' mixer in pd, which is great.&nbsp;&nbsp;Will it work with my hdsp interface<br>&gt; &gt; as well?&nbsp;&nbsp;I can't get it to 'find' and useable soundcards, whereas pd is
<br>&gt; &gt; using it fine.<br>&gt;<br>&gt; as far as i know, [hdspmmixer] is really _only_ for the madi. (wini is<br>&gt; not here for the next 2 weeks, so he cannot be asked).<br>&gt;<br>&gt; the main reason for this object was, that there was no mixer (gui) at
<br>&gt; all for the madi, whereas there IS a hdsp-mixer for the multiface and<br>&gt; the like.<br><br>status report:<br><br>I started it for our 3D-Mixer to use outputs as Group outputs and with<br>the &quot;number box Matrix&quot;-Gui so you have a matrixmixer. It should work on the
<br>hdsp cards also, but i havent tested it hard (its cvs now). I hope I will<br>finish this in next 2 weeks.<br><br>The main problem was that on the madi we have (64+64)*64=8192 Fader and<br>therfore numberboxes as control, which makes pd slow. Even with 4bytes this
<br>exceeds 16k-limit on ioctl for madi to get it in one call, so it has to make<br>a lot of sytemcalls if also monitoring them. So the goal was to extend the<br>alsadrivers for memory-mapping of faders and additional power and peakmeters
<br>for in and outs. This would reduce a lot of systemcalls for low latency but I<br>dont know if it will ever work... any hints.<br><br>So its a good idea to make it compatible for als hdsp cards, but I have to<br>change the arguments so the soundcard can be set, even if there are more than
<br>one in the computer.<br><br>mfg winfried<br><br>_______________________________________________<br><a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">
http://lists.puredata.info/listinfo/pd-list</a><br></blockquote></div><br>