big worky on sequencer and launcher

This commit is contained in:
🪞👃🪞 2024-06-28 23:19:25 +03:00
parent a4c3593840
commit 8a8d7b8704
14 changed files with 852 additions and 680 deletions

View file

@ -9,6 +9,7 @@ pub use std::error::Error;
pub use std::io::{stdout, Stdout, Write};
pub use std::thread::{spawn, JoinHandle};
pub use std::time::Duration;
pub use std::collections::BTreeMap;
pub use std::sync::{
Arc,
Mutex,
@ -40,6 +41,8 @@ pub use ratatui::{
//style::Stylize,
};
pub use ::midly::{MidiMessage, live::LiveEvent, num::u7};
pub use jack::{
AsyncClient,
AudioIn,