WindowsMidiDevice constructor

WindowsMidiDevice(
  1. String id,
  2. String name,
  3. StreamController<MidiPacket> _rxStreamCtrl,
  4. StreamController<MidiSetupChange> _setupStreamController,
  5. int callbackAddress,
)

Implementation

WindowsMidiDevice(
  String id,
  String name,
  this._rxStreamCtrl,
  this._setupStreamController,
  this.callbackAddress,
) : super(id, name, MidiDeviceType.serial, false);