1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_devices/native
2014-07-10 18:57:24 +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 Added a method AudioIODevice::setGainPreprocessingEnabled() to allow disabling of mic AGC on iOS and Android devices. 2014-05-24 19:04:47 +01:00
juce_ios_Audio.cpp Added a method AudioIODevice::setGainPreprocessingEnabled() to allow disabling of mic AGC on iOS and Android devices. 2014-05-24 19:04:47 +01:00
juce_linux_ALSA.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_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 On OSX/linux, made sure the MidiOutput closes its thread on destruction. 2014-04-09 12:35:56 +01: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 Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +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 Added some extra sample rate support for ASIO. 2014-06-05 16:20:25 +01: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 Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor. 2014-03-26 18:08:10 +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 Minor clean-ups 2014-03-26 16:15:26 +00:00