Closed damirka closed 3 years ago
Fixing it to 0.5 solves the problem (and introduces new one)
Merged now, thanks. What new problem is introduced?
Hey, @diwic. Thanks for merging.
Next one is that sample
library can not be compiled (when I run cargo run
over synth example). I can't give more information rn because I've switched to using portmidi-rs.
And there's a lot happened to this library: https://github.com/RustAudio/dasp/pull/120, so it might be a good idea to rewrite this synth example.
@damirka Right. Last time I checked both dasp and sample were broken, they stopped compiling due to a regression in the Rust compiler, but apparently dasp is fixed now and sample isn't, so I switched over now.
I've tried to run synth example locally, and it failed to resolve dependency.
Fixing it to
0.5
solves the problem (and introduces new one 😆)