HISE Logo Forum
    • Categories
    • Register
    • Login

    Parametric EQ - saving and loading "preset shapes"

    Scheduled Pinned Locked Moved General Questions
    3 Posts 2 Posters 132 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.
    • LindonL
      Lindon
      last edited by Lindon

      I seem to remember there was a way to save and load parametric EQ "shapes" using base64 but I cant find it in the fourm search - am I wrong ? if not how's this done?

      HISE Development for hire.
      www.channelrobot.com

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

        Perhaps these functions?

        b4fbbde1-d749-4fc8-9dec-e075b5f4447a-image.png

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

        1 Reply Last reply Reply Quote 0
        • LindonL
          Lindon
          last edited by

          ..and ten mins of additional searching ...and I have it...

          const var ParametriqEQ1 = Synth.getEffect("Parametriq EQ1");
          
          var myState = ParametriqEQ1.exportState();
          
          Console.print(myState);
          
          
          inline function onButton1Control(component, value)
          {
          	ParametriqEQ1.restoreState(myState);
          };
          Content.getComponent("Button1").setControlCallback(onButton1Control);
          
          

          HISE Development for hire.
          www.channelrobot.com

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

          54

          Online

          1.7k

          Users

          11.7k

          Topics

          101.8k

          Posts