[bug] Changing container channel amount = crash
-
Happens in master and develop.
New project
Add a container
Change the container's channel amount
Kabooom! -
@d-healey confirmed, develop on Mac
-
@d-healey - stable on the version Im using - windows March 15th...so its after that I think.
-
@Lindon I'm using a version from last week.
-
@d-healey I'm using the develop branch
and Hise crash here
-
If you change the main container's channels before adding the container you'll avoid the crash.
-
@Soundavid I know ;) . This was reported to me by a student taking my course, this is not a good first experience for a newcomer.
-
@d-healey yeah, that's precisely why I hate hacking around in the channel logic - it's so many different possible configurations and I most likely introduced this with the multichannel FX output addition last week.
It's fixed now, but let's see what I broke with this fix :)
-
-
@Soundavid How did you get to have so many channels in your channel dropdown? The most I have been able to achieve is 16 (mono).
-
@gorangrooves hi_tools/Macros.h -> #define NUM_MAX_CHANNELS ## -> Rebuild HISE
-
@aaronventure Thank you! Got it.