wip: simplify and document

This commit is contained in:
i do not exist 2026-07-05 18:46:33 +03:00
parent 701a651fbd
commit b9e7b9732e
12 changed files with 116 additions and 72 deletions

View file

@ -44,7 +44,7 @@ mod sample_kit; pub use self::sample_kit::*;
/// Currently active modal, if any.
pub mode: Option<SamplerMode>,
/// Size of rendered sampler.
pub size: Size,
pub size: Sizer,
/// Lowest note displayed.
pub note_lo: AtomicUsize,
/// Currently selected note.