A MIDI Library for .NET

Clock Members

Clock overview

Public Instance Constructors

Clock Constructor Constructs a midi clock with a given beats-per-minute.

Public Instance Properties

BeatsPerMinute Beats per minute property.
IsRunning Returns true if this clock is currently running.
Time This clock's current time in beats.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Reset Resets the clock to zero and discards pending messages.
ScheduleOverloaded. Schedules a single message based on its beatTime.
Start Starts or resumes the clock.
Stop Stops the clock (but does not reset its time or discard pending events).
ToString (inherited from Object) 

Protected Instance Methods

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

See Also

Clock Class | Midi Namespace