mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
wip: refactor pt.9, 403 errors
This commit is contained in:
parent
a784f7a6f2
commit
8aa1ba8d0f
29 changed files with 1008 additions and 902 deletions
|
|
@ -13,10 +13,6 @@ pub struct SequencerView<E: Engine> {
|
|||
pub editor: PhraseEditor<E>,
|
||||
/// Phrase player
|
||||
pub player: MIDIPlayer,
|
||||
/// Which view is focused
|
||||
pub cursor: (usize, usize),
|
||||
/// Whether the currently focused item is entered
|
||||
pub entered: bool,
|
||||
}
|
||||
|
||||
/// JACK process callback for sequencer app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue