HISE Logo Forum
    • Categories
    • Register
    • Login

    Table LAF.

    Scheduled Pinned Locked Moved General Questions
    5 Posts 3 Posters 195 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • lalalandsynthL
      lalalandsynth
      last edited by

      I am using this for the table point .

      laf.registerFunction("drawTablePoint", function(g, obj)
      {
          g.setColour(Colours.withAlpha(obj.itemColour, 1.0));
          //g.drawEllipse(obj.tablePoint, 0.5);
          //g.drawRect(obj.tablePoint, 0.5);;
          g.fillEllipse(obj.tablePoint);
      

      How can I control the size of the dot ?

      https://lalalandaudio.com/

      https://lalalandsynth.com/

      https://www.facebook.com/lalalandsynth

      https://www.facebook.com/lalalandsynth

      d.healeyD 1 Reply Last reply Reply Quote 0
      • d.healeyD
        d.healey @lalalandsynth
        last edited by

        @lalalandsynth obj.tablePoint is the maximum area. You can adjust this to make it smaller, but not larger.

        Libre Wave - Freedom respecting instruments and effects
        My Patreon - HISE tutorials
        YouTube Channel - Public HISE tutorials

        lalalandsynthL 1 Reply Last reply Reply Quote 0
        • lalalandsynthL
          lalalandsynth @d.healey
          last edited by

          @d-healey Yes, I want to make it smaller , not sure how to.

          https://lalalandaudio.com/

          https://lalalandsynth.com/

          https://www.facebook.com/lalalandsynth

          https://www.facebook.com/lalalandsynth

          d.healeyD LindonL 2 Replies Last reply Reply Quote 0
          • d.healeyD
            d.healey @lalalandsynth
            last edited by

            @lalalandsynth

            var a = obj.tablePoint; // This is an array with 4 elements, x, y, width, height.
            

            Libre Wave - Freedom respecting instruments and effects
            My Patreon - HISE tutorials
            YouTube Channel - Public HISE tutorials

            1 Reply Last reply Reply Quote 1
            • LindonL
              Lindon @lalalandsynth
              last edited by

              @lalalandsynth

              try Console.print(trace(obj.tablePoint));

              HISE Development for hire.
              www.channelrobot.com

              1 Reply Last reply Reply Quote 1
              • First post
                Last post

              47

              Online

              1.7k

              Users

              11.7k

              Topics

              101.8k

              Posts