HISE Logo Forum
    • Categories
    • Register
    • Login

    Disable Shift-Click Knob Text Box

    Scheduled Pinned Locked Moved Scripting
    8 Posts 4 Posters 559 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.
    • Casey KolbC
      Casey Kolb
      last edited by

      Is there an easy way to remove the shift-click text box popup from knobs? The "showTextBox" property doesn't seem to change anything.

      Casey Kolb
      Founder & CEO of Lunacy Audio
      Composer | Producer | Software Developer

      T 1 Reply Last reply Reply Quote 1
      • T
        tomekslesicki @Casey Kolb
        last edited by

        @Casey-Kolb 5 years later, I'm also interested in this!

        Christoph HartC 1 Reply Last reply Reply Quote 0
        • Christoph HartC
          Christoph Hart @tomekslesicki
          last edited by

          Link Preview Image
          HISE | Scripting | ScriptSlider

          The ScriptSlider component object

          favicon

          (docs.hise.dev)

          This lets you override most of the behaviour.

          T 1 Reply Last reply Reply Quote 0
          • T
            tomekslesicki @Christoph Hart
            last edited by

            @Christoph-Hart thank you! Once I call

            const var mods = Knob1.createModifiers();
            

            can I use the same logic for multiple knobs? Or does it have to be one set of .createModifiers per slider?

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

              @tomekslesicki One per slider, but you can reuse the same object. You could also do it in a single loop which would apply it to all sliders in your project.

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

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

                @d-healey ok, so that I understand it correctly - I call createModifiers() once, and then loop through the sliders with .setModifiers, right?

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

                  @tomekslesicki Yes that's my understanding, the createModifiers function should return an object you can pass in setModifiers - let me know if it works.

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

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

                    @d-healey it does, thank you!

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

                    27

                    Online

                    1.8k

                    Users

                    12.0k

                    Topics

                    104.2k

                    Posts