modularize core

This commit is contained in:
🪞👃🪞 2024-06-30 22:47:17 +03:00
parent a4061535b5
commit 2837ffff4a
43 changed files with 629 additions and 770 deletions

View file

@ -1,4 +1,6 @@
use crate::prelude::*;
use crate::core::*;
use crate::device::*;
use crate::layout::*;
pub struct Track {
pub name: String,
pub sequencer: DynamicDevice<Sequencer>,