Enum PlaybackHint
Provide a hint for a playback creation. The hint can improve performance if you don't need
some features of the Playback.
Namespace: Melanchall.DryWetMidi.Multimedia
Assembly: Melanchall.DryWetMidi.dll
Syntax
[Flags]
public enum PlaybackHint
Fields
Name | Description |
---|---|
Default | Enable usage of all features of the Playback. |
DisableControlValueTracking | Disable usage of control value tracking. You won't be able to set TrackControlValue
to true . |
DisableDataTracking | Disable usage of data tracking at all. Includes DisableNotesTracking, DisableProgramTracking, DisablePitchValueTracking and DisableControlValueTracking. |
DisableNotesTracking | Disable usage of notes tracking. You won't be able to set TrackNotes
to true . |
DisablePitchValueTracking | Disable usage of pitch value tracking. You won't be able to set TrackPitchValue
to true . |
DisableProgramTracking | Disable usage of program tracking. You won't be able to set TrackProgram
to true . |