Skip to content

Releases: Fannon/u-he-preset-randomizer

v1.0.10

25 Dec 16:31
782e84c
Compare
Choose a tag to compare

New Soundset for Repro-5

Cover Links Description
Repro-5 Generated Repro-5 Generated (ZIP), Audio Demo (YouTube) 42 randomly generated presets for u-he Repro, curated, modified and tagged by Simon Heimler in 2024.

What's Changed

Full Changelog: v1.0.9...v1.0.10

v1.0.9

20 Jul 19:25
a4c1701
Compare
Choose a tag to compare

New Soundset for Repro-1

Cover Links Description
Repro-1 Generated Vol. 1 Repro-1 Generated Vol. 1 (ZIP), 28 randomly generated presets for u-he Repro, curated, modified and tagged by Simon Heimler in 2024.

What's Changed

  • Updating dependencies by @Fannon in #5
  • Update Diva Generated Vol. 1 presets by @Fannon in #6
  • Add Repro-1 Generated Vol. 1 by @Fannon in #7

Full Changelog: v1.0.0...v1.0.9

v1.0.0

25 May 09:58
Compare
Choose a tag to compare

This is the first stable release, which I would consider feature complete from my own expectations.

With this, I also release a first soundset "Diva Generated Vol. 1" for u-he Diva, which consists of 50 randomly generated preset (via this tool obvously :). They have been picked, slightly modified and tagged to give a more consistent experience. Wave Alchemy Triaz has been used for the drums, the rest is 6 presets from the soundset without any alterations or additional effects.

Audio Demo: https://www.youtube.com/shorts/tpU5x01Imas

Diva Generated Vol  1

v0.9.0

12 May 15:57
Compare
Choose a tag to compare

Adds an optional randomization mode where it lets you narrow down by preset category.

The CLI will let you pick parent or subcategories in interactive mode if you select the mode. Or you pass it via --category parameter.

2024-05-12 17_17_26-cli ts - u-he-synth-preset-randomizer - Visual Studio Code

v0.8.0

11 May 16:51
98a49a3
Compare
Choose a tag to compare

Includes a new --stable modifier for the randomization.

For fully random presets, it will randomize not per parameter, but per section (e.g. the entire OSC1 together). Only parameters with numeric non-binary assignments will be further randomized. Otherwise they stay consistent with the chosen base preset or a random starter preset. This should also keep mod source assignments stable.

v0.7.x includes --randomization for merged presets and refactoring in CLI input (now using inquirer library) and output handling.

v0.6.1

07 May 19:03
Compare
Choose a tag to compare

With version 0.6.0, a few of the KVR thread suggestions have been implemented.

  • Random preset location uses now subfolders as suggested by AtomOfScent
  • Use '?' to select a random preset from selection. (also AtomOfScents idea)
  • Use '*' to select all presets in a selection.
  • Before loading the library, you can customize the glob pattern which presets are loaded. By default it takes everything, but now you can control this if you know how to use glob patterns with wildcards. (E.g. **/PD * will only load presets that start with "PD ", while My Folder/** will load only load presets that are within that folder. This works nicely together with the "*" select when merging presets.

Full Changelog: v0.5.1...v0.6.1

v0.5.1

05 May 17:14
Compare
Choose a tag to compare

This is the first release which has a good feature scope and better usability.

It features 3 modes to create randomized presets and an interactive CLI mode that guide you through correct use.