[CM] Snd/CLM question: :decay-time for with-sound
Bill Schottstaedt
bil at ccrma.Stanford.EDU
Thu Apr 15 03:47:26 PDT 2010
> there doesn't appear to be a decay-time parameter anymore.
That decision can either be in the reverb-data arglist or in the
reverb itself. In nrev's case, you'll see the line
(len (+ (mus-srate) (frames *reverb*)))
This is adding one second to the file length for the decay.
You could make it a parameter instead, and pass it to with-sound:
(with-sound (:reverb nrev :reverb-data '(:decay-time 10) ...)
More information about the Cmdist
mailing list