The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ed 81fbbdfe20 Fixed dropped MIDI messages in AudioProcessorGraph with large buffer sizes 6 years ago
..
juce_AudioPluginInstance.cpp Multiple spelling fixes 6 years ago
juce_AudioPluginInstance.h Added various clang-tidy modernize-* fixes 6 years ago
juce_AudioProcessor.cpp Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 6 years ago
juce_AudioProcessor.h Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 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 Changes to avoid some clang warnings 6 years ago
juce_AudioProcessorGraph.cpp Fixed dropped MIDI messages in AudioProcessorGraph with large buffer sizes 6 years ago
juce_AudioProcessorGraph.h Changes to avoid some clang warnings 6 years ago
juce_AudioProcessorListener.h Added various clang-tidy modernize-* fixes 6 years ago
juce_AudioProcessorParameter.h Added various clang-tidy modernize-* fixes 6 years ago
juce_AudioProcessorParameterGroup.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
juce_AudioProcessorParameterGroup.h Minor documentation fixes 6 years ago
juce_GenericAudioProcessorEditor.cpp Changes to avoid some clang warnings 6 years ago
juce_GenericAudioProcessorEditor.h Changes to avoid some clang warnings 6 years ago
juce_PluginDescription.cpp Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 6 years ago
juce_PluginDescription.h Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 6 years ago