mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
shrink sampler
This commit is contained in:
parent
6c266fcfca
commit
5bd9068bbe
3 changed files with 8 additions and 7 deletions
|
|
@ -17,7 +17,7 @@ render!(Tui: (self: SampleList<'a>) => {
|
|||
let note_lo = editor.note_lo().load(Relaxed);
|
||||
let note_pt = editor.note_point();
|
||||
let note_hi = editor.note_hi();
|
||||
Fill::xy(Tui::map(move||(note_lo..=note_hi).rev(), move|note, i| {
|
||||
Outer(Style::default().fg(TuiTheme::g(96))).enclose(Tui::map(move||(note_lo..=note_hi).rev(), move|note, i| {
|
||||
|
||||
let offset = |a|Push::y(i as u16, Align::n(Fixed::y(1, Fill::x(a))));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue