#plugin #egui #tool #plot #basic #analyzer #gui

bin+lib mimium-guitools

basic analyzer tool plugin with egui for mimium

2 releases

new 2.0.0-alpha2 Nov 18, 2024
2.0.0-alpha-1 Nov 16, 2024

#558 in Audio

Download history 51/week @ 2024-11-11

51 downloads per month

MPL-2.0 and LGPL-3.0

360KB
9K 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

~14–30MB
~490K SLoC