UPDATE // NEW: Online Knob Builder for HISE!! // SVG's has entered the chat ! =)
-
@David-Healey Basic is good! Nothing ever wrong with that. I'm also a designer so this is just more intuitive and fun (because why not fun? lol) for me and probably also for people alike. I've seen some pretty interesting knobs with some of the new plugin releases i've been seeing so I just hope this will help Hise users that dont have much coding experience make more and more unique styles faster and easier (which keeps it fun). The knobs i've shown in these examples take less than 5 minutes to make when i've taken hours to make one knob trying to figure out how things work. No more of that.

I've already built a 6-State Button Designer that spits out LAF code and PNG filmstrips. Thats coming soon and it will be just as feature stacked!
-
Fantastic work. Would love it if we could also adjust the drop shadow on the x axis. Need to find a way to use this in JUCE.
-
Utilised https://marketplace.juce.com/products/melatonin_blur and got it rendering in JUCE nicely
-
one more vote for x axis on the shadows....
-
Separate gradients on the hightlight and shadow of the drop shadow layer would be awesome too.
-
@digi What is this melatonin blur?
-
-
@Chazrox A better way of getting blurs & glows in JUCE as the native stuff isn't great tbh.
-
@Chazrox Legend, thank you.
-
@digi How do we use this in Hise?
-
@Chazrox You don't; it's for JUCE, not HISE.
-
-
Looking clean AF in JUCE :)

-
@digi said in UPDATE // NEW: Online Knob Builder for HISE!! // SVG's has entered the chat ! =):
Utilised https://marketplace.juce.com/products/melatonin_blur and got it rendering in JUCE nicely
You may need to double check but I believe this library is already integrated into HISE and it is how HISE uses blur and shaders. However, I've seen post on here and the JUCE forum regarding this library having performance issues (so worth doing a quick search before implementing it).
-
@digi Are you just dropping the code export from the app and its working in JUCE or are you editing it in any way before compiling in Juce?
-
@HISEnberg I thought I hear Christoph talking about this before but I never looked into it. Thanks. :)
-
@digi Looking gewwwwd!
-
@Chazrox Yeah, it needs to be converted. Regarding the performance issues @HISEnberg mentioned above, you have to be considerate that you're not unneccessarily recomputing expensive operations and utilise effective caching etc.

