UNPKG

u-he-preset-randomizer

Version:

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

7 lines (6 loc) 256 B
#!/usr/bin/env node /** * @file CLI entry point for u-he preset randomizer tool. * Handles argument parsing, interactive mode, and preset generation orchestration. */ export declare function startCli(overrides?: Record<string, unknown>): Promise<void>;