Write a FamiStudio .fms file from a song spec
create_fmsWrites a FamiStudio .fms file to disk from a JSON song specification, returning the file path and a structural summary.
Instructions
Convenience wrapper around compile_song_spec that always writes a .fms file and returns its path plus a structural summary. Use this when the goal is a file on disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | Song specification: a project of one or more songs made of per-channel note tracks. | |
| outputPath | Yes | Destination path, e.g. "BGM_battle.fms". |