[CM] (no subject)

Orm Finnendahl orm.finnendahl at selma.hfmdk-frankfurt.de
Tue May 19 02:56:26 PDT 2020


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


More information about the Cmdist mailing list