wip: updates to module architecture

This commit is contained in:
🪞👃🪞 2024-12-27 15:50:06 +01:00
parent e08a79b507
commit 8652a5e415
6 changed files with 52 additions and 57 deletions

View file

@ -1,4 +1,4 @@
use tek::{*, jack::*};
use tek::{*, jack::*, plugin::*, audio::*};
use std::sync::{Arc, RwLock};
use std::collections::BTreeMap;