| .. |
|
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
|
Tweaked the iOS audio device to make the default buffer size play in the simulator
|
2016-06-01 10:33:28 +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
|
Added a MidiDataConcatenator to the linux MIDI implementation, to help handle large and broken-up sysex messages
|
2016-04-26 11:27:57 +01:00 |
|
juce_mac_AudioCDBurner.mm
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
juce_mac_AudioCDReader.mm
|
Used the ignoreUnused() function to tidy up some old code
|
2015-12-23 16:27:50 +00:00 |
|
juce_mac_CoreAudio.cpp
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
juce_mac_CoreMidi.cpp
|
Added an assertion in OSX MIDI device detection, as this can apparently fail if not done on the message thread
|
2016-03-10 10:10:00 +00: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
|
A few minor mingw workarounds.
|
2016-01-18 17:03:52 +00:00 |