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.
Julian Storer dbdea7c6d4 Removed the Component::getComponentUID() method, and slimmed down the component class implementation slightly. 14 years ago
Builds Created a new class: MACAddress, which replaces the old MAC address detection functions with a cleaner implementation. 14 years ago
amalgamation Created a new class: MACAddress, which replaces the old MAC address detection functions with a cleaner implementation. 14 years ago
bin Updated .gitignore 15 years ago
docs Updated changelist. 15 years ago
extras Removed the Component::getComponentUID() method, and slimmed down the component class implementation slightly. 14 years ago
src Removed the Component::getComponentUID() method, and slimmed down the component class implementation slightly. 14 years ago
.gitignore Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead) 15 years ago
Juce.jucer Created a new class: MACAddress, which replaces the old MAC address detection functions with a cleaner implementation. 14 years ago
juce.h Cleaned up and restructured some app startup code. Updated some iPhone settings. 15 years ago
juce_Config.h Added the AudioData class, which contains a range of templated structrures for manipulating different sample type primitives. This will replace the old AudioDataConverters class, and I've refactored a lot of the audio devices and formats to use the new classes. 14 years ago
juce_amalgamated.cpp Removed the Component::getComponentUID() method, and slimmed down the component class implementation slightly. 14 years ago
juce_amalgamated.h Removed the Component::getComponentUID() method, and slimmed down the component class implementation slightly. 14 years ago
juce_amalgamated.mm fix for a mac file bug introduced in the last check-in.. 15 years ago