Minim
core | ugens | analysis
 

Controller

setVolume

Description

Sets the volume. If a volume control is not available, this does nothing.

Signature

void setVolume(float value)

Parameters

value — float: the new value for the volume, usually in the range [0,1].

Returns

None

Related

getVolume ( )
shiftVolume ( )

Example

None available

Usage

Web & Application