Any suggestions on best method for creating a knob that controls 'NumSteps' on the step modulator, that works in a non-linear fashion? So rather than 1,2,3,4,5,6 etc, the options are 1, 2, 4, 8, 16, 32
Thank you
Any suggestions on best method for creating a knob that controls 'NumSteps' on the step modulator, that works in a non-linear fashion? So rather than 1,2,3,4,5,6 etc, the options are 1, 2, 4, 8, 16, 32
Thank you
Hey, sorry if this is an obvious solution (hopefully it is)
In presentation mode I can't seem to drag any knobs on my UI. It originally worked but now seems to have fallen back into a mode where you have to type in the % value to adjust the knob (value is shown in small lettering, as seen in the attached screenshot)
How do I change this back so I can physically drag the knob while in presentation mode?
Thank you!
@d-healey Hi there, I am replying to this post three years later. Is there any workaround for this at all? (Making the .tablePoint in a table larger than the boundary restrictions for g.drawEllipse(obj.tablePoint, 1.0);
Thank you!
Hi there, sorry if this is an obvious one, I am very new to HISE!
Is there any way to affect the X and Y axis lines on a table component, while not affecting the curves/lines IN the graph itself?
I can change the thickness of ALL drawn lines of the table with:
laf.registerFunction("drawTablePath", function(g, obj)
{
g.setColour(obj.bgColour);
g.drawPath(obj.path, obj.area, 5.0);
g.setColour(Colours.withAlpha(obj.bgColour, 0.00));
});
However this increases the thickness of the curves inside the graph, AND the X and Y axis lines. I want to separately style the lines/curves INSIDE the graph, and the border/XY Axis
Thank you - sorry this is probably obvious
(Example below, I want to remove the yellow lines on the X and Y axis)