Feature Request: bind save xml to ctrl + s
-
@aaronventure Aha yeah I think that's for user presets in the preset browser.
-
Ah that is for the compiled plugin and adjusts whether to show up a native dialog window if you want to overwrite a
user PRESET
as you might want to handle it differently (with a custom modal dialog system or not all).
But you can rest assured that I doom the day I decided to call the .hip files "Presets", this sits at the top spot for badly named things in HISE.
Anyways, the suggestion of making it customizable is the one to go, I didn't write a customizable shortcut system just to not use it :)
-
@Christoph-Hart said in Feature Request: bind save xml to ctrl + s:
I didn't write a customizable shortcut system just to not use it :
Any chance you could fix the CTRL+D to duplicate bug on Linux while you're there?
-
@Christoph-Hart said in Feature Request: bind save xml to ctrl + s:
this sits at the top spot for badly named things in HISE.
Is it somewhere with
- Scriptnode Syntesiser
- Syntesizer Group
- Wavetable Synthesiser
:face_with_tears_of_joy:
-
@aaronventure yeah those are just ugly and spelled incorrectly, but the preset one is criminally confusing :)
-
@Christoph-Hart Is there a particular reason the naming in the UI couldn't be changed? Are you referencing these strings in the code? I mean both the spelling and the preset thing.
-
@aaronventure said in Feature Request: bind save xml to ctrl + s:
Is there a particular reason the naming in the UI couldn't be changed?
No. Thankfully I'm using a display string and a separate ID for identifying and loading the modules, so this can be changed without issues (which I just did).
I've also implemented the customizable shortcut to swap XML + HIP and what can I say... grumpy chris doesn't like changes so I'll keep it like it always was on my system...
-
@Christoph-Hart Great, good to hear!
Since we we're talking about this, there's one more thing: what's up with the (non-alphabetic) ordering of FX and sound generators in the add/dropdown menu? Is that a code thing where you reference the indexes instead of their internal IDs for adding them?
-
Yeah they are vaguely sorted by importance (so the Sampler module and the Container come first) but let's switch to alphabetical sorting and check how it feels...
-
@Christoph-Hart I wonder how many people are now angry because they knew exactly where on the list each processor/effect was.
Jokes aside, what a great few weeks for QoL updates in HISE. Thanks, all these make working with it that much more enjoyable.
-
@aaronventure said in Feature Request: bind save xml to ctrl + s:
I wonder how many people are now angry
I already added the Phase FX effect 5 times because it's at the old location of the ScriptFX...