<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 id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi,</p>
<p>For Snd using Scheme what would be best workflow or best practices for stitching together several with-sound calls or note lists?&nbsp; Ex. I have my insts loading from a separate .scm&nbsp; file using the &quot;load&quot; command and ten or so with-sound calls in a separate
 .scm file.&nbsp; I was doing that in lisp and CLM using &quot;with-mix&quot; but don't seem to see that thru scheme.&nbsp;
<br>
</p>
<p><br>
</p>
<p>I found the &quot;:continue-old-file #t&quot; with-sound flag and also the Notehook feature in the Snd Scheme manual but not sure this is best way to add those in sequence, programmatically.</p>
<p><br>
</p>
<p></p>
<div>(with-sound ( :continue-old-file #t :reverb nrev :output &quot;/home/MyTest.wav&quot; :srate 48000 :channels 2<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :header-type mus-riff :statistics #t :play #t)<br>
(nssb_sub 4.25 2&nbsp; 1440 .5&nbsp; 0.01&nbsp; 1.0&nbsp; 0&nbsp; 0.1&nbsp; 1 )<br>
)</div>
<p></p>
<p>Regards,</p>
<p>Jim<br>
</p>
</div>
</body>
</html>