| .. |
|
juce_AudioPluginInstance.cpp
|
AudioPluginInstance: Add API to retrieve parameter IDs from hosted plugins
|
2021-09-27 15:44:47 +01:00 |
|
juce_AudioPluginInstance.h
|
HostedAudioProcessorParameter: Extract from AudioPluginInstance
|
2021-10-14 13:15:25 +01:00 |
|
juce_AudioProcessor.cpp
|
AudioProcessor: Validate parameter version hints
|
2022-03-03 13:44:49 +00:00 |
|
juce_AudioProcessor.h
|
AudioProcessor: Validate parameter version hints
|
2022-03-03 13:44:49 +00:00 |
|
juce_AudioProcessorEditor.cpp
|
AudioProcessorEditor: Fixed a bug introduced in 5a59c92b causing editors to always be marked as resizable by the host when using the default ComponentBoundsConstrainer
|
2021-05-26 09:21:13 +01:00 |
|
juce_AudioProcessorEditor.h
|
Fix some typos
|
2022-01-25 11:48:46 +00:00 |
|
juce_AudioProcessorEditorHostContext.h
|
AudioProcessorEditorHostContext: Fix naming of getContextMenuForParameter
|
2022-02-18 16:43:25 +00:00 |
|
juce_AudioProcessorGraph.cpp
|
AudioProcessorGraph: Fix MIDI channel bug and graph execution modification
|
2022-03-28 20:47:30 +01:00 |
|
juce_AudioProcessorGraph.h
|
AudioProcessorGraph: Fix MIDI channel bug and graph execution modification
|
2022-03-28 20:47:30 +01:00 |
|
juce_AudioProcessorListener.h
|
Nodiscard: Add to builder-pattern functions
|
2022-01-27 18:43:21 +00:00 |
|
juce_AudioProcessorParameter.h
|
AudioProcessorParameter: Add getVersionHint function
|
2022-03-03 13:44:48 +00:00 |
|
juce_AudioProcessorParameterGroup.cpp
|
Windows: Fix and suppress some analysis warnings
|
2021-05-26 15:34:26 +01:00 |
|
juce_AudioProcessorParameterGroup.h
|
Update code to use C++14 [[deprecated]] attribute
|
2021-09-29 16:14:00 +01:00 |
|
juce_GenericAudioProcessorEditor.cpp
|
AudioProcessorEditorHostContext: Fix naming of getContextMenuForParameter
|
2022-02-18 16:43:25 +00:00 |
|
juce_GenericAudioProcessorEditor.h
|
Update code to use C++14 [[deprecated]] attribute
|
2021-09-29 16:14:00 +01:00 |
|
juce_HostedAudioProcessorParameter.h
|
AudioProcessorParameter: Add getVersionHint function
|
2022-03-03 13:44:48 +00:00 |
|
juce_PluginDescription.cpp
|
PluginDescription: Fall back to using deprecatedUID in createIdentifierString() if the new uniqueID is not known
|
2022-02-23 10:56:10 +00:00 |
|
juce_PluginDescription.h
|
VST3: Add a new PluginDescription::uniqueId field
|
2021-04-07 15:14:20 +01:00 |