HISE Logo Forum
    • Categories
    • Register
    • Login

    Finally: Fully customize stock UI elements with a scripted LookAndFeel

    Scheduled Pinned Locked Moved General Questions
    55 Posts 14 Posters 5.5k 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.
    • FortuneF
      Fortune
      last edited by Fortune

      It seems that Preset Browser goes first. Please please give the headroom to the developers for customization. It will be so useful if you add buttons like below image;

      • New preset
      • Save preset
      • A, B compare
      • Copy A to B

      This shortcut buttons are for adding the top of the plugin GUI. (A/B compare button might not be useful for vst instruments but it is very useful for fxplugins and users are looking for this feature)

      alt text

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

        Alright preset browser methods are available (check the docs for detailed reference).

        ulrikU BrianB 2 Replies Last reply Reply Quote 5
        • ulrikU
          ulrik @Christoph Hart
          last edited by

          @Christoph-Hart Exciting news ๐Ÿ‘

          Hise Develop branch
          MacOs 15.3.1, Xcode 16.2
          http://musikboden.se

          1 Reply Last reply Reply Quote 0
          • BrianB
            Brian @Christoph Hart
            last edited by

            @Christoph-Hart Dope! Just in time! :)

            1 Reply Last reply Reply Quote 0
            • ustkU
              ustk
              last edited by

              @Christoph-Hart That's killer add-on!

              I was thinking to a few new candidates among the FloatingTiles:

              • AHDSRGraph & FilterDisplay => path thickness (+ few other things I need to check)

              • MidiLearnPanel => column widths

              Can't help pressing F5 in the forum...

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

                @ustk said in Finally: Fully customize stock UI elements with a scripted LookAndFeel:

                • MidiLearnPanel => column widths

                Side request - can you make the midi learn panel even more useful by adding the ability to select the assigned CC from a right click menu? This will be very helpful for users who don't have many hardware controllers but still want to use CC automation in their DAW/host.

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

                LindonL 1 Reply Last reply Reply Quote 4
                • d.healeyD
                  d.healey
                  last edited by

                  Is it possible to remove the green outline from tables?

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

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

                    They wonโ€˜t show up in the compiled plugin do they?

                    d.healeyD 1 Reply Last reply Reply Quote 1
                    • d.healeyD
                      d.healey @Christoph Hart
                      last edited by

                      @Christoph-Hart Yup, you are correct, all is well :)

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

                      1 Reply Last reply Reply Quote 0
                      • DalartD
                        Dalart
                        last edited by

                        Which version of HISE can I find this update in ?

                        1 Reply Last reply Reply Quote 0
                        • C
                          clumsybear
                          last edited by

                          Probably the latest, not sure if itโ€™s on the scriptnode or the development branch though. You can always check the change log of the branches

                          1 Reply Last reply Reply Quote 1
                          • DalartD
                            Dalart
                            last edited by

                            I'll have to give scriptnode a look, thanks.

                            1 Reply Last reply Reply Quote 0
                            • ustkU
                              ustk
                              last edited by ustk

                              Haven't tested it yet, but sure, it's in scriptnode already...
                              In fact, scriptnode is THE branch to use because it is the only one that is updated since a long time, and probably until the release of Hise v3 I imagine...

                              Can't help pressing F5 in the forum...

                              DalartD 1 Reply Last reply Reply Quote 0
                              • DalartD
                                Dalart @ustk
                                last edited by

                                @ustk Yeah I found it in scriptnode, now to find some tutorials or something to learn how to do this paint stuff.

                                d.healeyD ustkU 2 Replies Last reply Reply Quote 1
                                • d.healeyD
                                  d.healey @Dalart
                                  last edited by d.healey

                                  @Dalart

                                  Yeah I found it in scriptnode, now to find some tutorials or something to learn how to do this paint stuff.

                                  https://www.patreon.com/davidhealey ;)

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

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

                                    @d-healey said in Finally: Fully customize stock UI elements with a scripted LookAndFeel:

                                    @Dalart

                                    Yeah I found it in scriptnode, now to find some tutorials or something to learn how to do this paint stuff.

                                    https://www.patreon.com/davidhealey ;)

                                    I can recommend @d-healey s paint routine videos :)

                                    1 Reply Last reply Reply Quote 2
                                    • ustkU
                                      ustk @Dalart
                                      last edited by

                                      @Dalart In the doc you'll find examples

                                      Can't help pressing F5 in the forum...

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

                                        Found a bug. I customized a combo box to have an invisible background but this has also affected the rendering of HISE's windows.

                                        e4056051-962d-43c7-b4e4-09926fa055ae-image.png

                                        Also I have a usability question. What happens if I want to customize two controls of the same type but have them look different? Is it possible to attach the paint routine to individual controls or must be use a control statement within the paint routine to determine how each control should be painted?

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

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

                                          Nope, it overrides the global look and feel. However you can use the colour properties to customize individual UI elements at least a little bit.

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

                                            Knobs/Sliders next please :D

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

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

                                            14

                                            Online

                                            1.7k

                                            Users

                                            11.9k

                                            Topics

                                            103.3k

                                            Posts