.. |
juce_AudioPluginInstance.cpp
|
Multiple spelling fixes
|
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 plug-in parameter groups
|
6 years ago |
juce_AudioProcessor.h
|
Added plug-in parameter groups
|
6 years ago |
juce_AudioProcessorEditor.cpp
|
Ensure that setting a plug-in to be non-resizable using AudioProcessorEditor::setResizable() does not overwrite custom bounds constrainers
|
6 years ago |
juce_AudioProcessorEditor.h
|
Added support for building Unity native audio plugins on desktop platforms
|
7 years ago |
juce_AudioProcessorGraph.cpp
|
Windows: Restricted the thread safe Studio One hang fix to only non-realtime cases
|
6 years ago |
juce_AudioProcessorGraph.h
|
Workaround for old Visual Studio compatibility
|
6 years ago |
juce_AudioProcessorListener.h
|
Cleaned up some doc comments
|
6 years ago |
juce_AudioProcessorParameter.h
|
Cleaned up some doc comments
|
6 years ago |
juce_AudioProcessorParameterGroup.cpp
|
Added plug-in parameter groups
|
6 years ago |
juce_AudioProcessorParameterGroup.h
|
Added plug-in parameter groups
|
6 years ago |
juce_GenericAudioProcessorEditor.cpp
|
AUv3: Fixed a bug setting discrete parameters from the GUI
|
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 |