retrograde()
Reverse the order of the notes, in place.
Parameters
Mod.retrograde() is a static utility. Call it on the Mod class itself, for example:
Mod.retrograde(material)
| Parameter | Type | Default | Description |
|---|---|---|---|
material |
Phrase, Part, or Score |
required | The music to change. |