The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 1b8e22ca2b ASIO fixes. 13 years ago
..
juce_MidiDataConcatenator.h Added midi-out support for AU hosting. 13 years ago
juce_android_Audio.cpp Android OpenSL latency work. 13 years ago
juce_android_Midi.cpp First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago
juce_android_OpenSL.cpp Cleared OpenSL buffer before playing. 13 years ago
juce_ios_Audio.cpp Renamed a few old references to "iPhoneOS" as "iOS". 13 years ago
juce_linux_ALSA.cpp Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 13 years ago
juce_linux_AudioCDReader.cpp First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago
juce_linux_JackAudio.cpp Yet more JACK changes.. 13 years ago
juce_linux_Midi.cpp Made some ALSA midi names customisable. 13 years ago
juce_mac_AudioCDBurner.mm Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file. 13 years ago
juce_mac_AudioCDReader.mm First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago
juce_mac_CoreAudio.cpp Made sure that audio device block sizes are multiples of 16. 13 years ago
juce_mac_CoreMidi.cpp Fixed some more warnings. 13 years ago
juce_win32_ASIO.cpp ASIO fixes. 13 years ago
juce_win32_AudioCDBurner.cpp Added better constructors for AudioSourceChannelInfo. 13 years ago
juce_win32_AudioCDReader.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. 13 years ago
juce_win32_DirectSound.cpp Added Logger::getCurrentLogger method. 13 years ago
juce_win32_Midi.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. 13 years ago
juce_win32_WASAPI.cpp Added Logger::getCurrentLogger method. 13 years ago