c0dev0id
1706404b7e
Simplify: remove dead code and redundancy across vue app
...
- Delete ObjectBasic (defined, never imported)
- ObjectShort: remove unused node prop
- exporter: export stressorToString; use in patchBarMeta (removes inline duplicate)
- PaneFO: import stressorToString from exporter; extract H4 style constant,
shapeSection() helper, instrOnChange() helper; remove apply param from
makeChangeHandler (was always () => markDirty()); remove unnecessary ?.
on always-initialized arrays (variations, labelSpecs, subvariations)
- PaneSubObjects: explicit hasChildren on all item kinds; bars at score
level get hasChildren based on voices; remove stale kind-list fallback
- ast-parser coerce(): remove unreachable s.trim() check ('' handled above)
- PaneCP: fix post-export synthesisStatus reset to use real field names
2026-06-24 16:08:52 +02:00
c0dev0id
9eb4add695
Make bars navigable and editable with _meta export
...
Navigation:
- SubObjects: bar → voice (with chevron when offsets exist) → offsets
- PaneCP shortView handles voice and offset types
FO pane:
- Bar: editable beats_per_minute, stress_pattern (serialized as
groups string), upper/lower stress bounds and tempo shape via
ShapeEditor; sets bar.isDirty on change
- Voice: read-only name, articles, motifs, offset count
- Offset: read-only tick, stem notes and clusters as label strings
(note re-serialization deferred)
Export:
- exporter.patchScore() now accepts optional bars[] parameter
- Splits rawScoreText by \n---\n; instruments patched in header,
dirty bar _meta blocks regenerated, voice note lines kept verbatim
- ast-parser buildBar() adds isDirty:false
- PaneCP passes scoreModel.bars to patchScore
2026-06-24 13:25:23 +02:00
c0dev0id
c52b0bf9cf
Switch to FO pane on any label click in CP or SubObjects panes
2026-06-23 21:36:46 +02:00
c0dev0id
2060f109b6
Show numeric sub-variation edge values as bare numbers
...
Numeric dependsOn values (merge-type variations) are RFC edge values,
not ATTR names. Display them as the number, not as "ATTR: N" or
"subvariation N".
2026-06-23 18:49:17 +02:00
c0dev0id
839ea3f95c
Show full score top-level in SubObjects: info, tuning, articles, stage, instruments, bars
2026-06-23 17:38:08 +02:00
c0dev0id
4afabea837
Fix hidden panes: remove duplicate se-pane wrapper from PaneCP and PaneSubObjects
...
AppShell already wraps each component in div.se-pane; the inner se-pane
had display:none without .active, hiding all content.
Also drop stale movement/part/line/measure bar fields (bar IDs are opaque).
2026-06-23 17:35:29 +02:00
Florian "flowdy" Heß
822e2c9f42
Added files generated by Claude, prompted by sdk based on the md files
2026-06-21 19:23:54 +02:00