Level display in hise
-
Hello everyone! Is there a way to make a level display similar to FF Pro-L or Submission Flatline? Thanks
-
@kekient There's a
Effect.getCurrentLevel()
that you can catch to populate an array that you use for drawing a path.
If you're in scriptnode, then this would probably be doable directly from apeak
node, that you catch using anExternalDisplayBuffer
https://docs.hise.dev/scripting/scripting-api/displaybuffersource/index.html
https://docs.hise.dev/scripting/scripting-api/displaybuffer/index.html -
@ustk thank you so much, I'll try!