mcp-music-studio 0.2.1 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/mcp-app.html +51 -51
- package/dist/server.js +1 -1
- package/dist/strudel-app.html +16 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,6 +33,7 @@ Write sheet music → see it rendered → hear it played with multi-instrument a
|
|
|
33
33
|
- **30 instruments** — piano, strings, brass, woodwinds, synths — selectable by name
|
|
34
34
|
- **Visual sheet music** — notes highlight as they play
|
|
35
35
|
- **Streaming render** — sheet music appears as the AI types
|
|
36
|
+
- **WAV download** — export audio as WAV files directly from the UI
|
|
36
37
|
- **`get-music-guide`** — 7 reference topics (instruments, drums, ABC syntax, arrangements, genres, styles, MIDI directives)
|
|
37
38
|
|
|
38
39
|
### Live Performance (Strudel)
|
|
@@ -42,6 +43,7 @@ Write code → hear it play → edit in a live REPL.
|
|
|
42
43
|
- **72 drum machine banks** + **128 GM instruments** + built-in synths
|
|
43
44
|
- **Full effects chain** — filters, reverb, delay, FM synthesis
|
|
44
45
|
- **Editable REPL** — users can tweak the code and hear changes instantly
|
|
46
|
+
- **Record & download** — capture live audio and export as WAV
|
|
45
47
|
- **`get-strudel-guide`** — 7 reference topics (mini-notation, sounds, effects, patterns, genres, tips, advanced)
|
|
46
48
|
|
|
47
49
|
### Shared
|