Forum

    • Register
    • Login
    • Search
    • Categories

    Hidden admin control

    General Questions
    2
    3
    442
    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.healey
      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 Hart
        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.healey
          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

          9
          Online

          855
          Users

          5.7k
          Topics

          53.0k
          Posts