This demo converts Music Macro Language (MML) to Standard MIDI File (SMF) format using Rust WASM. It implements Option A: web-tree-sitter parses MML and sends the parse tree JSON to Rust WASM for token extraction and SMF generation.
SMFとは別に出力する添付JSONです。
smf-to-ym2151log-rust の添付JSONとして使用できます。
Tone の events に YM2151 レジスタ設定を記入してください。
MML先頭にJSONを直接書くと、それが添付JSONとして使用されます(仮仕様)。
例: [{"ProgramChange":1,"Tone":{"events":[]}}]@1cde