Read a .fms file
read_fmsDecode FamiStudio .fms projects into structured JSON with songs, channels, patterns, notes, and instrument envelopes. Use includeNotes=false to get a structural overview of large projects.
Instructions
Decode a FamiStudio project file into structured JSON: songs, channels, patterns and notes, plus instrument envelope contents. Set includeNotes=false for a structural overview of large projects. Only version 19 files (FamiStudio 4.5.x) can be read; older files must be re-saved by FamiStudio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the .fms file. | |
| includeNotes | No |