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 b171ae8400 Workaround for CoreAudio devices that don't change sample rate correctly in 10.6; improvement to WASAPI error reporting 15 years ago
bin Updated .gitignore 16 years ago
build fixed a seek bug in the flac reader; added a JucePlugin_TailLengthSeconds setting for plugins; made the colour class limit the HSV values that are passed into it 16 years ago
docs Rebuilt the docs including a couple of missing classes; tweaked WebBrowserComponent to make page unloading optional; small efficiency improvement to ThreadPool 15 years ago
extras Fixes for viewports, flac seeking, plugin hosting of carbon UIs, and activeX control embedding. 15 years ago
src Workaround for CoreAudio devices that don't change sample rate correctly in 10.6; improvement to WASAPI error reporting 15 years ago
.gitignore updated some of the mac pre-built apps. 16 years ago
juce.h Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 16 years ago
juce_Config.h Initial check-in of a new WASAPI audio device wrapper (not properly tested yet!), and tidied up all the audio device type creation functions to make it easier to cope with all these different device types. Added a couple of config entries to enable WASAPI and DSound, so a windows build can use any combination of device APIs. Also replaced the string-to-double conversion code with a custom function to avoid localisation problems with commas and full-stops. 16 years ago
juce_amalgamated.cpp Workaround for CoreAudio devices that don't change sample rate correctly in 10.6; improvement to WASAPI error reporting 15 years ago
juce_amalgamated.h Rebuilt the docs including a couple of missing classes; tweaked WebBrowserComponent to make page unloading optional; small efficiency improvement to ThreadPool 15 years ago
juce_amalgamated.mm 17 years ago