mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
wip: implementing pool command dispatch
This commit is contained in:
parent
50b7d8a23d
commit
d393cab2d8
8 changed files with 270 additions and 243 deletions
|
|
@ -10,7 +10,6 @@ mod midi_point; pub use midi_point::*;
|
|||
mod midi_view; pub use midi_view::*;
|
||||
|
||||
mod midi_pool; pub use midi_pool::*;
|
||||
mod midi_pool_tui; pub use midi_pool_tui::*;
|
||||
mod midi_pool_cmd; pub use midi_pool_cmd::*;
|
||||
|
||||
mod midi_edit; pub use midi_edit::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue