delete sample

This commit is contained in:
🪞👃🪞 2025-01-02 21:17:16 +01:00
parent 5bd9068bbe
commit 8dedc8fd5f
2 changed files with 6 additions and 1 deletions

View file

@ -31,7 +31,8 @@ render!(Tui: (self: MidiEditStatus<'a>) => {
let note_point = format!("{:>3}", self.0.note_point());
let note_name = format!("{:4}", Note::pitch_to_name(self.0.note_point()));
let note_field = Field(color, "Note", format!("{note_name} {note_point}"));
let note_len = format!("{:>4}", self.0.note_len());;;;
let note_field = Field(color, "Note", format!("{note_name} {note_point} {note_len}"));
Tui::bg(color.darkest.rgb, Fill::x(Tui::fg(color.lightest.rgb, Bsp::e(
time_field,