A MIDI Library for .NET

OutputDevice Members

OutputDevice overview

Public Static Properties

InstalledDevices List of devices installed on this system.

Public Instance Properties

IsOpen True if this device is open.
Name (inherited from DeviceBase) The name of this device.

Public Instance Methods

Close Closes this output device.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Open Opens this output device.
SendControlChange Sends a Control Change message to this MIDI output device.
SendNoteOff Sends a Note Off message to this MIDI output device.
SendNoteOn Sends a Note On message to this MIDI output device.
SendPercussion Sends a Note On message to Channel10 of this MIDI output device.
SendPitchBend Sends a Pitch Bend message to this MIDI output device.
SendProgramChange Sends a Program Change message to this MIDI output device.
SilenceAllNotes Silences all notes on this output device.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

OutputDevice Class | Midi Namespace | Clock | InputDevice