update docs and extract handle_modal

This commit is contained in:
🪞👃🪞 2024-07-13 23:29:51 +03:00
parent 81ea049773
commit f49615d598
9 changed files with 27 additions and 23 deletions

View file

@ -1,6 +1,7 @@
//! TODO: audio looper (merge with [crate::devices::sampler::Sampler]?)
use crate::core::*;
/// TODO: audio looper. (Integrate with [crate::model::Sampler]?)
pub struct Looper {
pub name: String
}