Enum ShiftPolicy
Namespace: Melanchall.DryWetMidi.Tools
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum ShiftPolicy
Fields
Name | Description |
---|---|
None | Don't shift each next part (can be useful for custom processing). |
ShiftByFixedValue | Use fixed shift value from Shift. |
ShiftByMaxTime | Find max time within an input data and use it to shift each next part. |