HISE Logo Forum
    • Categories
    • Register
    • Login

    Floating Tile Keyboard - Possible to Rotate?

    Scheduled Pinned Locked Moved Unsolved Scripting
    9 Posts 2 Posters 74 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.
    • HISEnbergH
      HISEnberg
      last edited by

      I am hoping there is an easy way to do this. I am working on a piano roll so I want to display the floating tile keyboard vertically instead of horizontally. Does anyone know a useful trick for doing this?

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

        @HISEnberg I think for this you'd need to roll your own using a panel.

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

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

          @d-healey Ah it needs some love but it looks like the new CSS might allow for this.

          const var ft_Keyboard = Content.getComponent("ft_Keyboard");
          const var laf_Keyboard = Content.createLocalLookAndFeel();
          
          ft_Keyboard.setLocalLookAndFeel(laf_Keyboard);
          
          laf_Keyboard.setInlineStyleSheet("
          .keyboard 
          { 
          	background: red; 
          	transform: rotate(90deg);
          }
          ");
          

          Link Preview Image
          HISE | UI Components | Keyboard

          A highly customizable virtual MIDI keyboard. To change the key colours, see [Engine.setKeyColour()](/scripting/scripting-api/engine#setkeycolour).

          favicon

          (docs.hise.dev)

          Screenshot 2025-06-24 at 5.19.16 PM.png

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

            @HISEnberg Nice

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

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

              @d-healey Silly me. I neglected to consider that even if it's painted sideways, it doesn't mean it will operate sideways (so its still only triggering MIDI notes on the horizontal axis) . Looks like it's time for a panel.

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

                @HISEnberg said in Floating Tile Keyboard - Possible to Rotate?:

                Looks like it's time for a panel.

                There's a video on my YouTube channel about this if you need it

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

                HISEnbergH 1 Reply Last reply Reply Quote 1
                • HISEnbergH
                  HISEnberg @d.healey
                  last edited by

                  @d-healey Do you have the link? I can't seem to find it.

                  HISEnbergH d.healeyD 2 Replies Last reply Reply Quote 0
                  • HISEnbergH
                    HISEnberg @HISEnberg
                    last edited by

                    @HISEnberg Oh sorry I found it! https://www.youtube.com/watch?v=pmwC9Jmmwuo

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

                      @HISEnberg Sure

                      Ah you found it first :)

                      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

                      37

                      Online

                      1.8k

                      Users

                      12.0k

                      Topics

                      104.4k

                      Posts