1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. https://juce.com
Find a file
2009-09-28 16:38:34 +01:00
bin Updated .gitignore 2009-08-27 20:07:12 +01:00
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 2009-09-24 13:45:43 +01:00
docs minor tidying up 2009-08-17 17:15:09 +00:00
extras Fixes for viewports, flac seeking, plugin hosting of carbon UIs, and activeX control embedding. 2009-09-28 16:38:34 +01:00
src Fixes for viewports, flac seeking, plugin hosting of carbon UIs, and activeX control embedding. 2009-09-28 16:38:34 +01:00
.gitignore updated some of the mac pre-built apps. 2009-09-09 18:43:00 +01:00
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. 2009-08-22 21:57:23 +00:00
juce_amalgamated.cpp Fixes for viewports, flac seeking, plugin hosting of carbon UIs, and activeX control embedding. 2009-09-28 16:38:34 +01:00
juce_amalgamated.h 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 2009-09-24 13:45:43 +01:00
juce_amalgamated.mm 2008-05-20 19:42:00 +00:00
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. 2009-09-09 17:35:23 +01:00