<div class="gmail_quote">On Thu, Apr 19, 2012 at 9:49 AM, Rishabh Natarajan <span dir="ltr">&lt;<a href="mailto:rishabh.natarajan@gmail.com">rishabh.natarajan@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><br></div><div>1. When starting pd with jack and 16 channels, does this mean that all 16 channels have to go in and out of Jack itself?</div></blockquote><div><br>no.<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div>2. Do the number of input and output channels have to be the same (8 and 8 in this case) or can they be different? </div></blockquote><div><br>they can be different.<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div>When I tried starting pd with 18 channels and then assigned 16 to Jack incoming and 2 to built-in output for outgoing, terminal threw an error saying &#39;invalid number of channels&#39;</div></blockquote><div><br>I am not sure on this one but I think that if Pd does not find as many physical (or jack) inputs or outputs it will warn you. When you do provide enough IO you can reconfigure Pd for the new values and it should work (if you cross your fingers).<br>

<br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>3. I want to have 8 channels from one adc~ and another 8 from the other. This means all 16 channels are meant for input. How then do I route output from pd to the speakers?</div></blockquote><div><br>you specify -audioindev 1,2 for example. You can specify -audiooutdev in the same way and then you create the appropriate [dac~] objects. BTW, I believe you can create aggregate devices on Mac (somewhere in the sound preferences, I believe JackPilot manuals mentions that) to combine different audio inputs and outputs. I vaguely recall doing something like this in the past. Then you tell jack to use your aggregate, this may simplify your setup routine...<br>

 </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>4. If I am only inputting 16 channels through Jack can I use the dac~ object to output sound from pd to the speakers?</div>

</blockquote></div><br>if you run jack (and pd with -jack) then your [dac~] objects can be connected to jack&#39;s outputs, i.e. Pd&#39;s inputs and outputs will appear in JackPilot and you can route them any way you want to your system provided I/O. Assuming that JackPilot uses the actual physical I/O, you should be able to output sound from Pd to the speakers.<br>

<br>HTH,<br><br>./MiS<br>