WindowsMidiDevice constructor
WindowsMidiDevice(
- String id,
- String name,
- StreamController<
MidiPacket> _rxStreamCtrl, - StreamController<
String> _setupStreamController, - int callbackAddress,
Implementation
WindowsMidiDevice(String id, String name, this._rxStreamCtrl,
this._setupStreamController, this.callbackAddress)
: super(id, name, 'native', false);