HISE Logo Forum
    • Categories
    • Register
    • Login

    Changing the HISE IDE font size

    Scheduled Pinned Locked Moved General Questions
    23 Posts 4 Posters 909 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.
    • MorphoiceM
      Morphoice
      last edited by

      Hey guys, where do I change the UI font size of HISE?
      On a normal 4k Monitor with native resolution most things are barely readable for a normal 45yo without glasses. especially the component list and property editor are absolutely unusable without constant screen zoom function. Please don't make me feel older and more crippled than I already am.

      Screenshot 2024-09-23 at 13.53.33.png

      https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

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

        Not possible :(

        Link Preview Image
        Anyway to scale the HISE UI?

        Trying out a 4k monitor, is there a way to scale the HISE UI?

        favicon

        Forum (forum.hise.audio)

        In your image though it doesn't look any smaller than on my non-4k screen.

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

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

          Lol that's a single line fix:

          Desktop::getInstance().setGlobalScaleFactor(1.5f); // 150%
          

          Put this here:

          Link Preview Image
          HISE/projects/standalone/Source/Main.cpp at 5d07c8e5bc89648ad3156208082c9050f399a977 · christophhart/HISE

          The open source framework for sample based instruments - HISE/projects/standalone/Source/Main.cpp at 5d07c8e5bc89648ad3156208082c9050f399a977 · christophhart/HISE

          favicon

          GitHub (github.com)

          Now I'm pretty sure that there are some subtle glitches waiting to happen, so please feel free to hack this in and check if it works correctly. If there are no major issues, then I'll make it a proper item in the HISE settings.

          d.healeyD MorphoiceM 3 Replies Last reply Reply Quote 3
          • d.healeyD
            d.healey @Christoph Hart
            last edited by

            @Christoph-Hart Nice, I'll give it a try!

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

            1 Reply Last reply Reply Quote 0
            • MorphoiceM
              Morphoice @Christoph Hart
              last edited by

              @Christoph-Hart thanks I'll give it a try.
              @d-healey fit the screenshot to the height of your screen, it's painfully small. in the browser its magnified somehow

              https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

              1 Reply Last reply Reply Quote 1
              • MorphoiceM
                Morphoice @Christoph Hart
                last edited by

                @Christoph-Hart didn't go well ;))) this is what I get
                Screenshot 2024-09-23 at 19.28.28.png

                https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

                1 Reply Last reply Reply Quote 0
                • A
                  aaronventure
                  last edited by

                  Since you're on macOS, can I suggest SwitchResX? This can solve similar issues with other apps, too.

                  Link Preview Image
                  SwitchResX - Download

                  favicon

                  SwitchResX (www.madrau.com)

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

                    Screenshot 2024-09-23 at 19.28.28.png

                    subtle glitches

                    Sometimes my ability to look into the future surprises even myself :)

                    Looks like the retina scaling messes up the global scale factor on macOS.

                    MorphoiceM 1 Reply Last reply Reply Quote 0
                    • MorphoiceM
                      Morphoice @Christoph Hart
                      last edited by

                      @Christoph-Hart well it's subtle, I give you that ;-)))))

                      https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

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

                        @Christoph-Hart Works very nicely on Linux. I'm not even using a 4k monitor and I think I prefer it scaled up - maybe I need glasses.

                        Only glitchy thing I'm noticing is it doesn't appear to remember or recall the last window size when I open HISE. So it's opening as this teeny window in the centre of the screen which I have to expand to make useful.

                        ac150fae-213d-44dc-8fa9-acf9d7b4e1d3-image.png

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

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

                          @d-healey Have you put the line before the setContentOwned() call? If I put it after, then it also throws assertions and looks like that.

                          But I just checked on my Macbook with Retina display, it works OK here too.

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

                            @Christoph-Hart said in Changing the HISE IDE font size:

                            Have you put the line before the setContentOwned() call?

                            No I put it after, I just tried putting it before and it solves the problem. Seems to work perfectly now. I definitely think this should be a setting :)

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

                            1 Reply Last reply Reply Quote 0
                            • MorphoiceM
                              Morphoice @Christoph Hart
                              last edited by

                              @Christoph-Hart both doesn't work for me, still get a huge black box, funny though the elements on react to the hover on the black box's coordinates rather than the displayed small hise interface

                              https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

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

                                @Morphoice Why is yours called HISE - UNSTABLE?

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

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

                                  @d-healey Unstable is the name of the project :-) it's an analog sounding "unstable" synth

                                  https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

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

                                    @Morphoice Oh ok, I thought you might be on some custom branch

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

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

                                      @d-healey I wish. I started plugin development not a week ago and still have to much to learn. like adding my own filters and dsps... btw from zero to where I am mostly all thanks to your youtube videos, though much still is above my head.

                                      https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

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

                                        @Morphoice When you were testing the UI scaling, did you use a debug or a release build?

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

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

                                          @d-healey might also have something todo with OpenGL being enabled or not. The fact that the hover positions are correct but the graphics are rendered incorrectly might hint at that.

                                          MorphoiceM 1 Reply Last reply Reply Quote 0
                                          • MorphoiceM
                                            Morphoice @Christoph Hart
                                            last edited by

                                            @Christoph-Hart I can confirm disabling OpenGL did the trick, I now have a 150% bigger hise interface which is super pleasant to work with. Thanks so much!

                                            https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

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

                                            19

                                            Online

                                            1.7k

                                            Users

                                            11.9k

                                            Topics

                                            103.4k

                                            Posts