Rectangle Viewer... Ok, but where?
-
How do you display that Rectangle Viewer for the scope
.sample
inspection? -
You have to compile HISE with
HISE_INCLUDE_PROFILING_TOOLKIT=1
- the.sample
function is part of the profiling toolbox.var x = Rectangle(200, 100, 400, 200); { .sample("noice"); Console.sample("funky", x); Console.sample("funky2", x.withSizeKeepingCentre(50, 50)); }
-
@Christoph-Hart Ok cool, I did tried it successfully once but wasn't able to understand why I can't anymore... Makes sense...
The doc say something about that flag, but my mind wasn't set to understand the viewer needed it