Jazz-Soft.net
We make it sound!
Home » Documentation » Jazz-Plugin » Reference » MidiOutClose()

MidiOutClose()

Function

MidiOutClose () - close the active MIDI Out connection.

Returns nothing.

Normally, MIDI-connection closes automatically when a new connection is opened, or when the plugin is destroyed.

However, you can close it manually at any time if you wish.

Example

Jazz.MidiOutClose();

See also