21 releases (stable)
Uses new Rust 2024
| 3.1.2 | Nov 29, 2025 |
|---|---|
| 3.1.1 | Nov 6, 2025 |
| 3.1.0 | Oct 27, 2025 |
| 2.4.2-alpha | Sep 24, 2025 |
| 2.0.0-alpha2 | Nov 18, 2024 |
#1097 in Audio
Used in 3 crates
(2 directly)
585KB
13K
SLoC
mimium-guitools
This plugin provides various ways to interact gui through egui crate. Works only on native architecture.
Plot signals
fn osc(freq){
...
}
let probe1 = make_probe("probe_label1")//when more than 1 probes are created, gui window will be launched on the startup.
fn dsp(){
let r = probe1(osc(440)) // probe closure returns original value.
(r,r)
}
Dependencies
~17–60MB
~1M SLoC