Tool to combine several BLIP channels in a song
Find a file
2025-07-02 11:43:47 +02:00
src serializer features (toml doesn't work) 2025-07-02 11:43:47 +02:00
.gitignore full lib (no cli) 2025-06-19 18:00:09 +02:00
Cargo.lock serializer features (toml doesn't work) 2025-07-02 11:43:47 +02:00
Cargo.toml serializer features (toml doesn't work) 2025-07-02 11:43:47 +02:00
example.json parse example JSON file 2025-07-01 19:14:43 +02:00
README.md replace lib docs with readme 2025-06-19 18:04:54 +02:00

BLIP lab

BLIP works for just one instrument.

With This tool, you can turn command-line options into a single file using serialization (with serde) to have multiple channels at once.

The CLI can be installed by enabling the "bin" feature :

cargo install bliplab --features bin

A variety of data formats other than JSON will be available by enabling other features.