Input/Output Interfaces¶
MusPy provides three type of data I/O interfaces.
- Common symbolic music formats:
muspy.read_*andmuspy.write_* - MusPy’s native JSON and YAML formats:
muspy.load_*andmuspy.save_* - Other symbolic music libraries:
muspy.from_*andmuspy.to_*