mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
api: compact
This commit is contained in:
parent
e4808f8fc1
commit
3ef3d5eb6f
22 changed files with 441 additions and 558 deletions
|
|
@ -24,7 +24,7 @@ pub struct Sampler {
|
|||
pub note_pt: AtomicUsize,
|
||||
/// Selected note as row/col
|
||||
pub cursor: (AtomicUsize, AtomicUsize),
|
||||
pub color: ItemPalette
|
||||
pub color: ItemTheme
|
||||
}
|
||||
|
||||
impl Default for Sampler {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue