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 38295f332b Converted some old typedefs to using declarations 7 years ago
..
juce_OSCAddress.cpp Converted some old typedefs to using declarations 7 years ago
juce_OSCAddress.h Add documentation tags 7 years ago
juce_OSCArgument.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_OSCArgument.h Add documentation tags 7 years ago
juce_OSCBundle.cpp Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
juce_OSCBundle.h Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_OSCMessage.cpp Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 7 years ago
juce_OSCMessage.h Add documentation tags 7 years ago
juce_OSCReceiver.cpp Converted some old typedefs to using declarations 7 years ago
juce_OSCReceiver.h Converted some old typedefs to using declarations 7 years ago
juce_OSCSender.cpp Another batch of ScopedPointer cleanups 7 years ago
juce_OSCSender.h Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_OSCTimeTag.cpp Some minor formatting and comment fixes 7 years ago
juce_OSCTimeTag.h Add documentation tags 7 years ago
juce_OSCTypes.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_OSCTypes.h Add documentation tags 7 years ago