<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
Hi all,</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
<br>
</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
I am trying to get multichannel output (to four speakers) using ChucK.</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
<br>
</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
I'm running on a Mac and using a Scarlett 18i8.</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
<br>
</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
I've tried running this test code.</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Monaco; color: #000000"><span style="color: #b436f0">SinOsc</span><span>
</span>s0<span> </span>=&gt;<span> </span><span style="color: #0433ff">dac</span>.chan(<span style="color: #de9210">0</span>);</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Monaco; color: #000000"><span style="color: #b436f0">SinOsc</span><span>
</span>s1<span> </span>=&gt;<span> </span><span style="color: #0433ff">dac</span>.chan(<span style="color: #de9210">1</span>);</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Monaco; color: #000000"><span style="color: #b436f0">SinOsc</span><span>
</span>s2<span> </span>=&gt;<span> </span><span style="color: #0433ff">dac</span>.chan(<span style="color: #de9210">2</span>);</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Monaco; color: #000000"><span style="color: #b436f0">SinOsc</span><span>
</span>s3<span> </span>=&gt;<span> </span><span style="color: #0433ff">dac</span>.chan(<span style="color: #de9210">3</span>);</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Monaco; min-height: 17.0px">
<br>
</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Monaco; color: #0433ff"><span style="color: #000000"><span>&nbsp; &nbsp;
</span></span><span style="color: #de9210">3</span><span style="color: #000000">::</span>second<span style="color: #000000"> =&gt;
</span>now<span style="color: #000000">;</span></p>
<br>
But I get this error.</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
<br>
</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
<span>chuck](VM): NullPointerException: (UGen link) on line[3] in shred[id=1:MULTI]<br>
</span><span></span><br>
</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
Any ideas?</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
With thanks,</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
Matthew</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
<br>
</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
<br>
</div>
<div style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: 14pt; color: rgb(0, 0, 255);">
<br>
</div>
<div id="Signature">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div><font face="Times New Roman" size="3">Dr. Matthew James Noone</font><br>
<div style="font-family:Tahoma; font-size:13px"><font face="Times New Roman" size="3"><i>Sarode Artist &amp; Irish Research Council Postdoctoral Fellow</i></font></div>
<div style="font-family:Tahoma; font-size:13px"><i style="font-family:&quot;Times New Roman&quot;; font-size:medium">Irish World Academy of Music and Dance</i></div>
<div style="font-family:Tahoma; font-size:13px"><i style="font-family:'Times New Roman'; font-size:medium">University of Limerick</i></div>
<div style="font-family:Tahoma; font-size:13px"><font face="Times New Roman" size="3"><br>
</font></div>
</div>
</div>
</div>
</div>
</body>
</html>