HISE Logo Forum
    • Categories
    • Register
    • Login

    Faust Gate

    Scheduled Pinned Locked Moved Faust Development
    3 Posts 2 Posters 63 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.
    • resonantR
      resonant
      last edited by

      I'm trying to use the Gate library here, what's the mistake here?

      import("stdfaust.lib");
      
      thresh = hslider("Threshold [dB]", -40, -80, 0, 0.1) : ba.db2linear;
      att    = hslider("Attack [ms]", 10, 0, 100, 1) : si.smoo;
      rel   = hslider("Release [ms]", 100, 10, 500, 1) : si.smoo;
      hold    = hslider("Hold [ms]", 10, 0, 100, 1) : si.smoo;
      
      process = _,_ : gate_stereo(thresh,att,hold,rel) : _,_;
      
      

      Link Preview Image
      misceffects - Faust Libraries

      favicon

      (faustlibraries.grame.fr)

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

        @resonant what error are you getting?

        you might want to try

        process = _,_ : ef.gate_stereo(thresh,att,hold,rel) : _,_;
        

        HISE Development for hire.
        www.channelrobot.com

        resonantR 1 Reply Last reply Reply Quote 1
        • resonantR
          resonant @Lindon
          last edited by

          @Lindon said in Faust Gate:

          @resonant what error are you getting?

          you might want to try

          process = _,_ : ef.gate_stereo(thresh,att,hold,rel) : _,_;
          

          it worked thanks

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

          33

          Online

          1.8k

          Users

          12.1k

          Topics

          105.7k

          Posts