MidiThruConnection Class

Definition

Manages MIDI play-through connections.

public class MidiThruConnection : IDisposable
type MidiThruConnection = class
    interface IDisposable
Inheritance
MidiThruConnection
Implements

Constructors

MidiThruConnection(UInt32)

Properties

Handle

Handle (pointer) to the unmanaged object representation.

Methods

Create(String, MidiThruConnectionParams)
Create(String, MidiThruConnectionParams, MidiError)
Dispose()

Releases the resources used by the MidiThruConnection object.

Dispose(Boolean)

Releases the resources used by the MidiThruConnection object.

Finalize()

Finalizer for the MidiThruConnection object

Find(String)
Find(String, MidiError)
GetParams()
GetParams(MidiError)
SetParams(MidiThruConnectionParams)

Applies to