<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? Ex. I have my insts loading from a separate .scm file using the "load" command and ten or so with-sound calls in a separate
.scm file. I was doing that in lisp and CLM using "with-mix" but don't seem to see that thru scheme.
<br>
</p>
<p><br>
</p>
<p>I found the ":continue-old-file #t" 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 "/home/MyTest.wav" :srate 48000 :channels 2<br>
:header-type mus-riff :statistics #t :play #t)<br>
(nssb_sub 4.25 2 1440 .5 0.01 1.0 0 0.1 1 )<br>
)</div>
<p></p>
<p>Regards,</p>
<p>Jim<br>
</p>
</div>
</body>
</html>