Total RAM usage readout
-
Could we get a total of all the RAM being used by an instrument displayed up with the CPU usage?
-
Yes. I'll add that. You mean the number displayed at the sample table?
-
Yeah for all of the samplers in the instrument. I was thinking in this section
And the same for the exported plugin.
-
Yes, makes sense.
-
Little bump on this... :)
-
Yep, sure, I'll add some methods.
-
Alright, these new functions can be used for this:
Engine.getCpuUsage(); Engine.getMemoryUsage(); Engine.getNumVoices();
-
Is it fine to run
Engine.getCpuUsage()
in each onNote and onController call? -
For debugging yes, but why would you do that in a production library?
-
Good question...