feat: MakeCode song export (v0.7.1) - #17
Merged
Merged
Conversation
Compile scenes to Microsoft MakeCode song encoding v0 (`scorekit makecode`) as paste-ready music.createSong TypeScript plus a voice-mapping manifest. Chip amplitudes follow intensity against a mix budget so Arcade/micro:bit speakers do not clip. Documents the target and updates the acceptance matrix. Co-authored-by: Copilot App <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
scorekit makecode— a fourth compile target that turns a scene into Microsoft MakeCode song encoding v0 (music.createSong(hex\…`)`) for Arcade and micro:bit V2..tssnippet per scene, or one song per suite section, plus.meta.json(target: makecode-song-v0) reporting the tick grid and each track’s chip / drum voice.intensityagainst a ~1.2 full-scale mix budget so stacked voices sit near the MakeCode editor’s 220–384 / 1024 range.glide/ pitch bends, clip CC automation,textures,humanizegrids);pan/reverbare dropped with WARN + manifest..tsis a golden E2E file.Patch release v0.7.1. Docs, Agent skill, roadmap M17, and the acceptance matrix are updated together.
Test plan
cargo test(50 unit + 164 E2E)cargo test makecodeincluding editor-hex roundtrips, golden forest source, suite sections, and failure paths with no partial artifactsv0.7.1to trigger the Release workflow (binaries + Homebrew tap)This session will follow the PR through merge.