You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+69-37Lines changed: 69 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,41 +8,66 @@
8
8
9
9
## What This Is
10
10
11
-
`zpe-music` is a music encoding product for canonical symbolic score data, with a bounded note-local expression refinement carried on the same score note. It targets MusicXML pipelines that need auditable roundtrip recovery of score structure plus note-local `attack`, `release`, and `dynamics`-derived fields.
11
+
Canonical symbolic-score codec. MusicXML score structure plus note-local attack, release, and dynamics-derived fields round-trip under the declared proof surface.
12
12
13
13
It does not do audio understanding. The public surface is canonical symbolic score plus a bounded note-local expression refinement, and the hard boundaries are stated explicitly below.
All four metrics measured on the bounded authority test corpus (11 synthetic/controlled MusicXML cases). These are test-corpus results on the authority path, not production-generality claims. This is a symbolic-score codec — no audio codec comp benchmarks (MP3/AAC/Opus/MIDI/MusicGen) exist or apply.
38
+
## Repo Identity
32
39
33
-
Additional verified metrics (not in the 4-row canonical table, included for full disclosure):
Audio waveform understanding or performer-audio interpretation.; Continuous tempo curves or continuous dynamics curves.; Pedal, sustain, performer state, or general expressive performance modeling.
40
65
41
66
## What We Prove
42
67
43
68
- Canonical symbolic score events roundtrip exactly on the verified authority path.
44
69
- Part, voice, rest, articulation, and per-event program survive the bounded score surface exactly.
45
-
- Note-local expression fields derived from MusicXML `attack`, `release`, and `dynamics` roundtrip exactly on the same score-anchored note object.
70
+
- Note-local expression fields derived from MusicXML attack, release, and dynamics roundtrip exactly on the same score-anchored note object.
46
71
- Repeated same-pitch notes remain distinguishable on the bounded expression cases.
47
72
48
73
## What We Don't Claim
@@ -51,43 +76,50 @@ Additional verified metrics (not in the 4-row canonical table, included for full
51
76
- Continuous tempo curves or continuous dynamics curves.
52
77
- Pedal, sustain, performer state, or general expressive performance modeling.
53
78
- Raw MusicXML part-name identity recovery.
54
-
- Anything beyond bounded note-local `attack`, `release`, and `dynamics`-derived refinement.
79
+
- Anything beyond bounded note-local attack, release, and dynamics-derived refinement.
55
80
- MP3/AAC/Opus/MIDI/MusicGen baselines — this is a symbolic codec; no audio codec comparisons exist or apply.
0 commit comments