>  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) ...)

_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to