# 1010music-blackbox-presetgen Preset file generator for the [1010music Blackbox](https://1010music.com/product/blackbox). This program dramatically decrease the amount of time required to assemble sample packs for this sampler. Usage: 1. Put 16 WAV files in a directory. 2. From that directory, run this: ```shell $ blackbox-presetgen > preset.xml $ head preset.xml ``` 3. Copy the whole directory to the `Presets/` directory of your Blackbox's SD card. 4. Make music! ## Installation 1. [Install the Rust language](https://www.rust-lang.org/tools/install) 2. Run: `cargo install blackbox-presetgen`