<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 14pt; color: #000000"><div><p style="margin: 0px;" data-mce-style="margin: 0px;">Thank you, Orm,&nbsp;that works perfectly,</p><p style="margin: 0px;" data-mce-style="margin: 0px;"><br></p><p style="margin: 0px;" data-mce-style="margin: 0px;">I have replicated your example with other control codes, it seems to me that only N°93 "Chorus Depth" modifies the sound significantly (I didn't succeed with the other codes).</p><p style="margin: 0px;" data-mce-style="margin: 0px;">(I used the "70 Bassoon" sound which seemed to be better on "long" sounds - 30s here -).</p><p style="margin: 0px;" data-mce-style="margin: 0px;"><br></p><p style="margin: 0px;" data-mce-style="margin: 0px;">One of my ideas was to use the "pan" function on top of the "Steve Reich's Piano Phase" example to separate the 2 pianos along with the phase, just an idea.<br></p><p style="margin: 0px;" data-mce-style="margin: 0px;"><br></p><p style="margin: 0px;" data-mce-style="margin: 0px;">Thank you again.</p></div><div>Ph.C</div><div><br></div><div><br></div><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>De: </b>"Orm Finnendahl" &lt;orm.finnendahl@selma.hfmdk-frankfurt.de&gt;<br><b>À: </b>"philippe cabanon" &lt;philippe.cabanon@laposte.net&gt;<br><b>Cc: </b>cmdist@ccrma.stanford.edu<br><b>Envoyé: </b>Mardi 19 Mai 2020 11:56:26<br><b>Objet: </b>Re: [CM] (no subject)<br><div><br></div>Am Montag, den 18. Mai 2020 um 09:16:56 Uhr (+0200) schrieb<br>philippe.cabanon@laposte.net:<br>&gt; In fact, I was wondering if it was possible to modify a sound<br>&gt; already emitted, as you do with a knob on a midi controller keyboard<br>&gt; (keeping the same original sound).<br><div><br></div>yes, start a long note:<br><div><br></div>(mp:midi :key 80 :dur 20 :amp .5 :chan 0)<br><div><br></div>then simulate the controller knob:<br><div><br></div>(sprout<br>&nbsp;(process <br>&nbsp;&nbsp;for i below 128<br>&nbsp;&nbsp;do (mp:ctrl :num 10 :val i :chan 0)<br>&nbsp;&nbsp;(wait .01)))<br><div><br></div>I hope the syntax is ok. I can't test here as I'm using the common<br>lisp version with a slightly different syntax.<br><div><br></div>--<br>Orm<br></div><div><br></div></div></body></html>