openMidiDevice method
Opens a MIDI device and port. Throws if invalid.
Implementation
Future<int?> openMidiDevice(MidiDevice device, MidiPort port) {
throw UnimplementedError('openMidiDevice() has not been implemented.');
}
Opens a MIDI device and port. Throws if invalid.
Future<int?> openMidiDevice(MidiDevice device, MidiPort port) {
throw UnimplementedError('openMidiDevice() has not been implemented.');
}