Skip to content

Project Folders

Giuseppe GitHub edited this page Aug 4, 2026 · 1 revision

Project Folders

A project folder stores both workflows in an inspectable, portable structure.

project-folder/
├── project.fvsp
├── singer.xml
└── audio/
    └── project-owned WAV files

project.fvsp stores project BPM, source metadata, slices, and Slicer Piano Roll events. singer.xml stores the Festival song. WAV sources are copied into audio so the project does not depend on their original location.

When loading, missing WAV files are reported as warnings. Available sources, slices, events, and singer data are restored. Selection state is intentionally not required to persist.

Clone this wiki locally