mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
duplicate loop
This commit is contained in:
parent
768c2337e7
commit
2e26fc2eaa
5 changed files with 141 additions and 29 deletions
|
|
@ -51,9 +51,7 @@ render!(App |self, buf, area| {
|
|||
}
|
||||
.render(buf, Rect { x, y: y + height - height / 3 - 1, width, height: height / 3 })?.height;
|
||||
|
||||
let phrase = self.phrase_id()
|
||||
.map(|id|track.phrases.get(id))
|
||||
.flatten();
|
||||
let phrase = self.phrase();
|
||||
|
||||
let seq_area = SequencerView {
|
||||
focused: self.section == 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue