Interface GlobalPlaybackEvent

Global playback event fired when any Sound or Synth plays/stops/pauses.

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

Properties

Properties

source: Sound | Synth
timestamp: number