1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00
JUCE/src
2009-07-03 16:33:29 +00:00
..
juce_appframework changed the AudioFormatReader class to make the formats more consistent in the way they deal with requests for a different number of channels to the number that the file contains. This will mean that anyone who's using a custom AudioFormat will need to replace their read() method with a readSamples() method (easy to do - it's quite similar, with a couple of extra parameters, and actually makes things a bit easier for the subclass). 2009-07-02 15:11:45 +00:00
juce_core fixed broken CD reader code on linux; added support for broadcasting in DatagramSockets; small fix for String::replaceSection 2009-07-03 16:33:29 +00:00
juce_amalgamated_template.cpp Changed AudioDeviceManager to support multiple simultaneous callbacks - this will break some code, but is easy to change by using AudioDeviceManager::addAudioCallback instead of setAudioCallback. Also added a new variant class 'var' which will be used by future browser-plugin support and scripting. 2009-04-17 14:18:48 +00:00
juce_amalgamated_template.h cosmetic cleanup 2008-06-17 11:53:12 +00:00
juce_app_includes.h Added the CameraDevice class to allow webcam capture! 2009-06-24 14:31:23 +00:00
juce_core_includes.h Changed AudioDeviceManager to support multiple simultaneous callbacks - this will break some code, but is easy to change by using AudioDeviceManager::addAudioCallback instead of setAudioCallback. Also added a new variant class 'var' which will be used by future browser-plugin support and scripting. 2009-04-17 14:18:48 +00:00
juce_DefineMacros.h (automatic tidy-up of whitespace) 2007-07-31 11:27:20 +00:00
juce_WithoutMacros.h (automatic tidy-up of whitespace) 2007-07-31 11:27:20 +00:00