Play provides various functions to play musical material stored in Note, Phrase, Part, and Score objects.
There are three options:
- Play.midi() – play musical material using the MIDI synthesizer.
- Play.audio() – play musical material using audio files as instruments.
- Play.code() – execute arbitrary Python functions based on musical material.