mimium
mimium copied to clipboard
a main development branch has been moved to ->
```rust delay(input,MaxSamples) ```
**Describe the bug** can not return a local function that contains free variables. This makes impossible to create a factory function pattern. **To Reproduce** **Expected behavior** **Screenshots** **Desktop (please complete...
for supporting multichannel dsp expression ```rust fn sample(a:float,b:float)->(float,float){ //something } //this is equivalent to sample(a,b) // (a,b) |> sample ```