.. |
juce_MidiDataConcatenator.h
|
Added some logic to MidiDataConcatenator that avoids asserting on invalid input data
|
9 years ago |
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).
|
9 years ago |
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.
|
9 years ago |
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.
|
9 years ago |
juce_ios_Audio.cpp
|
Fix deadlock in handleRouteChange for iOS audio.
|
8 years ago |
juce_linux_ALSA.cpp
|
Lots of small whitespace tweaks.
|
9 years ago |
juce_linux_AudioCDReader.cpp
|
Update copyright notice
|
10 years ago |
juce_linux_JackAudio.cpp
|
Update avtive ports when opening JACK audio device
|
9 years ago |
juce_linux_Midi.cpp
|
Fix a memory leak in linux ALSA code for MidiInput/MidiOutput
|
8 years ago |
juce_mac_AudioCDBurner.mm
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
8 years ago |
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'.
|
9 years ago |
juce_mac_CoreAudio.cpp
|
Fixed crash on internal changes within aggregate audio devices on OS X
|
8 years ago |
juce_mac_CoreMidi.cpp
|
MIDI network session enabled for iOS simulator
|
8 years ago |
juce_win32_ASIO.cpp
|
Added 32K as a supported ASIO sample rate
|
9 years ago |
juce_win32_AudioCDBurner.cpp
|
Lots of small whitespace tweaks.
|
9 years ago |
juce_win32_AudioCDReader.cpp
|
Lots of small whitespace tweaks.
|
9 years ago |
juce_win32_DirectSound.cpp
|
Used the ignoreUnused() function to tidy up some old code
|
9 years ago |
juce_win32_Midi.cpp
|
Lots of small whitespace tweaks.
|
9 years ago |
juce_win32_WASAPI.cpp
|
Fix errors and warnings on mingw-w64
|
8 years ago |