HISE Logo Forum
    • Categories
    • Register
    • Login

    Adding a Faust scriptnode make the signal path mono

    Scheduled Pinned Locked Moved Solved ScriptNode
    8 Posts 4 Posters 552 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.
    • arcyA
      arcy
      last edited by

      HI! I created a ScriptNode to control a Faust filter. But I noticed that after this script the signal became mono, and then I couldn't pan my OSCs sampler into the Synthesizer Group. What I'm doing wrong?

      stereo.png

      A 1 Reply Last reply Reply Quote 1
      • A
        ally @arcy
        last edited by

        @arcy I don't think any Faust filters are polyphonic but I know for sure that one isn't. I got it to work by sticking 2 faust nodes side by side inside a multi container. You'll also need to remove the <:, from your faust code or you'll get a channel mismatch error.

        arcyA clevername27C 2 Replies Last reply Reply Quote 1
        • arcyA
          arcy @ally
          last edited by

          @ally yeah it works! This is the final result (but if can be better please let me know):

          ok.png

          HISEnbergH 1 Reply Last reply Reply Quote 1
          • clevername27C
            clevername27 @ally
            last edited by

            @ally But if you set a ScriptNode to Polyphonic, doesn't that dynamically create multiple instance of the the node?

            arcyA 1 Reply Last reply Reply Quote 0
            • arcyA
              arcy @clevername27
              last edited by

              @clevername27 is not polyphony meant to multi notes instead of multichannel?

              clevername27C 1 Reply Last reply Reply Quote 1
              • arcyA arcy has marked this topic as solved on
              • clevername27C
                clevername27 @arcy
                last edited by

                @arcy Yes.

                1 Reply Last reply Reply Quote 0
                • HISEnbergH
                  HISEnberg @arcy
                  last edited by

                  @arcy That's one solution, another is to just make it stereo in Faust by processing the code on each channel, so in this case it would be

                  process = v.korg35LPF(normFreq,Q), v.korg35LPF(normFreq,Q);
                  
                  arcyA 1 Reply Last reply Reply Quote 1
                  • arcyA
                    arcy @HISEnberg
                    last edited by

                    @HISEnberg it works! thanks.

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

                    21

                    Online

                    1.7k

                    Users

                    11.8k

                    Topics

                    102.5k

                    Posts