Function Area.reverbBusAmount
The degree to which this area applies reverb to its associated audio. Ranges from 0
to 1
with 0.1
precision.
double reverbBusAmount() nothrow @property @nogc;
void reverbBusAmount
(
double v
) nothrow @property @nogc;