sequencer: extract seq_audio, remove Api suffix from traits

This commit is contained in:
🪞👃🪞 2025-05-11 01:46:37 +03:00
parent 836624674e
commit 329da026d7
3 changed files with 293 additions and 291 deletions

View file

@ -1,3 +1,4 @@
mod seq_audio; pub use self::seq_audio::*;
mod seq_clip; pub use self::seq_clip::*;
mod seq_launch; pub use self::seq_launch::*;
mod seq_model; pub use self::seq_model::*;