HISE Logo Forum
    • Categories
    • Register
    • Login

    Issues with Presets Using CurveEQ in Effect Slots

    Scheduled Pinned Locked Moved General Questions
    7 Posts 3 Posters 112 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.
    • bendursoB
      bendurso
      last edited by bendurso

      When I save a preset with a single instance of CurveEQ in an effect slot, everything works fine. However, sometimes the EQ graph doesn't restore correctly, even though the preset appears to have saved the EQ settings. To restore it properly, I have to load the preset two times.

      But when I save a preset with two (or more) CurveEQs in the effect slots—it crashes immediately when I try to load it.

      Any ideas what could be causing this?

      • I have 6 samplers, with 6 effect slots each one. Could the preset be trying to load both EQs too quickly?
      bendursoB 1 Reply Last reply Reply Quote 0
      • bendursoB
        bendurso @bendurso
        last edited by

        @bendurso I think the crash is related to dynamically loading the content data of the floating tile. If I remove the content data loading, it no longer crashes:

        		local cdata =
        		{
        		    "ProcessorId": FX.getId(),
        		    "Index": -1,
        		    "FollowWorkspace": false
        		};
        		
        		filter.setContentData(cdata);
                filter.set("ContentType", "DraggableFilterPanel");
        

        How could I fix it? If a send it to a separate function with a timer, it stills crashes.

        ChazroxC 1 Reply Last reply Reply Quote 0
        • ChazroxC
          Chazrox @bendurso
          last edited by

          @bendurso Dont mean to crowd you're post but im just curious...What does "FollowWorkspace" even do?

          bendursoB 1 Reply Last reply Reply Quote 0
          • bendursoB
            bendurso @Chazrox
            last edited by

            @Chazrox Mm no idea hehe.

            I just enabled deferControlCallback on the DraggableFilterPanel floating tiles, and it seems to have fixed the crashes.

            I still need to click the preset twice for the filters to load correctly, but that might be an issue in my script—since I can’t reproduce it in a new project.

            Anyone knows what "deferControlCallback" does?

            d.healeyD ChazroxC 2 Replies Last reply Reply Quote 0
            • d.healeyD
              d.healey @bendurso
              last edited by

              @bendurso said in Issues with Presets Using CurveEQ in Effect Slots:

              Anyone knows what "deferControlCallback" does?

              That was only added a few weeks ago and is something to do with the plugin parameter system.

              Link Preview Image
              - rewrote plugin parameter system to use unified base class for all a… · christophhart/HISE@a92a701

              The open source framework for sample based instruments - - rewrote plugin parameter system to use unified base class for all a… · christophhart/HISE@a92a701

              favicon

              GitHub (github.com)

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

              bendursoB 1 Reply Last reply Reply Quote 0
              • bendursoB
                bendurso @d.healey
                last edited by

                @d-healey said in Issues with Presets Using CurveEQ in Effect Slots:

                Oh, thanks. So it was just a placebo effect. I kept testing, and it started crashing again

                1 Reply Last reply Reply Quote 0
                • ChazroxC
                  Chazrox @bendurso
                  last edited by

                  @bendurso said in Issues with Presets Using CurveEQ in Effect Slots:

                  Mm no idea hehe.

                  🤣

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

                  59

                  Online

                  1.7k

                  Users

                  11.7k

                  Topics

                  101.7k

                  Posts