UPDATE // NEW: Online Knob Builder for HISE!! // Added: InnerShadows, Angled DropShadows, GradientOutlines.
-
@digi I AM working on a preset gallery.... but it'll take a while to get as many as knobman has.
haha -
@Chazrox said in UPDATE // NEW: Online Knob Builder for HISE!! // Added: InnerShadows, Angled DropShadows, GradientOutlines.:
@Lindon Thanks!
@Lindon said in UPDATE // NEW: Online Knob Builder for HISE!! // Added: InnerShadows, Angled DropShadows, GradientOutlines.:
truck load more examples....
Presets?
yes presets
-
Is it possible to somehow do stepped knobs?
-
@digi You should be able to adjust step size in script. I cant set step size in LAF script. Hise handles this with the component property editor by default, other than that you can script the stepSize parameter. The knob should follow the step size you set.
If you want a knob with 10 steps, set your knob min/max to 0-9 then set your knobs step size to 1.0. That will give you 10 equal stops across the knobs full range.
-
@Chazrox Thanks.
Any chance we could change the angle of the gradient on the body & skirt layers?
Eg. For the inner circle here, I'd like the gradient to run from dark at 10 o'clock to light at 4 o'clock.
Right now I can only do top to bottom. Thanks.
-
@Chazrox You're doing a great job with this, thanks a lot for sharing it!
-
@ulrik
Appreciate that brotha! Im actually having a lot of fun making this and im so happy that its actually useful! -
@digi I can add this. 'Gradient Rotation offset'. I'll push this when I get home tonight.
-
Been playing around with it a little bit this evening.
I noticed you have this for the knob value (I'm using the first preset design)
g.drawAlignedText(vtVal + " db", vtArea, "centred");It might be better to use
obj.valueAsTextthen it will be rounded correctly and have the correct suffix. -
@David-Healey Ahh. Thats a good one. I have NEVER used that one before. lol smh.
Thanks!