<div dir="ltr">Thanks Brandon and Michael! Brandon, I cooked up a second &quot;orchestrator sequencer&quot; for the score, and I talk about it later in the making of video. I will also be documenting all the code in this as part of the Scheme for Max sequencer toolkit. The orchestrator sequencer is a straightforward linear sequencer of function calls. It could be prettied up a lot with macros, but it does the job right now. Here&#39;s an example of what it looks like:<div><br></div><div>from previous:</div><div>(define l1a (loop-player &#39;loop-len 8 &#39;outlet 0 &#39;transpose -12))<br>(l1a &#39;set-seq 0 p1)<br></div><div>etc</div><div><br></div><div>the orchestratro</div><div>(define s1 (event-score (hash-table :bbt (list 8 4 480))<br>  :1:1:0   (list <br>              &#39;(l1a &#39;start)<br>           )<br>  <br>  :9:1:0   (list<br>             &#39;(l1a &#39;start)<br>             &#39;(l1b &#39;start)<br>           ) <br><br>  :25:1:0  (list &#39;<br>              &#39;(l1c &#39;set &#39;transpose -5)<br>              &#39;(l1c &#39;set &#39;on-step &#39;(set! time-factor (+ 0.5 (* 0.5 (random 3)))))<br>              &#39;(l1a &#39;start)<br>              &#39;(l1c &#39;start)<br>           )<br></div><div>.... etc etc</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 27, 2021 at 5:39 AM Brandon Hale &lt;<a href="mailto:bthaleproductions@gmail.com">bthaleproductions@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <p>Hey Iain,</p>
    <p>Thank you for sharing your work and how it was made. I would be
      interested in watching a livestream where you work on this in
      realtime, if that&#39;s something you would like to do. </p>
    <p>Did you have a score on how you altered the synthesizer, or was
      that improvised? <br>
    </p>
    <p>Thank you again for sharing,</p>
    <p>Brandon Hale<br>
    </p>
    <div>On 4/27/21 12:26 AM, Iain Duncan wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Hi folks, just thought I&#39;d share the fruits of one
        of my term projects - my first working algorithmic etude for
        Scheme for Max + modular synthesizer. (The recording of which
        may or may not have prompted the order of a bunch more
        modules... haha)
        <div><br>
        </div>
        <div>Performance</div>
        <div><a href="https://www.youtube.com/watch?v=rcLWTjN4qBI" target="_blank">https://www.youtube.com/watch?v=rcLWTjN4qBI</a><br>
        </div>
        <div><br>
        </div>
        <div>Walk-through of how it was made:</div>
        <div><a href="https://www.youtube.com/watch?v=pg7B8h4yHkU" target="_blank">https://www.youtube.com/watch?v=pg7B8h4yHkU</a><br>
        </div>
        <div><br>
        </div>
        <div>Beginning of the book on writing sequencers in s4m,
          which has not yet gotten to the point used in the composition
          mind you..</div>
        <div><a href="https://iainctduncan.github.io/s4m-stk" target="_blank">https://iainctduncan.github.io/s4m-stk</a><br>
        </div>
        <div><br>
        </div>
        <div>Hope you enjoy, as usual thanks to everyone who&#39;s work has
          made this possible!</div>
        <div>iain</div>
      </div>
      <br>
      <fieldset></fieldset>
      <pre>_______________________________________________
Cmdist mailing list
<a href="mailto:Cmdist@ccrma.stanford.edu" target="_blank">Cmdist@ccrma.stanford.edu</a>
<a href="https://cm-mail.stanford.edu/mailman/listinfo/cmdist" target="_blank">https://cm-mail.stanford.edu/mailman/listinfo/cmdist</a>
</pre>
    </blockquote>
  </div>

_______________________________________________<br>
Cmdist mailing list<br>
<a href="mailto:Cmdist@ccrma.stanford.edu" target="_blank">Cmdist@ccrma.stanford.edu</a><br>
<a href="https://cm-mail.stanford.edu/mailman/listinfo/cmdist" rel="noreferrer" target="_blank">https://cm-mail.stanford.edu/mailman/listinfo/cmdist</a><br>
</blockquote></div>