A MIDI Library for .NET

OutputDevice Methods

The methods of the OutputDevice class are listed below. For a complete list of OutputDevice class members, see the OutputDevice Members topic.

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