HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. mjc123
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Groups 0

    Posts

    Recent Best Controversial
    • Knob that controls step modulator in increments of 1, 2 ,4 ,8 ,16, 32?

      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

      posted in Scripting
      M
      mjc123
    • RE: Can't drag knobs in presentation mode?

      @d-healey thank you!

      posted in Scripting
      M
      mjc123
    • Can't drag knobs in presentation mode?

      Hey, sorry if this is an obvious solution (hopefully it is)

      CleanShot 2025-08-06 at 21.03.53@2x.png

      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!

      posted in Scripting
      M
      mjc123
    • RE: Hide table perimeter lines?

      @d-healey sorted, thank you!

      posted in Scripting
      M
      mjc123
    • RE: Table LAF.

      @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!

      posted in General Questions
      M
      mjc123
    • Hide table perimeter lines?

      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)

      CleanShot 2025-08-02 at 22.27.42.png

      posted in Scripting
      M
      mjc123