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.
jules 1e6bbb8da9 Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 7 years ago
..
juce_AudioPluginInstance.cpp Fixed some compiler warnings 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 method AudioProcessor::getWrapperTypeDescription 7 years ago
juce_AudioProcessor.h Added method AudioProcessor::getWrapperTypeDescription 7 years ago
juce_AudioProcessorEditor.cpp Added support for building Unity native audio plugins on desktop platforms 7 years ago
juce_AudioProcessorEditor.h Added support for building Unity native audio plugins on desktop platforms 7 years ago
juce_AudioProcessorGraph.cpp Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 7 years ago
juce_AudioProcessorGraph.h Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 7 years ago
juce_AudioProcessorListener.h Add documentation tags 7 years ago
juce_AudioProcessorParameter.h Changed a variable name to more clearly denote a normalised parameter value 7 years ago
juce_GenericAudioProcessorEditor.cpp Fixed some compiler warnings 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