sampler: cleanup

This commit is contained in:
🪞👃🪞 2025-04-27 03:28:01 +03:00
parent 3ef3d5eb6f
commit 22155f7acf
2 changed files with 2 additions and 46 deletions

View file

@ -61,7 +61,7 @@ impl Sampler {
let note_lo = editor.note_lo().load(Relaxed);
let note_pt = editor.note_pos();
let note_hi = editor.note_hi();
Fixed::x(16, Map::south(
Fixed::x(12, Map::south(
1,
move||(note_lo..=note_hi).rev(),
move|note, i| {
@ -114,7 +114,7 @@ fn draw_list_item (sample: &Option<Arc<RwLock<Sample>>>) -> String {
sample.channels[0].len()
)
} else {
String::from("(none)")
String::from("........")
}
}