Enum ParameterValueType
The type of a parameter's value.
Namespace: Melanchall.DryWetMidi.Interaction
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum ParameterValueType
Fields
| Name | Description |
|---|---|
| Decrement | Parameter's value represents a value which should be subtracted from the current value of the parameter. |
| Exact | Parameter's value represents exact value of the parameter. |
| Increment | Parameter's value represents a value which should be added to the current value of the parameter. |