All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.midi.MIDIAccess.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.midi

import web.events.Event
import web.events.EventHandler
import web.events.EventTarget

sealed external class MIDIAccess :
    EventTarget {
    val inputs: MIDIInputMap
    var onstatechange: EventHandler?
    val outputs: MIDIOutputMap
    val sysexEnabled: Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy