mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
tek_tui -> tengri
This commit is contained in:
parent
36f7c8bd48
commit
3d290a9beb
11 changed files with 150 additions and 41 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use tek_midi::*;
|
||||
use tek_tui::tek_input::*;
|
||||
use tengri::input::*;
|
||||
use std::sync::*;
|
||||
struct ExampleClips(Arc<RwLock<Vec<Arc<RwLock<MidiClip>>>>>);
|
||||
impl HasClips for ExampleClips {
|
||||
|
|
|
|||
|
|
@ -14,12 +14,14 @@ mod piano_v; pub use self::piano_v::*;
|
|||
|
||||
pub(crate) use ::tek_time::*;
|
||||
pub(crate) use ::tek_jack::{*, jack::*};
|
||||
pub(crate) use ::tek_tui::{
|
||||
*,
|
||||
tek_input::*,
|
||||
tek_output::*,
|
||||
tek_edn::*,
|
||||
ratatui::style::{Style, Stylize, Color}
|
||||
pub(crate) use ::tengri::{
|
||||
input::*,
|
||||
output::*,
|
||||
dsl::*,
|
||||
tui::{
|
||||
*,
|
||||
ratatui::style::{Style, Stylize, Color}
|
||||
}
|
||||
};
|
||||
|
||||
pub(crate) use std::sync::{Arc, RwLock, atomic::{AtomicUsize, AtomicBool, Ordering::Relaxed}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue