Forum

    • Register
    • Login
    • Search
    • Categories

    Customize Midi Learn and Macro Panel

    General Questions
    3
    7
    138
    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.
    • DabDab
      DabDab last edited by DabDab

      How to Customize Text and Looks of Midi Learn & Macro Panel ?
      HCLFM.gif

      Trance Producer and Presets Designer.

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

        @dabdab I don't think there are any look and feel functions for the MIDI Learn panel so you'd need to do it through C++.

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

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

          @d-healey OH.. No prob. 🙂 Tweaking C++ is easier to me than writing Javascript. I am very bad in Javascripting 😁

          Trance Producer and Presets Designer.

          iamlamprey 1 Reply Last reply Reply Quote 0
          • iamlamprey
            iamlamprey @DabDab last edited by

            @dabdab

            The strings for the right click menu popup are "drawPopupMenuBackground" and "drawPopupMenuItem"

            eg:

            laf.registerFunction("drawPopupMenuBackground", function(g, obj)
            {
                g.setColour(0xFF222222);
                g.fillRoundedRectangle([0, 0, obj.width, obj.height], 4.0);
                
                g.setColour(Colours.lightgrey);
                g.drawRoundedRectangle([0, 0, obj.width, obj.height], 4.0, 1);
            });
            

            New Song 🥰 - Instruments

            DabDab 1 Reply Last reply Reply Quote 0
            • DabDab
              DabDab @iamlamprey last edited by

              @iamlamprey said in Customize Midi Learn and Macro Panel:

              laf.registerFunction("drawPopupMenuBackground", function(g, obj)
              {
              g.setColour(0xFF222222);
              g.fillRoundedRectangle([0, 0, obj.width, obj.height], 4.0);

              g.setColour(Colours.lightgrey);
              g.drawRoundedRectangle([0, 0, obj.width, obj.height], 4.0, 1);
              

              });

              Yup I know. But I want to change Min Max Slider Type, and Menu names (Source,parameters etc) & Button.

              Trance Producer and Presets Designer.

              iamlamprey 1 Reply Last reply Reply Quote 0
              • iamlamprey
                iamlamprey @DabDab last edited by

                @dabdab Ah sorry I misunderstood, I think David's right there

                New Song 🥰 - Instruments

                DabDab 1 Reply Last reply Reply Quote 1
                • DabDab
                  DabDab @iamlamprey last edited by

                  @iamlamprey said in Customize Midi Learn and Macro Panel:

                  @dabdab Ah sorry I misunderstood, I think @d-healey right there

                  Thank you @Tania-Ghosh for helping me to modify the C++

                  Mod.gif

                  Trance Producer and Presets Designer.

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

                  19
                  Online

                  1.2k
                  Users

                  7.0k
                  Topics

                  64.7k
                  Posts