← API
Symbol

Bus

A Bus is a named mix bucket with its own gain stage, optional FX inserts, a voice-concurrency limit, and an optional sidechain key. Voices are connected to bus.input. The master receives bus.output. level/mute use 10ms ramps to avoid clicks; raw gain.value writes would pop audibly on browsers that don't smooth the parameter.

Members

  • constructor
  • fxInput Sub-bus where FX inserts go. Currently == input; reserved for FX chain.
  • input
  • name
  • output Output node — connect to master.input or another bus.input for sends.
  • concurrency
  • level
  • muted
  • voiceCount
  • addFx
  • applyConcurrencyOnSpawn
  • dispose
  • fadeTo
  • fx
  • releaseVoice
  • removeFx
  • setConcurrency
  • trackVoice
  • voices