insert duplicate phrase

This commit is contained in:
🪞👃🪞 2024-10-11 10:12:02 +03:00
parent 69a81106fc
commit db2a2efa63
4 changed files with 46 additions and 30 deletions

View file

@ -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