HISE Logo Forum
    • Categories
    • Register
    • Login

    Faust node Channel mismatch

    Scheduled Pinned Locked Moved Faust Development
    3 Posts 3 Posters 166 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.
    • T
      treynterrio
      last edited by

      Hi there, I already tried the method from this post: https://forum.hise.audio/topic/7024/faust-channel-mismatch-how-to-tackle-it/4?_=1729928953304 but It doesn't work for me. In the Faust web editor everything works fine with my node and in HISE I get an error message because of the Channel mismatch. Could anyone help me?

      // Process implementation for stereo input
      process = 
              // Process for left and right channels
              processed_left = (parametric_controller(cntrl, envelope, speed, depth) * shift <: transpose(c_samples, c_xfade));
      
      LindonL DabDabD 2 Replies Last reply Reply Quote 0
      • LindonL
        Lindon @treynterrio
        last edited by

        @treynterrio your process is mo ophpnic, one channel, a d by default fast in his is stereo, two channels...

        HISE Development for hire.
        www.channelrobot.com

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

          @treynterrio said in Faust node Channel mismatch:

          processed_left = (parametric_controller(cntrl, envelope, speed, depth) * shift <: transpose(c_samples, c_xfade));

          You can write

          processed_left = (parametric_controller(cntrl, envelope, speed, depth) * shift <: transpose(c_samples, c_xfade));
          
          process = processed_left,processed_left;
          

          Bollywood Music Producer and Trance Producer.

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

          14

          Online

          1.7k

          Users

          11.8k

          Topics

          102.8k

          Posts