commonMain.org.androidaudioplugin.composeaudiocontrols.midi.MidiKeyboardInputDispatcher.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compose-audio-controls-midi-jvm Show documentation
Show all versions of compose-audio-controls-midi-jvm Show documentation
Collection of Audio Controls (WIP) for Jetpack Compose and Compose for Multiplatform - MIDI support extensibility
package org.androidaudioplugin.composeaudiocontrols.midi
typealias MidiEventSender = (mevent: ByteArray, offset: Int, length: Int, timestampInNanoseconds: Long) -> Unit
object MidiKeyboardInputDispatcher {
var useUmp = false
val senders = mutableListOf()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy