1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +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-22 22:38:54 +01:00
bin Updated .gitignore 2009-08-27 20:07:12 +01:00
build Complete revamp of the Juce Demo's audio page, to include several tabs of handy demos, including audio recording, synths, playback, audio thumbnails and an automatic round-trip latency detector 2009-09-19 14:01:55 +01:00
docs minor tidying up 2009-08-17 17:15:09 +00:00
extras added an xcode post-build script to the plugin demo to automatically copy the plugin to the various plugin folders 2009-09-22 22:38:54 +01:00
src Updated some help information, and changed the audio plugin plist bundle type to work better in all hosts. 2009-09-22 14:56:36 +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 Changes to improve AU, VST and RTAS key forwarding on the Mac 2009-09-21 23:28:13 +01:00
juce_amalgamated.h Fixed some problems with audio formats not correctly clearing their buffers; Rewrote the CoreAudio functions to avoid deprecated functions. 2009-09-19 13:18: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