Platforms to show: All Mac Windows Linux Cross-Platform

Back to MidiEndpointMBS class.

MidiEndpointMBS.close

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MIDI MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The destructor.

Frees the endpoint handle.
There is no need to call this method except you want to free all resources of this object now without waiting for Xojo to do it for you.

MidiEndpointMBS.Entity as MidiEntityMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MIDI MBS MacCF Plugin 3.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an endpoint's entity.

Returns nil on any error.
Lasterror is set.
New for CoreMIDI 1.3.

MidiEndpointMBS.FlushOutput

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MIDI MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Unschedule previously-sent packets.

Clients may use MIDIFlushOutput to cancel the sending of
packets that were previously scheduled for future delivery.
New for CoreMIDI 1.1.
Lasterror is set.

MidiEndpointMBS.Received(packets as MidiPacketListMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MIDI MBS MacCF Plugin 3.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Distribute MIDI from a source to the client input ports which are connected to that source.

Drivers should call this function when receiving MIDI from a source.
Clients which have created virtual sources, using MIDICreateSource, should call this function when the source is generating MIDI.
Lasterror is set.

The items on this page are in the following plugins: MBS MacCF Plugin.


The biggest plugin in space...