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