how to build release multichannel version not stereo version on xcode?
-
i swear ive done this 20 times but i cant find where to select the multi channel release for build it keeps just putting the regular release version
-
@mwplugs If you are on Windows, go to open the plugin version of hise in projucer, then open it in IDE. When Visual Studio is open, change Release to Release Multichannel to compile, the hise.dll file will be located in VST plugins on your local disk.
-
xcode. im talking about the mac version thanks though. anyone? it doesnt say this anywhere and is not in any tutorial
-
@mwplugs
Open the "plugin" version with projucerIn projucer, chose "Standard 64-bit" for all 4 versions of the plugin, Debug, Release, Debug MultiChannel....etc
Save from projucer and open in Xcode, open the "Edit Scheme..."
and make sure to change all options on the left side to the "MultiChannel version, so if "Debug" is ticked, change to "Debug MultiChannel", if "Release", change to Release MultiChannel
Then you build as usual..