feat(mixdown): 4 new scenes — variant remix, AI training, sync, catalogue bundle#54
Merged
Conversation
…c drop, catalogue bundle
Expands the Mixdown lab from 6 scenes to 10. The first six covered the
album closed loop (register → publish → counters → accept → revenue →
payout). These four show the variety of deal types the same primitives
support:
7. Cut a remix Labelton.mintVariant from Producer (cap-table
member). New variant, same cap-table inherited
by construction. Demonstrates the multi-variant
tradability per master.
8. AI training license MuzixRightsOffering for non-exclusive AI training
rights. AI lab acceptBaseTerms. Counter accepted.
MuzixAIProvenance binds the model checkpoint
back to the on-chain consent record — the
scraped-vs-licensed line drawn explicitly.
9. Sync drops in Same offering primitive at sync scale. 30-sec
brand sync, 90-day window, $8K flat. Closes
same day (47h ahead of campaign launch).
10. Catalogue bundle The big-ticket shape. 5-year exclusive full
rights on the whole catalog, $150K / $400K MG /
70%. Three counter classes (Universal, Sony,
AI lab with carve-out). Same contract — different
subject manifest URI.
These scenes are the answer to "the closed loop is one shape; what other
deal shapes does the same protocol support." Same chrome, same SCENES.md
contract — append-only.
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.
Expands Mixdown from 6 to 10 scenes. Original 6 covered the album closed loop; these 4 show alternative deal shapes the same primitives support — remix (Labelton.mintVariant), AI training license (RightsOffering with FullRights non-exclusive + AIProvenance bind), sync (Sync rights type, fast-close), catalogue bundle (5y full rights at scale).
Same chrome, same SCENES.md contract — append-only. JS syntax checked.