mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: focus refactor, e13
This commit is contained in:
parent
364769a2e0
commit
6127aa4b30
9 changed files with 110 additions and 65 deletions
|
|
@ -175,9 +175,9 @@ impl_jack_api!(TransportTui::jack);
|
|||
impl_jack_api!(SequencerTui::jack);
|
||||
impl_jack_api!(ArrangerTui::jack);
|
||||
|
||||
impl_clock_api!(TransportTui::state::clock);
|
||||
impl_clock_api!(SequencerTui::transport::clock);
|
||||
impl_clock_api!(ArrangerTui::transport::clock);
|
||||
impl_clock_api!(TransportTui::clock);
|
||||
impl_clock_api!(SequencerTui::clock);
|
||||
impl_clock_api!(ArrangerTui::clock);
|
||||
impl_clock_api!(PhrasePlayerModel::clock);
|
||||
impl_clock_api!(ArrangerTrack::player::clock);
|
||||
|
||||
|
|
@ -192,5 +192,9 @@ impl_midi_player!(PhrasePlayerModel);
|
|||
impl_phrases_control!(SequencerTui);
|
||||
impl_phrases_control!(ArrangerTui);
|
||||
|
||||
impl_phrase_editor_control!(SequencerTui [SequencerFocus::PhraseEditor]);
|
||||
impl_phrase_editor_control!(ArrangerTui [ArrangerFocus::PhraseEditor]);
|
||||
impl_phrase_editor_control!(SequencerTui [
|
||||
AppFocus::Content(SequencerFocus::PhraseEditor)
|
||||
]);
|
||||
impl_phrase_editor_control!(ArrangerTui [
|
||||
AppFocus::Content(ArrangerFocus::PhraseEditor)
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue