UI for exported RNBO vst3
Hi guys!
Does anyone know what is the easiest way for creating UI for an exported RNBO vst3?
Any books or learning source?
THX
JUCE ... https://juce.com
this is what C74 have used for plugin generation, so basically you'll be editing/overloading standard JUCE code, in particular the editor.
there are some details in the example
https://github.com/Cycling74/rnbo.example.juce
in particular
https://github.com/Cycling74/rnbo.example.juce/blob/main/CUSTOM_UI.md
Ive not looked at the RNBO generated code for the VST yet, but Id assume it's generating VST parameters , which would then be accessible in the plugin editor juce class..
from the above doc, looks like C74 have used/suggesting projucer (yuck!) this makes it easier for end-users to create UI.
THX!!!!!!!
Thanks for the link to the CUSTOM_UI.md. Really helpful!
Is there a way to build UI in Max yet? It would be amazing if it automagically exports VST UI based on arrangement in presentation mode.