compact more (minus 6 files)

This commit is contained in:
🪞👃🪞 2024-07-13 23:05:57 +03:00
parent b4fbd99248
commit 81ea049773
17 changed files with 432 additions and 433 deletions

11
src/devices/looper.rs Normal file
View file

@ -0,0 +1,11 @@
use crate::core::*;
/// TODO: audio looper. (Integrate with [crate::model::Sampler]?)
pub struct Looper {
pub name: String
}
render!(Looper);
handle!(Looper);
process!(Looper);
ports!(Looper);