HISE Logo Forum
    • Categories
    • Register
    • Login

    Preset Browser closes when preset is selected

    Scheduled Pinned Locked Moved Newbie League
    4 Posts 2 Posters 79 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.
    • P
      Proteus1
      last edited by Proteus1

      Hi everyone, I have a small problem.

      I have a script floating tale in a panel as a preset browser, which I can toggle in and out with a button. That works perfectly fine.

      The problem is, as soon as I select a sound, the preset browser doesn't stay open; it closes immediately. To select another sound, I have to reopen it every time.


      const var Panel1 = Content.getComponent("Panel1");
      const var Button13 = Content.getComponent("Button13");

      inline function onButton1Control(component, value)

      {
      Panel1.set("visible", value);
      }

      Button13.setControlCallback(onButton1Control);

      What's the problem?

      Or is there an easier way to toggle the preset browser in and out?

      Sorry, I'm a beginner.

      Bildschirmfoto 2025-11-02 um 14.22.57.png

      ustkU P 2 Replies Last reply Reply Quote 0
      • ustkU
        ustk @Proteus1
        last edited by

        @Proteus1 your button is probably set to saveInPreset, which triggers it on preset change… just disable that

        Hise made me an F5 dude, browser just suffers...

        P 1 Reply Last reply Reply Quote 3
        • P
          Proteus1 @Proteus1
          last edited by

          @Proteus1 Thanks:)

          1 Reply Last reply Reply Quote 0
          • P
            Proteus1 @ustk
            last edited by

            @ustk said in Preset Browser closes when preset is selected:

            @Proteus1 your button is probably set to saveInPreset, which triggers it on preset change… just disable that

            solved

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

            18

            Online

            2.0k

            Users

            12.8k

            Topics

            111.1k

            Posts