HISE multiple outputs
-
- Delete the HISE source code folder
- Download the archive again and extract it to a new folder, then add all SDKs.
- Use the projucer from the HISE source code to resave the HISE Standalone project, open it in the IDE and compile it.
-
@christoph-hart Thanks for the reply! It got me a little closer, but still getting errors.
1>------ Build started: Project: HISE_SharedCode, Configuration: Release MultiChannel x64 ------
1>PluginProcessor.cpp
1>BinaryData.cpp
1>include_hi_backend.cpp
1>include_hi_components.cpp
1>include_hi_core.cpp
1>include_hi_dsp.cpp
1>include_hi_dsp_library.cpp
1>include_hi_lac.cpp
1>include_hi_modules.cpp
1>include_hi_sampler.cpp
1>include_hi_scripting.cpp
1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_core.cpp)
1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\Source\PluginProcessor.cpp)
1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_backend.cpp)
1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_components.cpp)
1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_dsp.cpp)
1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_modules.cpp)
1>include_hi_streaming.cpp
1>include_juce_audio_basics.cpp
1>include_juce_audio_devices.cpp
1>include_juce_audio_formats.cpp
1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_sampler.cpp)
1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.cpp(411): warning C4244: 'argument': conversion from 'float' to 'int', possible loss of data (compiling source file ....\JuceLibraryCode\include_hi_modules.cpp)
1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_scripting.cpp)
1>include_juce_audio_plugin_client_utils.cpp
1>include_juce_audio_processors.cpp
1>include_juce_audio_utils.cpp
1>include_juce_core.cpp
1>include_juce_cryptography.cpp
1>include_juce_data_structures.cpp
1>include_juce_events.cpp
1>include_juce_graphics.cpp
1>include_juce_gui_basics.cpp
1>include_juce_gui_extra.cpp
1>include_juce_opengl.cpp
1>include_juce_product_unlocking.cpp
1>Done building project "HISE_SharedCode.vcxproj" -- FAILED.
2>------ Build started: Project: HISE_VST, Configuration: Release MultiChannel x64 ------
2>include_juce_audio_plugin_client_VST2.cpp
2> Creating library C:\Program Files\VST Plugins\VST\HISE x64 16 Out.lib and object C:\Program Files\VST Plugins\VST\HISE x64 16 Out.exp
2>Generating code
2>c:\program files\hise-master\juce\modules\juce_core\containers\juce_variant.cpp(478): warning C4702: unreachable code
2>c:\program files\hise-master\juce\modules\juce_core\containers\juce_variant.cpp(587): warning C4702: unreachable code
2>c:\program files\hise-master\juce\modules\juce_core\containers\juce_variant.cpp(478): warning C4702: unreachable code
2>Finished generating code
2>HISE_VST.vcxproj -> C:\Program Files\VST Plugins\VST\HISE x64 16 Out.dll
2>Done building project "HISE_VST.vcxproj".
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== -
Also, can someone let me know the proper way to upload code?
-
@dustbro
You can put 3 ticks (```) around bigger multiline passages to style them. Use one tick before and after foroneliners
.Error::X Error::Y const var = js code
Greets,d
-
@dustbro: Ah, now it's fixed, there was still a typo in the code.
-
@christoph-hart Thanks so much for these quick updates! I was able to compile the plugin project this time :)
We're getting closer :) It appears that Hise is limited to 8 outputs now, but they are working and show up in Cubase! Very excitingWhen I open my project in the updated version, I'm getting HDD Overflow errors when I trigger a sample. Reverting back to the previous version of HISE works properly.
-
hmm I havenāt changed anything in the streaming engine since quite a long time. Do you also get audio dropouts or is it just the warning?
And you can change the channel amount by setting HISE_NUM_PLUGIN_CHANNELS to 16 in the HISE. jucer project, then resave and recompile the multichannel configuration.
-
@christoph-hart HISE_NUM_PLUGIN_CHANNELS to 16 worked like a charm! Thanks for the info
-
HDD Overflow was cured by removing the instance of HISE in my session and loading a new one.
-
Is it possible to use a combo box to assign outputs for the samplers? I'd love to have users be able to select which output each instrument is assigned to.
-
Yes. Check the Multichannel example in the tutorial repository, it does exactly that.
-
@christoph-hart Thanks!! is there any way to download that as a snippit so I can load it right into the editor?
-
nevermind... found the instructions on your page:
HISE Tutorial repository This is the repository for the example project (and a few other example projects) from the HISE Tutorial. It contains the HISE project folder as well as a .gitignore file. How to open the project Clone this repository Build the latest HISE version (important, this repository might not be compatible with anything else than the latest tip) Open HISE and load the project with File->Load Project. Select the project folder that you want to load: MusicBox Tutorial for the finished HISE Tutorial SimpleFX for a simple FX plugin project that can be exported as Audio effect. Load the instrument from the XML file using the File -> Load XML Preset Backup function. These projects are supposed to be compilable on every platform / format so let me know if something breaks or doesn't work. If it doesn't work please make sure you are using the latest HISE version (and the latest source code).
-
excellent tutorial! pretty slick design @Christoph-Hart
-
@christoph-hart said in HISE multiple outputs:
HISE_NUM_PLUGIN_CHANNELS to 16 in the HISE
i cannot find this for the life of me. where in projucer. very vague.
-
@dustbro where. i looked in every menu and option in the projucer. or is it in the IDE where? what file what menu. i wish people wouldnt be so vague on here lol
-
@mwplugs Yeah I can't find it either
-
It's in the Projucer. I'll post pics in a few
-
-
@dustbro Oh I thought it was an checkbox/dropdown type thing. Makes sense now, thanks