Enum TimeProcessingAction
Indicates whether an object is being processed should be skipped or not.
The default value is Apply.
Namespace: Melanchall.DryWetMidi.Tools
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum TimeProcessingAction
Fields
Name | Description |
---|---|
Apply | Set new time to an object. |
Skip | Skip an object and leave its time untouched. |