Replaced `uInt8ArrayOf` with simplified integer arrays for MIDI messages. Introduced `TimedMidiMessage` and buffer handling for better synchronization in audio processing. Updated Gradle dependencies and added timing-aware MIDI utilities.
6 lines
122 B
Kotlin
6 lines
122 B
Kotlin
package nl.astraeus.vst.chip.audio
|
|
|
|
object AudioContextHandler {
|
|
val audioContext: dynamic = js("new AudioContext()")
|
|
}
|