< Back to IRCAM Forum

Reverb Time Handle

I am looking for a handle to be sent to spat.spat controlling reverberation time. An equivalent to reverberance, but time based measure. Anyone found that?:slight_smile:

Thanks!

Hi,

You can use [spat.spat_~] (note the underscore).
It has the same DSP functionalities as [spat.spat~] but accepts low-level messages (like time-based reverb time), while [spat.spat~] only accepts high-level (reverberance) messaging.

T.

Hi T,

thanks :slight_smile: Do you have any idea what the “message” handle for RT will be?

Neo

Indeed I have an idea !

Messages are :
room [index] reverb tr0 [float] : set the global RT60 with value expressed in seconds
room [index] reverb trl [float] : set the relative decay for low frequencies (as a % of the global RT60)
room [index] reverb trm [float] : set the relative decay for mid frequencies (as a % of the global RT60)
room [index] reverb trh [float] : set the relative decay for high frequencies (as a % of the global RT60)

where [index] is the index of the room.

(messages are documented in the help patches)

T.

Excellent. I didn’t manage to find the messages in the help files. Probably I looked in the wrong ones. Thanks so much!