generate_random_presets
Generate random presets based on parameter statistics from your preset library, optionally filtered by author, category, pattern, or favorites for focused sound generation.
Instructions
Generate fully random presets based on parameter statistics from the loaded preset library. Optionally filter the statistical basis by author, category, pattern, or favorites to generate more focused/coherent sounds (e.g., random bass presets). Generated presets are automatically added to the library for immediate use with search_presets and explain_preset. Defaults to 16 presets if amount is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Number of random presets to generate. Defaults to 16. | |
| author | No | Filter statistical basis by author name (exact match). Use presets from specific author as inspiration. | |
| stable | No | Use stable randomization (randomizes per-section to maintain coherence). Defaults to true. | |
| pattern | No | Optional glob pattern to filter which presets to use as statistical basis (e.g., "Bass/**/*", "**/*Pad*"). | |
| category | No | Filter statistical basis by category prefix (e.g., "Bass", "Bass:Sub"). Generate random sounds in specific category style. | |
| favorites | No | Filter statistical basis by favorites file name (e.g., "MyFavorites.uhe-fav"). Use only favorited presets as inspiration. | |
| dictionary | No | Use dictionary of meaningful names from preset library. Defaults to true. |