getSustainVolume()
Return the envelope's sustain volume.
Parameters
Once an object envelope has been created, you can use the following function:
envelope.getSustainVolume()
Returns
return sustainVolume
| Value | Type | Description |
|---|---|---|
| sustainVolume | float |
The sustain volume, from 0.0 to 1.0. |