Share via


MidiThruConnection Class

Definition

Manages MIDI play-through connections.

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

Constructors

Name Description
MidiThruConnection(UInt32)

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

Methods

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

Releases the resources used by the MidiThruConnection object.

Dispose(Boolean)

Releases the resources used by the MidiThruConnection object.

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

Applies to