mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 13:16:44 +01:00
insert duplicate phrase
This commit is contained in:
parent
69a81106fc
commit
db2a2efa63
4 changed files with 46 additions and 30 deletions
|
|
@ -5,6 +5,8 @@ pub(crate) use tek_core::crossterm::event::KeyCode;
|
|||
pub(crate) use tek_core::midly::{num::u7, live::LiveEvent, MidiMessage};
|
||||
pub(crate) use tek_core::jack::*;
|
||||
pub(crate) use std::sync::{Arc, RwLock};
|
||||
pub(crate) use rand::{thread_rng, prelude::*};
|
||||
pub(crate) use palette::{*, convert::*, okhsl::*};
|
||||
|
||||
submod! {
|
||||
arranger arranger_tui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue