1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00
JUCE/modules/juce_audio_devices/audio_io
2012-07-07 21:09:10 +01:00
..
juce_AudioDeviceManager.cpp Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
juce_AudioDeviceManager.h Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file. 2012-06-13 20:11:09 +01:00
juce_AudioIODevice.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_AudioIODevice.h Fixed a typo in the temporary amalgamated files. Tidied up some constness. 2011-08-12 13:25:06 +01:00
juce_AudioIODeviceType.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_AudioIODeviceType.h Android: added OpenSLES audio device type. 2012-03-09 12:23:34 +00:00