bye chain

This commit is contained in:
🪞👃🪞 2024-07-03 18:46:19 +03:00
parent 316fe45b2a
commit 2601592d17
8 changed files with 115 additions and 164 deletions

View file

@ -42,7 +42,7 @@ render!(App |self, buf, area| {
let track = self.tracks.get(self.track_cursor - 1);
y = y + ChainView {
focused: self.section == 1,
chain: track.map(|t|&t.chain),
chain: track,
}.render(buf, Rect { x, y, width, height: height / 3 })?.height;
y = y + SequencerView {