Tired of this error on Startup
-
What is this?
I own an NI Komplete MIDI controller, and I'm not sure whether this error stems from the MIDI controller or the laptop's built-in sound card. Clicking 'okay' removes the error, but it also causes the MIDI controller to disconnect from HISE!
Any advice?
-
@ILIAM How many channels does your sound card have?
Have you built HISE with the
HISE_NUM_STANDALONE_OUPUTS
orHISE_NUM_PLUGIN_CHANNELS
preprocessor definitions?@Christoph-Hart Perhaps these two could be dynamic?
-
@d-healey Hi
Here's the definition from Projucer:
HISE_SCRIPT_SERVER_TIMEOUT=20000 HISE_USE_VS2022=1 PERFETTO=0 NOMINMAX=1 WIN32_LEAN_AND_MEAN=1 HISE_USE_EXTENDED_TEMPO_VALUES=1
It appears to have two channels. This error is new to me; I haven't encountered it before on this laptop, even with similar projects and the same build, which I've been using for about eight months without issue.
-
Assuming your soundcard has two channels. Try building with
HISE_NUM_STANDALONE_OUPUTS=2
- this is the default, but maybe forcing it will solve the problem. -
@d-healey Thank you, I'll gie it a try
-
@ILIAM What are "NOMINMAX" and "HISE_USE_EXTENDED_TEMPO_VALUES"?
-
@clevername27 Extended tempo values increases the values available for tempo sync knobs modes. Without it you get 19 values, with it you get 24.
-
So say we all
The big bug tier list
@Christoph-Hart HISE_NUM_STANDALONE_OUTPUTS Error // Channel Amount Mismatch on every start HISE_NUM_STANDALONE_OUTPUTS Error // Channel Amount ...
Forum (forum.hise.audio)
-
@aaronventure So Im not alone