-
Notifications
You must be signed in to change notification settings - Fork 0
Project Folders
Giuseppe GitHub edited this page Aug 4, 2026
·
1 revision
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.
Festival Virtual Singer
Festival Singer
Sample Slicer
- Sample-Pool
- Waveform-Editor
- Slices-and-Auto-Slicing
- Realtime-Sample-Engine
- Slicer-Piano-Roll
- Project-Folders
- Offline-WAV-Rendering
Reference