wip: providing subcommands

This commit is contained in:
🪞👃🪞 2025-05-09 21:17:22 +03:00
parent bfa0ea1163
commit 419a07de8c
3 changed files with 47 additions and 82 deletions

View file

@ -2,15 +2,4 @@ mod lv2_model; pub use self::lv2_model::*;
mod lv2_audio; pub use self::lv2_audio::*;
mod lv2_gui; pub use self::lv2_gui::*;
mod lv2_tui; pub use self::lv2_tui::*;
pub(self) use std::thread::JoinHandle;
pub(self) use ::livi::{
World,
Instance,
Plugin as LiviPlugin,
Features,
FeaturesBuilder,
Port as LiviPort,
event::LV2AtomSequence,
};