MidiDestinationPort class

A midi port for sending data to

Inheritance

Constructors

MidiDestinationPort(String id, {String? manufacturer, String? name, String? version, int? number})

Properties

connection Stream<MidiPortConnectionState>
Stream for listening to MidiPortConnectionState changes
no setterinherited
hashCode int
The hash code for this object.
no setteroverride
id String
The ID of this midi device
finalinherited
manufacturer String?
The manufacturer
finalinherited
name String?
The displayable name of the device
finalinherited
number int?
Port number
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Stream<MidiPortDeviceState>
Stream for listening to MidiPortDeviceState changes
no setterinherited
type MidiPortType?
Whether this is an input or output port
finalinherited
version String?
Device firmware version
finalinherited

Methods

close() Future<void>
Close this MidiPort
override
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() Future<void>
Attempt to open a connection to this MidiPort
override
send(Uint8List message) Future<void>
Send data do this midi port
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
override