1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_audio_devices/native
2016-08-24 09:39:05 +01:00
..
juce_android_Audio.cpp Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above). 2016-02-25 10:12:30 +00:00
juce_android_Midi.cpp Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
juce_android_OpenSL.cpp Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
juce_ios_Audio.cpp Fix deadlock in handleRouteChange for iOS audio. 2016-08-23 17:45:21 +01:00
juce_linux_ALSA.cpp Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
juce_linux_AudioCDReader.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_linux_JackAudio.cpp Update avtive ports when opening JACK audio device 2016-05-24 17:05:46 +01:00
juce_linux_Midi.cpp Fix a memory leak in linux ALSA code for MidiInput/MidiOutput 2016-08-01 14:47:39 +01:00
juce_mac_AudioCDBurner.mm Update copyright notice 2015-07-22 15:59:34 +01:00
juce_mac_AudioCDReader.mm Added some constructors to ReferenceCountedObjectPtr and ScopedPointer that specialise for std::nullptr_t. As well as being more optimal, this has the added bonus of forcing people to correctly use nullptr instead of '0'. 2016-07-05 09:54:06 +01:00
juce_mac_CoreAudio.cpp Fixed crash on internal changes within aggregate audio devices on OS X 2016-08-24 09:39:05 +01:00
juce_mac_CoreMidi.cpp MIDI network session enabled for iOS simulator 2016-08-04 12:24:21 +01:00
juce_MidiDataConcatenator.h Added some logic to MidiDataConcatenator that avoids asserting on invalid input data 2016-06-07 16:54:18 +01:00
juce_win32_ASIO.cpp Added 32K as a supported ASIO sample rate 2016-06-03 11:03:48 +01:00
juce_win32_AudioCDBurner.cpp Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
juce_win32_AudioCDReader.cpp Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
juce_win32_DirectSound.cpp Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
juce_win32_Midi.cpp Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
juce_win32_WASAPI.cpp Fix errors and warnings on mingw-w64 2016-08-01 18:29:12 +01:00