more doc string and reexport fixes

This commit is contained in:
🪞👃🪞 2024-07-12 20:32:11 +03:00
parent 107e38278e
commit dc1f5f4a17
13 changed files with 37 additions and 48 deletions

View file

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