LinuxMidiDevice class

Inheritance
  • Object
  • MidiDevice
  • LinuxMidiDevice

Constructors

LinuxMidiDevice(AlsaMidiDevice _device, int cardId, int deviceId, String name, String type, StreamController<MidiPacket> _rxStreamCtrl, bool connected)

Properties

cardId int
getter/setter pair
connected bool
getter/setter pairinherited
deviceId int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
inputPorts List<MidiPort>
getter/setter pairinherited
name String
getter/setter pairinherited
outputPorts List<MidiPort>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toDictionary Map<String, Object>
no setterinherited
type String
getter/setter pairinherited

Methods

connect() Future<bool>
disconnect() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(dynamic buffer, int length) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited