rust-lv2
rust-lv2 copied to clipboard
Update the `amp` example to use in place processing.
trafficstars
A first step towards solving https://github.com/RustAudio/rust-lv2/issues/96
I get the following error:
input: InputPort<InPlaceAudio>,
| ^^^^^^^^^^^^ not found in this scope
How can I import InPlaceAudio and InPlacePort?