0

JUCE's Projucer has integrated GUI Editor.
How can I use the GUI Editor to create GUI during Audio Plugin project creation?

enter image description here

Vladimir Bershov
  • 2,701
  • 2
  • 21
  • 51

1 Answers1

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