HISE Logo Forum
    • Categories
    • Register
    • Login

    Creating a pop out window with an eq or something on it

    Scheduled Pinned Locked Moved General Questions
    2 Posts 2 Posters 220 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.
    • pcs800P
      pcs800
      last edited by

      I am not sure the title is completely accurate as to what I would like to do, but here's a better explanation.
      I have an amp sim I created, and would like to add a parametric eq to it, but the interface has no room for it.
      How do I create a window that shows up when the user clicks a button?
      Is there a snippet or code example that shows this?

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

        @pcs800 Add a panel and a button. When the button's value is 1 show the panel, when the value is 0 hide the panel. The button's callback will look something like this

        inline function onButtonControl(component, value)
        {
            myPanel.showControl(value);
        }
        

        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

        44

        Online

        1.9k

        Users

        12.5k

        Topics

        109.0k

        Posts