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

commonMain.org.androidaudioplugin.composeaudiocontrols.midi.MidiKeyboardInputDispatcher.kt Maven / Gradle / Ivy

Go to download

Collection of Audio Controls (WIP) for Jetpack Compose and Compose for Multiplatform - MIDI support extensibility

There is a newer version: 0.6.3
Show newest version
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