Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

JUCE_README.md 254B

123456
  1. This list details modifications made to the VST3 SDK in order to facilitate
  2. inclusion in JUCE.
  3. - `#warning` directives were removed from fstring.cpp, as these cannot be
  4. silenced with a `pragma GCC diagnostic ignored "-Wcpp"` when building with
  5. g++.