You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if you use any of the analysis nodes (meter, snapshot, etc) the events never go anywhere because the template here has not wired them up. This task is to fix that.
The work should be easy enough: Add a juce::Timer which periodically calls Runtime::processQueuedEvents, serializes the event batch, and dispatches it to the webview (if exists) by calling a new __receiveGraphEvents__ global (if exists)
The text was updated successfully, but these errors were encountered:
Right now if you use any of the analysis nodes (meter, snapshot, etc) the events never go anywhere because the template here has not wired them up. This task is to fix that.
The work should be easy enough: Add a juce::Timer which periodically calls
Runtime::processQueuedEvents
, serializes the event batch, and dispatches it to the webview (if exists) by calling a new__receiveGraphEvents__
global (if exists)The text was updated successfully, but these errors were encountered: