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