'getSourceGainValue' not working in compiled app
-
I have 2 types of meters.
The 1st uses 'getCurrentLevel()' to get the value of ChildSynths.
The 2nd uses 'getSourceGainValue()' to get the value of the synths' RoutingMatrix.Both work perfectly inside HISE. However, in the compiled app, only the first kind of meters are showing. The 2nd type are not.
Since most of the logic is the same, I am drawing the conclusion that the likely issue is with 'getSourceGainValue()'.
Am I missing something, or is this a bug?
-
@gorangrooves Probably need to add
ENABLE_ALL_PEAK_METERS=1
in project preferences. -
@d-healey No, it is not that. I have enabled it, and the other meters are working.