Constructs a midi clock with a given beats-per-minute.
When constructed, the clock is not running, and so Time will return zero. Call Start when you are ready for the clock to start progressing (and scheduled messages to actually trigger).
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | beatsPerMinute is non-positive |