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
There's a video called "Building A Plugin With Elementary Audio" (https://youtu.be/vgq5fyxjSZE?t=511) where you're demonstrating the workflow with JUCE (as the base framework for VST / AU), Elementary Audio (for DSP) and React.js (for UI).
I'm wondered if there's a repo with this example available somewhere? I couldn't find it unfortunately.
More specifically I'm interested on how to start using React.js for UI in JUCE-based plugin? This would be so helpful to have an ability to have this 🙏🏻
There's a video called "Building A Plugin With Elementary Audio" (https://youtu.be/vgq5fyxjSZE?t=511) where you're demonstrating the workflow with JUCE (as the base framework for VST / AU), Elementary Audio (for DSP) and React.js (for UI).
Yes! In that talk I demonstrated the plugin-renderer of Elementary v1. That renderer is the one deprecated as of v2.0 and in it's place I have the effects-plugin example repo. Currently the example repo does not include the web UI bindings, I'm still working on adding those along with a blog post explaining some of the more nuanced details, but the interaction between Elementary<>JUCE is already demonstrated there.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi @nick-thompson 👋🏻
There's a video called "Building A Plugin With Elementary Audio" (https://youtu.be/vgq5fyxjSZE?t=511) where you're demonstrating the workflow with JUCE (as the base framework for VST / AU), Elementary Audio (for DSP) and React.js (for UI).
I'm wondered if there's a repo with this example available somewhere? I couldn't find it unfortunately.
More specifically I'm interested on how to start using React.js for UI in JUCE-based plugin? This would be so helpful to have an ability to have this 🙏🏻
Beta Was this translation helpful? Give feedback.
All reactions