1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_audio_processors/processors
2019-05-19 08:16:27 +01:00
..
juce_AudioPluginInstance.cpp Multiple spelling fixes 2018-08-20 18:16:24 +01:00
juce_AudioPluginInstance.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_AudioProcessor.cpp Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 2019-05-19 08:16:27 +01:00
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 2019-05-09 10:51:19 +01:00
juce_AudioProcessorEditor.cpp Ensure that setting a plug-in to be non-resizable using AudioProcessorEditor::setResizable() does not overwrite custom bounds constrainers 2018-10-25 14:14:28 +01:00
juce_AudioProcessorEditor.h Changes to avoid some clang warnings 2019-01-18 08:59:28 +00:00
juce_AudioProcessorGraph.cpp Fixed dropped MIDI messages in AudioProcessorGraph with large buffer sizes 2019-05-17 17:08:55 +01:00
juce_AudioProcessorGraph.h Changes to avoid some clang warnings 2019-01-18 08:59:28 +00:00
juce_AudioProcessorListener.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_AudioProcessorParameter.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_AudioProcessorParameterGroup.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_AudioProcessorParameterGroup.h Minor documentation fixes 2019-02-20 08:36:17 +00:00
juce_GenericAudioProcessorEditor.cpp Changes to avoid some clang warnings 2019-01-18 08:59:28 +00:00
juce_GenericAudioProcessorEditor.h Changes to avoid some clang warnings 2019-01-18 08:59:28 +00:00
juce_PluginDescription.cpp Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 2019-05-15 11:02:03 +01:00
juce_PluginDescription.h Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 2019-05-15 11:02:03 +01:00