1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_audio_devices/native
2015-03-31 16:43:57 +01:00
..
juce_android_Audio.cpp Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
juce_android_Midi.cpp On OSX/linux, made sure the MidiOutput closes its thread on destruction. 2014-04-09 12:35:56 +01:00
juce_android_OpenSL.cpp Avoided an arithmetic overflow in OpenSLAudioIODevice when buffer sizes are very big. 2015-02-26 15:34:52 +00:00
juce_ios_Audio.cpp Fixed a typo in iOS audio code. 2014-08-13 13:01:02 +01:00
juce_linux_ALSA.cpp Fix for ALSA CPU use when using an input device without an output device. 2015-01-14 11:01:02 +00:00
juce_linux_AudioCDReader.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_linux_JackAudio.cpp Better opening of JACK DLLs. 2014-02-24 09:15:35 +00:00
juce_linux_Midi.cpp Tweaked linux midi to use direct rather than buffered output. 2014-12-15 13:08:56 +00:00
juce_mac_AudioCDBurner.mm Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
juce_mac_AudioCDReader.mm Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_mac_CoreAudio.cpp Made AudioDeviceManager prefer to use a device's current sample rate if asked to use a default rate. 2015-03-31 16:43:57 +01:00
juce_mac_CoreMidi.cpp On OSX/linux, made sure the MidiOutput closes its thread on destruction. 2014-04-09 12:35:56 +01:00
juce_MidiDataConcatenator.h Attempt at better recovery from malformed sysex messages in a midi stream. 2014-03-06 16:02:09 +00:00
juce_win32_ASIO.cpp Tweaked ASIO device creation sequence to try to avoid breaking some flaky drivers. 2015-01-27 10:32:34 +00:00
juce_win32_AudioCDBurner.cpp Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
juce_win32_AudioCDReader.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_win32_DirectSound.cpp Minor clean-ups 2014-10-26 10:24:44 +00:00
juce_win32_Midi.cpp On OSX/linux, made sure the MidiOutput closes its thread on destruction. 2014-04-09 12:35:56 +01:00
juce_win32_WASAPI.cpp A couple more small fixes to WASAPI 2015-01-10 15:19:00 +00:00