32-channel multi-out. How?
-
Hey guys,
I currently have HISE multi-out with 16 (mono) channels. How do I get it to have 32 outs?Changing the flag in HISE plugin project before compiling to HISE_NUM_PLUGIN_CHANNELS=32 did not do the trick.
-
You have to edit the source.
Macros.h#define MAX_NUM_CHANNELS 32
-
@Dan-Korneff Thank you. Where exactly is the Macros.h? Is it the one in hi_core or hi_tools folder?
In neither of those am I finding mention of "#define MAX_NUM_CHANNELS".
Should I just add it or do I need to edit an existing definition? -
@gorangrooves It's in macros.h, but the preprocessor is called
NUM_MAX_CHANNELS
:) -
@Christoph-Hart Oh, the devil of the details Thanks a lot!