1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/examples/Plugins
2019-05-09 10:51:19 +01:00
..
ArpeggiatorPluginDemo.h Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 2018-06-27 11:37:27 +01:00
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 2019-05-09 10:51:19 +01:00
AUv3SynthPluginDemo.h Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 2018-06-27 11:37:27 +01:00
DSPModulePluginDemo.h Fixed a compile error in the DSPModulePluginDemo example 2019-03-26 18:31:30 +00:00
GainPluginDemo.h Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 2018-06-27 11:37:27 +01:00
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 2019-05-09 10:51:19 +01:00
MultiOutSynthPluginDemo.h Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 2018-06-27 11:37:27 +01:00
NoiseGatePluginDemo.h Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 2018-06-27 11:37:27 +01:00
SamplerPluginDemo.h Added a new templated SmoothedValue class 2019-02-19 09:38:04 +00:00
SurroundPluginDemo.h Added a VS2019 exporter to all example PIPs 2019-04-15 14:28:36 +01:00