Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plumb Graph Events to Webview Environment #9

Open
nick-thompson opened this issue Jan 7, 2024 · 1 comment
Open

Plumb Graph Events to Webview Environment #9

nick-thompson opened this issue Jan 7, 2024 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@nick-thompson
Copy link
Contributor

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)

@nick-thompson nick-thompson added good first issue Good for newcomers help wanted Extra attention is needed labels Jan 7, 2024
@nick-thompson
Copy link
Contributor Author

Done in 8a4b430, will close this out after the merge to main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant