HISE Logo Forum
    • Categories
    • Register
    • Login

    Can a instrument have multiple audio output channels?

    Scheduled Pinned Locked Moved General Questions
    7 Posts 4 Posters 438 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.
    • FrankbeatF
      Frankbeat
      last edited by

      I‘m thinking about building a simple sampler. But a important feature would be to have up to 4 stereo outputs. Is this possible with HISE?

      Using HISE from the develop branch (Feb '23)

      Dan KorneffD 1 Reply Last reply Reply Quote 1
      • Dan KorneffD
        Dan Korneff @Frankbeat
        last edited by

        @Frankbeat yes

        Dan Korneff - Producer / Mixer / Audio Nerd

        1 Reply Last reply Reply Quote 0
        • FrankbeatF
          Frankbeat
          last edited by

          Is it ```
          Settings.setOutputChannel(int index)

          for each one I want to have?

          Using HISE from the develop branch (Feb '23)

          1 Reply Last reply Reply Quote 0
          • d.healeyD
            d.healey
            last edited by d.healey

            Add these to your project's extra definitions

            ENABLE_ALL_PEAK_METERS=1
            HISE_NUM_PLUGIN_CHANNELS=6
            

            Replace 6 with the number of mono channels you want (they will be stereo pairs).

            I have some videos on my YouTube channel about making a microphone mixer that you might find useful.

            Libre Wave - Freedom respecting instruments and effects
            My Patreon - HISE tutorials
            YouTube Channel - Public HISE tutorials

            FrankbeatF 1 Reply Last reply Reply Quote 2
            • FrankbeatF
              Frankbeat @d.healey
              last edited by

              @d-healey Oh, cool! I‘m gonna watch that video today, thanks!

              Using HISE from the develop branch (Feb '23)

              Christoph HartC 1 Reply Last reply Reply Quote 1
              • Christoph HartC
                Christoph Hart @Frankbeat
                last edited by

                Actually you don't need to set this preprocessor, it should grab it from the number of channels of the master container.

                1 Reply Last reply Reply Quote 6
                • FrankbeatF
                  Frankbeat
                  last edited by

                  Hmm… I'm still having trouble with this.

                  I have two Samplers: Bass Drum and Snare Drum, each of them routed to one stereo out on the master container like this:
                  routing-diagram.gif
                  And I added

                  ENABLE_ALL_PEAK_METERS=1
                  HISE_NUM_PLUGIN_CHANNELS=4
                  

                  Within HISE (standalone) its working all fine, just as in David's video on making the mix mixer.

                  However, when I load the plugin (.vst3) into a VST instrument slot in Cubase, both channel pairs are available:
                  Bildschirmfoto 2023-04-19 um 10.53.16.png
                  But channels 3+4 are not putting out sound (and peak meters stay empty), so my Snare Drum is not playing back.

                  What am I missing? Is there some Projucer settings I might need to check?

                  Using HISE from the develop branch (Feb '23)

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

                  48

                  Online

                  1.7k

                  Users

                  11.7k

                  Topics

                  102.1k

                  Posts