| .. |
|
juce_MidiDataConcatenator.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
juce_android_Audio.cpp
|
Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef)
|
8 years ago |
|
juce_android_Midi.cpp
|
Some minor formatting and comment fixes
|
8 years ago |
|
juce_android_OpenSL.cpp
|
Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef)
|
8 years ago |
|
juce_ios_Audio.cpp
|
iOS: Fixed a bug in the audio channels of the simulator and older versions of iOS
|
8 years ago |
|
juce_ios_Audio.h
|
iOS: Refactored iOSAudioDevice to support multi-channel audio devices and improve the handling of sample rate changes from other apps
|
8 years ago |
|
juce_linux_ALSA.cpp
|
Some minor formatting and comment fixes
|
8 years ago |
|
juce_linux_JackAudio.cpp
|
Added getXRunCount to AudioIODevice as a way to get Xrun counts from underlying hardware
|
8 years ago |
|
juce_linux_Midi.cpp
|
Some minor formatting and comment fixes
|
8 years ago |
|
juce_mac_CoreAudio.cpp
|
CoreAudio: Fixed some additional issues handling background device changes
|
7 years ago |
|
juce_mac_CoreMidi.cpp
|
Quick tidy-up of some messaging classes
|
8 years ago |
|
juce_win32_ASIO.cpp
|
Some light modernisation of a bunch of old code
|
8 years ago |
|
juce_win32_DirectSound.cpp
|
Some minor formatting and comment fixes
|
8 years ago |
|
juce_win32_Midi.cpp
|
Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated!
|
7 years ago |
|
juce_win32_WASAPI.cpp
|
Some minor formatting and comment fixes
|
8 years ago |