mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
feat: run stub tek_sequencer
This commit is contained in:
parent
b8a67b8adc
commit
09abc4cd95
12 changed files with 78 additions and 56 deletions
|
|
@ -29,6 +29,8 @@ render!(Sequencer |self, buf, area| {
|
|||
Ok(area)
|
||||
});
|
||||
|
||||
handle!(Sequencer |self, e| handle_keymap(self, e, KEYMAP_SEQUENCER));
|
||||
|
||||
impl Sequencer {
|
||||
pub fn new () -> Self {
|
||||
Self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue