Expand description
MusicXML, MIDI, ABC notation, and MuseScore (.mscz/.mscx) parsers and serializer for
acorde-core Score
values. Feature-gated per format; accepts &str/&[u8], never touches the filesystem.
Re-exports§
pub use musicxml::parse_musicxml;pub use musicxml::parse_mxl;pub use musicxml::serialize_musicxml;pub use midi::parse_midi;pub use midi::serialize_midi;pub use midi::serialize_midi_region;
Modules§
Structs§
- Diagnostic
- A source-grounded note about an import or export decision.
- Export
Report - Result of exporting a notation document, including conversion diagnostics.
- Import
Report - Result of importing a notation document, including conversion diagnostics.
Enums§
- Diagnostic
Severity - Severity of an interchange diagnostic.
- Error
Constants§
- REPORT_
SCHEMA_ VERSION - Version of the serialized import/export report contract.