What happened to custom settings in floating panel?
-
Hey guys,
I am wondering if anyone else has compiled their plugin using the latest version of HISE and is experiencing the same issues as me.
The floating panel which has settings such as scale factor, clear CC, sustain CC etc. no longer displays all relevant settings in either HISE nor the compiled plugin. I am missing the following ones:Streaming mode, max voices, graphic rendering, sustain CC, clear MIDI
Anyone else?
-
Yes I removed a few settings that are either redundant or not working:
- Open GL mode (is deactivated since a long time internally, never got it to work consistently anyway)
- CC sustain remap (totally exotic use case, just use a MIDI processor for that feature if you really need it)
- Global transpose along with the Tuning floating tile.
This is the commit in question:
https://github.com/christophhart/HISE/commit/95d58ecd88d7fc45d05726377c98d7573cba559b
The other ones should be there.
-
@Christoph-Hart Good to know. Thank you!