Interface GlobalPlaybackEvent

Global playback event fired when any sound-producing entity plays/stops/pauses.

interface GlobalPlaybackEvent {
    source: Sound | BaseSound | Synth;
    timestamp: number;
}

Properties

Properties

source: Sound | BaseSound | Synth
timestamp: number