Class ObjectDetectionSettings
Settings which define how objects should be detected and built.
Inherited Members
Namespace: Melanchall.DryWetMidi.Interaction
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class ObjectDetectionSettings
Properties
ChordDetectionSettings
Gets or sets settings which define how chords should be detected and built.
Declaration
public ChordDetectionSettings ChordDetectionSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| ChordDetectionSettings |
NoteDetectionSettings
Gets or sets settings which define how notes should be detected and built.
Declaration
public NoteDetectionSettings NoteDetectionSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| NoteDetectionSettings |
TimedEventDetectionSettings
Gets or sets settings which define how timed events should be detected and built.
Declaration
public TimedEventDetectionSettings TimedEventDetectionSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| TimedEventDetectionSettings |