UNPKG

u-he-preset-randomizer

Version:

Create random u-he synth presets through randomization and merging of your existing presets.

4 lines (3 loc) 138 B
#!/usr/bin/env node import { Config } from "./config.js"; export declare function runWithoutInteractivity(overrideConfig?: Config): void;