class
Eagle::Audio::Bus
- Eagle::Audio::Bus
- Reference
- Object
Overview
A named group of voices with a shared volume and mute switch. Get one with Audio.bus.
Defined in:
eagle/audio/audio.crInstance Method Summary
-
#gain : Float32
The effective volume: 0 when muted, otherwise
#volume. -
#muted=(muted : Bool)
Silences the bus without losing its volume setting.
-
#muted? : Bool
Silences the bus without losing its volume setting.
-
#volume : Float32
Volume for every voice on this bus.
-
#volume=(volume : Float32)
Volume for every voice on this bus.
-
#volume=(v : Number)
Sets
#volumefrom any number.