Skip to main content

FORMAT_VERSION

Constant FORMAT_VERSION 

Source
pub const FORMAT_VERSION: u32 = 2;
Expand description

Current .phos format version.

  • 1 — every synth parameter stored as the normalised f32 the 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; see crate::discrete. Version 1 files still load — see do_load — but their selectors are only right if nothing has been added to the bank since.