JUCE's Projucer has integrated GUI Editor.
How can I use the GUI Editor to create GUI during Audio Plugin project creation?
Asked
Active
Viewed 1,386 times
0

Vladimir Bershov
- 2,701
- 2
- 21
- 51
1 Answers
1
You have to:
Select NewComponent.cpp (assuming you created is using "Add new GUI Component")
Switch tabs (for example between Class and Subcomponents).
After these steps the "Add new component" functions become active.
I suspect that this is a bug in Projucer.

Ruurd Adema
- 920
- 7
- 17