Forum
    • Categories
    • Register
    • Login

    No Multichannel output

    Scheduled Pinned Locked Moved General Questions
    20 Posts 3 Posters 148 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.
    • ChazroxC
      Chazrox @Morphoice
      last edited by Chazrox

      @Morphoice I just found this in my script....

      //I think this is what Dave was talking about....
      
      Sampler1.asSampler().setUseStaticMatrix(true);
      Sampler2.asSampler().setUseStaticMatrix(true);
      Sampler3.asSampler().setUseStaticMatrix(true);
      Sampler4.asSampler().setUseStaticMatrix(true);
      Sampler5.asSampler().setUseStaticMatrix(true);
      Sampler6.asSampler().setUseStaticMatrix(true);
      Sampler7.asSampler().setUseStaticMatrix(true);
      Sampler8.asSampler().setUseStaticMatrix(true);
      Sampler9.asSampler().setUseStaticMatrix(true);
      
      

      I think this is the missing part.

      MorphoiceM 1 Reply Last reply Reply Quote 0
      • MorphoiceM
        Morphoice @Chazrox
        last edited by

        @Chazrox still no change.
        is the structure a problem`? they are all in a container...
        Screenshot 2025-12-16 at 18.50.37.png

        https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

        ChazroxC 1 Reply Last reply Reply Quote 0
        • ChazroxC
          Chazrox @Morphoice
          last edited by

          @Morphoice Looks the same as mine.

          Screenshot 2025-12-16 at 9.52.12 AM.png

          Routing container..
          Screenshot 2025-12-16 at 9.52.20 AM.png

          Routing for first 3 samplers in "multi out" mode. See kick starting at 3/4 for me.
          Screenshot 2025-12-16 at 9.53.20 AM.png

          MorphoiceM 1 Reply Last reply Reply Quote 0
          • MorphoiceM
            Morphoice @Chazrox
            last edited by

            @Chazrox yep that is exactly how I set it up

            https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

            ChazroxC 1 Reply Last reply Reply Quote 0
            • ChazroxC
              Chazrox @Morphoice
              last edited by Chazrox

              @Morphoice damn...got me thinking...

              Do you have this? Just double checking...

              I have this set for my Master container,

              const var numBIGDRUMMYVST = Synth.getRoutingMatrix("BIG DRUMMY VST");
              
              numBIGDRUMMYVST.setNumChannels(24);
              
              

              Screenshot 2025-12-16 at 10.04.16 AM.png

              MorphoiceM 1 Reply Last reply Reply Quote 0
              • MorphoiceM
                Morphoice @Chazrox
                last edited by

                @Chazrox said in No Multichannel output:

                const var numBIGDRUMMYVST = Synth.getRoutingMatrix("BIG DRUMMY VST");

                numBIGDRUMMYVST.setNumChannels(24);

                that changes nothing either ;/

                https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

                David HealeyD ChazroxC 2 Replies Last reply Reply Quote 0
                • David HealeyD
                  David Healey @Morphoice
                  last edited by

                  @Morphoice make a minimal test project that demonstrates the issue and share it here so we can try

                  Free HISE Bootcamp Full Course for beginners.
                  YouTube Channel - Public HISE tutorials
                  My Patreon - HISE tutorials

                  1 Reply Last reply Reply Quote 1
                  • ChazroxC
                    Chazrox @Morphoice
                    last edited by

                    @Morphoice grr..

                    MorphoiceM 1 Reply Last reply Reply Quote 0
                    • MorphoiceM
                      Morphoice @Chazrox
                      last edited by

                      @Chazrox @David-Healey

                      I fiddled about a little and this script finally worked:

                      const var MorphDrum = Synth.getChildSynth("MorphDrum");
                      const var matrix = MorphDrum.getRoutingMatrix();
                      
                      matrix.addConnection(0,0);
                      matrix.addConnection(1,1);
                      matrix.addConnection(2,2);
                      matrix.addConnection(3,3);
                      matrix.addConnection(4,4);
                      matrix.addConnection(5,5);
                      matrix.addConnection(6,6);
                      matrix.addConnection(7,7);
                      matrix.addConnection(8,8);
                      ...
                      
                      

                      apparently I was quite close already, but it does indeed need the script to do the addConnection and won't work without. Thanks for the help! I would never have figured that out on my own

                      https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

                      ChazroxC 1 Reply Last reply Reply Quote 2
                      • ChazroxC
                        Chazrox @Morphoice
                        last edited by

                        @Morphoice yeee! Let go! 🙏

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

                        21

                        Online

                        2.1k

                        Users

                        13.1k

                        Topics

                        113.3k

                        Posts