Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hello, the bpm of the daw is automatically synchronized with a hise plugin? Or should I add something, I don't remember. I would like to display the bpm of the daw on a label, how to do it? THANKS
@yall Engine.getHostBPM()
Engine.getHostBPM()
@yall
function onNoteOn() { var bpm_host = Engine.getHostBpm(); }