mimium-guitools

Crates.iomimium-guitools
lib.rsmimium-guitools
version2.2.1
sourcesrc
created_at2024-11-16 09:18:26.274758
updated_at2024-12-10 09:23:03.999149
descriptionbasic analyzer tool plugin with egui for mimium.
homepage
repositoryhttps://github.com/tomoyanonymous/mimium-rs/
max_upload_size
id1450251
size79,321
松浦 知也 Matsuura Tomoya (tomoyanonymous)

documentation

README

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)
}

Commit count: 828

cargo fmt