A question about getCurrentLevel()...
-
I,m using getCurrentLevel() to monitoring the output of different containers in my project:
...and I found that works perfectly inside HISE but not in the compiled standalone app.
Has anybody an idea of why this happens?
Thanks for any help. -
Yes this is correct behaviour. By default, the peak meters are not enabled in a compiled plugin to save CPU usage and the only peak level that is used is for the master container's output. If you want to enable all peak meters for all modules, you can pass in a compiler switch in your project settings:
-
@christoph-hart
Thank you very much for your explanation.I´ll pass this switch in my proyect settings.
-
@jadg said in A question about getCurrentLevel()...:
@christoph-hart
Thank you very much for your explanation.I´ll pass this switch in my proyect settings.
All peak meters are working now !!!!
Thanks again