プロジェクト情報

Zrythm では、作業はプロジェクト内に保存されます。プロジェクトは、プロジェクト情報を格納する YAML ファイルと MIDI ファイルやオーディオ ファイルなどの追加ファイルを含むフォルダで構成されます。

Project Structure

~/zrythm/Projects/myproject
├── backups
│   ├── myproject.bak
│   │   ├── project.yml
│   │   └── states
│   │       └── Calf Organ_0
│   │           ├── Calf Organ.ttl
│   │           └── manifest.ttl
│   └── myproject.bak1
│       ├── project.yml
│       └── states
│           └── Calf Organ_0
│               ├── Calf Organ.ttl
│               └── manifest.ttl
├── exports
│   └── mixdown.FLAC
├── pool
│   └── perfect_kick_body_5.wav.wav
└── project.yml
backups
Regular backups taken automatically by Zrythm
myproject.bak
An example backup project
states
Contains plugin states at the time of save (for LV2)
exports
Default directory for exporting files related to the project
pool
Used by Zrythm to store and load files used by the Project, such as audio files
project.yml
The Project file