peak meters not rendering in compiled plugin
-
I have these extra definitions in place in the settings menu:
ENABLE_PEAK_METERS_FOR_GAIN_EFFECT=1
ENABLE_ALL_PEAKS_METERS=1but the compiled plugin still does not show the meters moving / rendering.
it does work in the HISE workspace.are there other definitions to get the animated meters to work?
-
@jeffd You get a typo, it's
ENABLE_ALL_PEAK_METERS=1
-
@ustk ah
thanks! -
@jeffd still didnt work though after fixing the typo
-
@jeffd Can you show a screenshot of your extra definitions?
-
-
@jeffd That looks correct. Make a minimal test project with a sinewave gen and see if it works.
-
i had Channelndexes set to null.
the docs say Set to [0,1] for stereo.
so changed that to 1 but didnt make a difference.also..i cant figure out what the "Index" is?
tried using just 1 and doesnt do anything different.anything look strange here?
hold on let me try [0,1]
-
@jeffd ah that just changes the meters to 2 columns for stereo
-
@jeffd
ok that was my problem.
i needed to set the array for the channelIndexes