AlsaMidiDevice class

Constructors

AlsaMidiDevice(Pointer<snd_ctl_> ctl, int cardId, int deviceId, String name, String type, StreamController<MidiMessage> _rxStreamCtrl)

Properties

cardId int
getter/setter pair
connected bool
getter/setter pair
ctl Pointer<snd_ctl_>
getter/setter pair
deviceId int
getter/setter pair
errorPort ReceivePort?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inPort Pointer<Pointer<snd_rawmidi_>>?
getter/setter pair
inputPorts List<String>
no setter
name String
getter/setter pair
outPort Pointer<Pointer<snd_rawmidi_>>?
getter/setter pair
outputPorts List<String>
no setter
receivedMessages Stream<MidiMessage>
no setter
receivePort ReceivePort?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toDictionary Map<String, Object>
no setter
type String
getter/setter pair

Methods

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

Operators

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

Static Properties

onDeviceDisconnected Stream<AlsaMidiDevice>
no setter

Static Methods

getDevices() List<AlsaMidiDevice>
hardwareId(int card, int device) String