Class MidiClockSettings
Holds settings for MidiClock used by a clock driven object.
Inherited Members
Namespace: Melanchall.DryWetMidi.Multimedia
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class MidiClockSettings
Properties
CreateTickGeneratorCallback
Gets or sets a callback used to create tick generator for MIDI clock.
Declaration
public Func<TickGenerator> CreateTickGeneratorCallback { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<TickGenerator> |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | value is null. |