Tracktion / pluginval

Cross platform plugin testing and validation tool
GNU General Public License v3.0
390 stars 57 forks source link

Remove JuceHeader.h and qualify with juce:: namespace #90

Closed sudara closed 2 years ago

sudara commented 2 years ago

green build: https://github.com/sudara/pluginval/actions/runs/2940195250

Does what it says on the box:

  1. Removes JuceHeader.h and replaces with minimum necessary JUCE headers.
  2. Qualifies everything juce with juce:: namespace.
  3. Fixed one or two typos
  4. Adds some Clion IDE stuff to .gitignore

That's it! Took 1 hr. Fun fact: my v key actually fell off my mechanical keyboard from all the cmd-v-ing :)