pub const FORMAT_VERSION: u32 = 2;Expand description
Current .phos format version.
- 1 — every synth parameter stored as the normalised
f32the panel holds, selectors included. - 2 — selectors additionally stored by the position they pick, in
SessionTrack::discrete. A fraction only names a patch as long as the bank is the size it was when the fraction was written, and two banks have since changed size; seecrate::discrete. Version 1 files still load — seedo_load— but their selectors are only right if nothing has been added to the bank since.