A MIDI Library for .NET

OutputDevice.SilenceAllNotes Method

Silences all notes on this output device.

public void SilenceAllNotes();

Exceptions

Exception Type Condition
InvalidOperationException The device is not open.
DeviceException The message cannot be sent.

See Also

OutputDevice Class | Midi Namespace