An example downstream app dogfooding Legato. This will be eventually be a kitchen sink example with different sample rates, delay lines, midi, etc.
For Nix/Darwin users, simply use the Nix shell or direnv.
For other platforms, you will have to install a nightly Rust toolchain, and have FFMPEG as a dependency.
To run:
cd src-legato
cargo run # you may want to pass the --release flag for realtime audio applicationsYou may have to play around in main.rs and adjust your midi and audio ports.