HISE’s CPU readout is at 0% in the compiled plugin in logic.
-
The cpu performance meter works in the standalone scipting environment,
but my compiled plugin isnt showing any movement on the cpu meter.
are there extra definitions i need to check before compiling?
it works in reaper, just not in logic.
-
@jeffd Since DAWs are reporting there own vison of the plugin CPU consumption, can't you just hide it in the plugin with
Engine.isPlugin(). This might prevent confusion for the user since the values won't be the same between DAW and plugin... -
@ustk yeah ill just hide it.
I was gonna have it as part of the interface for the user to see cpu and ram usage, but its not really necessary.