A MIDI Library for .NET

Clock.Reset Method

Resets the clock to zero and discards pending messages.

public void Reset();

Remarks

This method resets the clock to zero and discards any scheduled but as-yet-unsent messages. It may only be called when the clock is not running.

Exceptions

Exception Type Condition
InvalidOperationException Clock is running.

See Also

Clock Class | Midi Namespace | Start | Stop