Delegate NoteTransformation
Transforms a note described by the specified NoteDescriptor and returns
new NoteDescriptor that is result of transformation.
Namespace: Melanchall.DryWetMidi.Composing
Assembly: Melanchall.DryWetMidi.dll
Syntax
public delegate NoteDescriptor NoteTransformation(NoteDescriptor noteDescriptor)
Parameters
Type | Name | Description |
---|---|---|
NoteDescriptor | noteDescriptor | Descriptor of a note to transform. |
Returns
Type | Description |
---|---|
NoteDescriptor | NoteDescriptor that is result of transformation. |