[CM] Using PAN function in Grace
philippe.cabanon at laposte.net
philippe.cabanon at laposte.net
Tue May 19 06:45:08 PDT 2020
Thank you, Orm, that works perfectly,
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).
(I used the "70 Bassoon" sound which seemed to be better on "long" sounds - 30s here -).
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.
Thank you again.
Ph.C
----- Mail original -----
De: "Orm Finnendahl" <orm.finnendahl at selma.hfmdk-frankfurt.de>
À: "philippe cabanon" <philippe.cabanon at laposte.net>
Cc: cmdist at ccrma.stanford.edu
Envoyé: Mardi 19 Mai 2020 11:56:26
Objet: Re: [CM] (no subject)
Am Montag, den 18. Mai 2020 um 09:16:56 Uhr (+0200) schrieb
philippe.cabanon at laposte.net:
> In fact, I was wondering if it was possible to modify a sound
> already emitted, as you do with a knob on a midi controller keyboard
> (keeping the same original sound).
yes, start a long note:
(mp:midi :key 80 :dur 20 :amp .5 :chan 0)
then simulate the controller knob:
(sprout
(process
for i below 128
do (mp:ctrl :num 10 :val i :chan 0)
(wait .01)))
I hope the syntax is ok. I can't test here as I'm using the common
lisp version with a slightly different syntax.
--
Orm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/mailman/private/cmdist/attachments/20200519/b42b520a/attachment.html>
More information about the Cmdist
mailing list