.. |
juce_AudioPluginInstance.cpp
|
Moved AudioPluginInstance::refreshParameterList() into AudioProcessor. Did some refactoring of the way AudioProcessor maintains its internal flat list of parameters
|
6 years ago |
juce_AudioPluginInstance.h
|
Fixed some more Linux compiler warnings
|
6 years ago |
juce_AudioProcessor.cpp
|
Fixed some issues flagged by the Xcode static analysis tool
|
5 years ago |
juce_AudioProcessor.h
|
Threadsafety improvements
|
5 years ago |
juce_AudioProcessorEditor.cpp
|
Windows: Refactored DPI handling in the VST wrapper and hosting code
|
5 years ago |
juce_AudioProcessorEditor.h
|
Windows: Refactored DPI handling in the VST wrapper and hosting code
|
5 years ago |
juce_AudioProcessorGraph.cpp
|
AudioProcessorGraph: Immediately rebuild the graph if topology changes on the message thread
|
5 years ago |
juce_AudioProcessorGraph.h
|
Updated the documentation for AudioProcessorGraph::addNode()
|
5 years ago |
juce_AudioProcessorListener.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_AudioProcessorParameter.h
|
Fixed some more typos
|
5 years ago |
juce_AudioProcessorParameterGroup.cpp
|
AudioProcessorParameterGroup: Improved the documentation
|
5 years ago |
juce_AudioProcessorParameterGroup.h
|
Fixed some more typos
|
5 years ago |
juce_GenericAudioProcessorEditor.cpp
|
Increase the GenericAudioProcessorEditor minimum height
|
5 years ago |
juce_GenericAudioProcessorEditor.h
|
Changed the constructor of GenericAudioProcessorEditor to take a reference rather than a pointer, to match all the other AudioProcessorEditor classes. Also tweaked its implementation to resize its components horizontally to fit the width of the parent window
|
6 years ago |
juce_PluginDescription.cpp
|
Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit
|
6 years ago |
juce_PluginDescription.h
|
Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit
|
6 years ago |