Proper MIDI automation of controls across multiple MIDI channels?
-
@aaronventure checked a few of those and they are all no low hanging fruits - some are inaccessible to the main controller instance (JUCE_BETTER_MACHINE_IDS), some are actual compile time constants which change the class templates (JUCE_USE_BETTER_MACHINE_IDS)
- HISE_SUSPENSION_TAIL_MS was easy to add
- NUM_HARDCODED_FX_MODS and NUM_HARDCODED_POLY_FX_MODS are also dynamic now.
I've also added them to the about window and they will read out the exact value that HISE uses (so either the compiled default or the value overriden in the extra definition field).
-
@Christoph-Hart Nice. Another one I found,
HISE_MAX_DELAY_TIME_SAMPLES
I found the post as well https://forum.hise.audio/topic/8023/preprocesor-definitions
-
@aaronventure cant recall who made these but I use them alot - so thanks whoever...
-
@Lindon ah good one I‘ll go through the list and check which ones can be made dynamic.
-
@Lindon said in Proper MIDI automation of controls across multiple MIDI channels?:
cant recall who made these but I use them alot - so thanks whoever...
Yeah check the topic I linked to, these are the same docs. It's @modularsamples