UNPKG

u-he-preset-randomizer

Version:

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

11 lines (10 loc) 446 B
/** * @file Zebralette3-specific configuration for special parameter handling. * * Zebralette3 presets contain binary sections with curve/geometry data. * The curve indices in O1Geo1 and M1Geo1 sections are pointers to these * binary slots. Randomizing these indices causes crashes because they * may reference non-existent curve data. */ import type { SynthConfig } from './types.js'; export declare const zebralette3Config: SynthConfig;