Class PlaybackSettings
Settings according to which an instance of the Playback should be created.
Inherited Members
Namespace: Melanchall.DryWetMidi.Multimedia
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class PlaybackSettings
Properties
ClockSettings
Gets or sets settings of the internal playback's clock.
Declaration
public MidiClockSettings ClockSettings { get; set; }
Property Value
Type | Description |
---|---|
MidiClockSettings |
Hint
Gets or sets a hint for a playback creation. The hint can improve performance if you don't need
some features of the Playback.
Declaration
public PlaybackHint Hint { get; set; }
Property Value
Type | Description |
---|---|
PlaybackHint |
NoteDetectionSettings
Gets or sets settings which define how notes should be detected and built internally
by the Playback.
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 internally
by the Playback.
Declaration
public TimedEventDetectionSettings TimedEventDetectionSettings { get; set; }
Property Value
Type | Description |
---|---|
TimedEventDetectionSettings |