Skip to content

This is the most basic implementation of a JUCE plug-in with a JavaScript / HTML / CSS user interface. I use the Choc library to interface C++ / JUCE code with the webview.

License

Notifications You must be signed in to change notification settings

TheAudioProgrammer/webview_juce_plugin_choc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the most basic "hello world" implementation of a JUCE plug-in with a JavaScript / HTML / CSS user interface.

I use the Choc library to interface C++ / JUCE code with the webview.

In this code I'm using an AudioProcessorValueTreeState to register GAIN as a parameter. I then route data bi-directionally - from the UI (JavaScript) to the Processor (C++) and vice versa.

About

This is the most basic implementation of a JUCE plug-in with a JavaScript / HTML / CSS user interface. I use the Choc library to interface C++ / JUCE code with the webview.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published