android_midi 0.1.0
android_midi: ^0.1.0 copied to clipboard
A Flutter plugin for advanced MIDI device control and messaging on Android, with native performance.
0.1.0 #
- Initial public release.
- Core MIDI device and event models (note on/off, control change, program change, pitch bend, aftertouch, SysEx).
- High-level APIs for playing notes, chords, arpeggios, sequences, and phrases with tempo control.
- Real-time MIDI input/output streams.
- Platform interface and method channel for Android MIDI.
- Native JNI integration for low-latency MIDI messaging.
- Example app and test coverage for all main features.