1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

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.

This commit is contained in:
Julian Storer 2009-09-09 17:35:23 +01:00
parent f6faf867f7
commit 7dfc764bf0
19 changed files with 5618 additions and 3155 deletions

5
.gitignore vendored
View file

@ -6,6 +6,11 @@
*.ncb
*.suo
*.obj
*.ilk
*.pch
*.pdb
*.dep
*.idb
extras/juce demo/build/macosx/build
extras/juce demo/build/win32_vc8/Debug
extras/juce demo/build/win32_vc8/Release