<div class="gmail_quote">On Wed, May 12, 2010 at 2:52 PM, Niels Mayer <span dir="ltr">&lt;<a href="mailto:nielsmayer@gmail.com">nielsmayer@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>I&#39;m writing to notify of success with the db60xg -- thanks Rui, for turning me on to this great $20.00 synth!! Only remaining mystery is how to get qjackctl to open both the analog (hw:6,0) and digital (hw:6,1) parts of the Dynex dx-sc51 so I can have independent headpone monitors and SPDIF-&gt;main monitor.... </div>
</blockquote><div><br></div><div>Solved!!</div><div><br></div><div>Taking a clue from a different thread with a soundcard that costs 100x more and has 26 more channels... :-) . ( <a href="http://old.nabble.com/Is-it-possible-to-use-two-RME-cards-in-sync--to28513035.html">http://old.nabble.com/Is-it-possible-to-use-two-RME-cards-in-sync--to28513035.html</a> ) I now won&#39;t need to buy another soundcard for my intended portable music computer as I can output to the &quot;mains&quot; over SPDIF, and monitor separately in headphones, all with a $5.00 soundcard!  I&#39;ll save my money for later and get a decent quality external TOSlink-&gt;analog, which is all I&#39;ll need to drive the &quot;mains&quot; without fear of computer noise or ground-loops, which is IMHO the right way to get sound out of a computer driving a PA....</div>
<div><br></div><div>In qjackctl: Setup..-&gt;Settings: Interface: hw:ICE1724 ; Input: (default) ; Output:: multi&quot; </div><div>giving ~/.jackdrc:</div><div><div>/usr/bin/jackd -dalsa -dhw:ICE1724 -r48000 -p128 -n2 -D -Pmulti -Xseq -zs -H -M</div>
</div><div><br></div><div>In Jackd, this gives me two working inputs, and four separate outputs -- a stereo analog pair that I intend to use as headphone/cue monitor, and a separate SPDIF/Toslink digital output.  </div><div>
<br></div><div>The trick is the output &quot;multi&quot; is defined as ALSA &quot;type multi&quot; (see <a href="http://nielsmayer.com/npm-dynex-asoundrc.txt">http://nielsmayer.com/npm-dynex-asoundrc.txt</a> ) as:</div><div>
<br></div><div><div>pcm.analog-hw {</div><div>  type hw</div><div>  card 6</div><div>}</div><div><br></div><div>ctl.analog-hw {</div><div>  type hw</div><div>  card 6</div><div>}</div><div><br></div><div>pcm.digital-hw {</div>
<div>  type hw</div><div>  card 6</div><div>  device 1</div><div>}</div><div><br></div><div>ctl.digital-hw {</div><div>  type hw</div><div>  card 6</div><div>}</div><div><br></div></div><div><div>pcm.multi {</div><div>  type multi</div>
<div>  slaves.a.pcm &quot;analog-hw&quot;</div><div>  slaves.a.channels 2</div><div>  slaves.b.pcm &quot;digital-hw&quot;</div><div>  slaves.b.channels 2</div><div>  bindings.0.slave a</div><div>  bindings.0.channel 0</div>
<div>  bindings.1.slave a</div><div>  bindings.1.channel 1</div><div>  bindings.2.slave b</div><div>  bindings.2.channel 0</div><div>  bindings.3.slave b</div><div>  bindings.3.channel 1</div><div>}</div><div><br></div><div>
ctl.multi {</div><div>  type hw</div><div>  card 6</div><div>}</div></div><div><br></div><div>-- Niels</div><div><a href="http://nielsmayer.com">http://nielsmayer.com</a></div><div><br></div></div>