HISE Logo Forum
    • Categories
    • Register
    • Login

    Hidden admin control

    Scheduled Pinned Locked Moved General Questions
    3 Posts 2 Posters 597 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.
    • d.healeyD
      d.healey
      last edited by

      In previous version of HISE it was possible to see the front interface in the main workspace and I was able to position control outside of the view displayed to the user. This was useful for having admin type controls that could be used to set parameters of factory presets. Is it possible to achieve a similar hidden control with the current version of HISE?

      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

        Well, you could just throw them all in a Panel and use something like this:

        const var SHOW_ADMIN_PANEL = true;
        
        Content.getComponent("adminPanel").set("visible", SHOW_ADMIN_PANEL);
        

        Then just flip the switch depending on if you need to see what's happening there. I am actually doing this with a few controls myself.

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

          I like it, very simple!

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

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

          30

          Online

          1.7k

          Users

          11.8k

          Topics

          102.7k

          Posts