.. |
juce_AudioPluginInstance.cpp
|
Fixed some compiler warnings
|
6 years ago |
juce_AudioPluginInstance.h
|
Re-worked plug-in wrappers to all use new parameter system via LegacyAudioParameter wrapper class
|
7 years ago |
juce_AudioProcessor.cpp
|
Added method AudioProcessor::getWrapperTypeDescription
|
7 years ago |
juce_AudioProcessor.h
|
Added method AudioProcessor::getWrapperTypeDescription
|
7 years ago |
juce_AudioProcessorEditor.cpp
|
Added support for building Unity native audio plugins on desktop platforms
|
7 years ago |
juce_AudioProcessorEditor.h
|
Added support for building Unity native audio plugins on desktop platforms
|
7 years ago |
juce_AudioProcessorGraph.cpp
|
Workaround for old Visual Studio compatibility
|
6 years ago |
juce_AudioProcessorGraph.h
|
Workaround for old Visual Studio compatibility
|
6 years ago |
juce_AudioProcessorListener.h
|
Add documentation tags
|
7 years ago |
juce_AudioProcessorParameter.h
|
Changed a variable name to more clearly denote a normalised parameter value
|
7 years ago |
juce_GenericAudioProcessorEditor.cpp
|
Fixed some compiler warnings
|
6 years ago |
juce_GenericAudioProcessorEditor.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_PluginDescription.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_PluginDescription.h
|
Add documentation tags
|
7 years ago |