Forum

    • Register
    • Login
    • Search
    • Categories

    Getting Started FUAST for HISE video

    Faust Development
    2
    4
    180
    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.
    • DabDab
      DabDab last edited by

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

      Trance Producer and Presets Designer.

      1 Reply Last reply Reply Quote 0
      • DabDab
        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?

        Trance Producer and Presets Designer.

        toxonic 1 Reply Last reply Reply Quote 0
        • toxonic
          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.

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

            @toxonic Superb. I will try it.

            Trance Producer and Presets Designer.

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

            12
            Online

            977
            Users

            6.6k
            Topics

            60.6k
            Posts