mimium-cli 2.0.0-alpha2

mimium(minimal-musical-medium) an infrastructural programming language for sound and music. mimium-cli is a simple frontend interface for using mimium
1
2
3
4
5
fn dsp(){
    let time = now * 440.0 / 48000.0
    let nphase = time % 1.0 
    sin(nphase*6.2831853)
}