The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
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.
jules 2e2cfb5f6c Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 6 years ago
..
AUv3SynthPluginDemo.h Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 7 years ago
ArpeggiatorPluginDemo.h Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 7 years ago
AudioPluginDemo.h Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 6 years ago
DSPModulePluginDemo.h Fixed a compile error in the DSPModulePluginDemo example 6 years ago
GainPluginDemo.h Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 7 years ago
InterAppAudioEffectPluginDemo.h Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 6 years ago
MultiOutSynthPluginDemo.h Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 7 years ago
NoiseGatePluginDemo.h Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 7 years ago
SamplerPluginDemo.h Added a new templated SmoothedValue class 6 years ago
SurroundPluginDemo.h Added a VS2019 exporter to all example PIPs 6 years ago