Class TimedEventDetectionSettings
Settings which define how timed events should be detected and built.
Inherited Members
Namespace: Melanchall.DryWetMidi.Interaction
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class TimedEventDetectionSettings
Properties
Constructor
Gets or sets custom construction method for TimedEvent. If
null
,
default method will be used (via one of the TimedEvent's constructors).Declaration
public Func<TimedEventData, TimedEvent> Constructor { get; set; }
Property Value
Type | Description |
---|---|
Func<TimedEventData, TimedEvent> |