package nl.astraeus.vst.chip.audio object AudioContextHandler { val audioContext: dynamic = js("new AudioContext()") }