HISE Logo Forum
    • Categories
    • Register
    • Login

    Getting Started FUAST for HISE video

    Scheduled Pinned Locked Moved Faust Development
    4 Posts 2 Posters 349 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.
    • DabDabD
      DabDab
      last edited by

      Getting Started FUAST for HISE video. From begginer levels to slightly pro level like OSC, Filter, Effects etc.

      Bollywood Music Producer and Trance Producer.

      1 Reply Last reply Reply Quote 0
      • DabDabD
        DabDab
        last edited by

        Got this code from https://faustide.grame.fr/

        declare name "LPF";
        
        import("maxmsp.lib");
        
        G = hslider("Gain [unit:dB]", 0, -10, 10, 0.1);
        F = hslider("Freq", 1000, 100, 10000, 1);
        Q = hslider("Q", 1, 0.01, 100, 0.01);
        
        process(x) = LPF(x,F,G,Q);
        

        How to use it with HISE?

        Bollywood Music Producer and Trance Producer.

        toxonicT 1 Reply Last reply Reply Quote 0
        • toxonicT
          toxonic @DabDab
          last edited by

          @DabDab Add a scriptnode fx, create a new scriptnode network and add a core.faust node inside it. The node has some options to load a Faust dsp-file or to enter the faust code manually. Enter the code and hit the compile button on the faust.node, three knobs should appear on the node to adjust the filter parameters.

          DabDabD 1 Reply Last reply Reply Quote 1
          • DabDabD
            DabDab @toxonic
            last edited by

            @toxonic Superb. I will try it.

            Bollywood Music Producer and Trance Producer.

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

            14

            Online

            1.7k

            Users

            11.8k

            Topics

            102.8k

            Posts