Minim
core | ugens | analysis
 

Controller

getVolume

Description

Returns the current volume. If a volume control is not available, this returns 0. Note that the volume is not the same thing as the level() of an AudioBuffer!

Signature

float getVolume()

Returns

the current volume or zero if a volume control is unavailable

Related

setVolume ( )
shiftVolume ( )

Example

None available

Usage

Web & Application