Quantcast
Viewing all articles
Browse latest Browse all 3179

u-he • Re: U-he preset randomizer tool (open-source CLI)

Glad to hear that!
I'm just about to audition a bunch of new presets, but can test the new synths after.
I've only tried with Zebralette3 so far since there's not many available presets.

A sub-folder for the original preset seems like the best idea.

When I was making a Python script I didn't have the first clue how to add a basic GUI so I asked the coding GPT which recommended Tkinter and it was surprisingly easy. I just did it one step at a time.

If Electron is a PITA, I wonder if a Python script with a GUI could be used as a front-end for all the settings etc. and have that execute the main script for the actual processing? If so, I could take a stab at that.

CustomTkinter looks a bit less "Hello World-ish" Image may be NSFW.
Clik here to view.
:wink:


*EDIT* Something like this would work in Python:

Code:

subprocess.run(["ts-node", "app.ts", f"--var1 {var1}", f"--var2 {var2}", f"--var3 {var3}"])

Statistics: Posted by AtomOfScent — Mon May 06, 2024 5:33 am



Viewing all articles
Browse latest Browse all 3179

Trending Articles