select_synth
Select a u-he synthesizer and load its preset library. Use optional glob patterns to filter presets for faster loading with large libraries.
Instructions
Select a synth and load its preset library. MUST be called before other preset tools. Optional pattern filters which presets are loaded (for faster loading with large libraries). Trade-off: filtered loading is faster but limits subsequent operations to only those presets until reloaded. Omit pattern for full library access (recommended unless library is very large). Known synth options include: ACE, Bazille, Diva, Hive, Repro-1, Repro-5, Zebra2, ZebraHZ, Zebralette3, Zebra3, TyrellN6, Podolski, TripleCheese, TestSynth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| synth | Yes | Name of the synth to select (e.g., "Diva", "Zebra3", "Hive") | |
| pattern | No | Optional glob pattern to filter loaded presets (e.g., "Bass/**/*", "**/*Pad*"). Use for faster loading with large libraries (3000+ presets). Omit to load all presets (default, recommended). To switch between filtered/full, call again with/without pattern. |