.. |
juce_AudioPluginInstance.cpp
|
Added a comment to clarify the behaviour of hosted parameter IDs
|
7 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 some checks on index values in AudioProcessor
|
7 years ago |
juce_AudioProcessor.h
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
7 years ago |
juce_AudioProcessorEditor.cpp
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
juce_AudioProcessorEditor.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_AudioProcessorGraph.cpp
|
Converted some old typedefs to using declarations
|
7 years ago |
juce_AudioProcessorGraph.h
|
Converted some old typedefs to using declarations
|
7 years ago |
juce_AudioProcessorListener.h
|
Add documentation tags
|
7 years ago |
juce_AudioProcessorParameter.h
|
Fixed some bugs in GenericAudioProcessorEditor
|
7 years ago |
juce_GenericAudioProcessorEditor.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 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 |