1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00
JUCE/examples/audio plugin demo/Source
2017-02-17 15:34:10 +00:00
..
PluginEditor.cpp Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
PluginEditor.h Replaced Projucer-generated header guards with #pragma once and updated the examples 2017-02-17 15:34:10 +00:00
PluginProcessor.cpp Updated the JUCE demo plugin to support standalone targets on all platforms 2017-02-01 17:18:06 +00:00
PluginProcessor.h Replaced Projucer-generated header guards with #pragma once and updated the examples 2017-02-17 15:34:10 +00:00
SinewaveSynth.h Added a collection of audio plugin parameter utility classes in juce_audio_processors/utilities 2015-11-02 14:49:47 +00:00