Interface IClockDrivenObject
Represents an object driven by clock (timer).
Namespace: Melanchall.DryWetMidi.Multimedia
Assembly: Melanchall.DryWetMidi.dll
Syntax
public interface IClockDrivenObject
Methods
TickClock()
Advances current object's clock time.
Declaration
void TickClock()