Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 561 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 561 Bytes

sampler-rs

A basic resampling sampler plugin.

Build Instructions

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

File instrutions

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()