A basic resampling sampler plugin.
To run the standalone GUI:
cargo run sampler --bin sampler_standalone
To build the the project as a clap plugin:
cargo xtask bundle sampler --release
For the sampler to work the folder dirs::home_dir()
/Documents/sampler-rs/samples/ must exist and have a file called Hard kick 1.wav
On windows this is equivalent to C:\Users\USER_NAME\Documents\sampler-rs\samples
. See dirs::home_dir()