.. |
juce_AudioAppComponent.cpp
|
Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup()
|
6 years ago |
juce_AudioAppComponent.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_AudioDeviceSelectorComponent.cpp
|
Delete the current audio device when no inputs or outputs are specified in AudioDeviceManager::setAudioDeviceSetup() and ensure that the AudioDeviceSelectorComponent displays this correctly
|
6 years ago |
juce_AudioDeviceSelectorComponent.h
|
Changes to avoid some clang warnings
|
6 years ago |
juce_AudioThumbnail.cpp
|
Fix some data races flagged when running the AudioPlaybackDemo with Xcode's thread sanitiser enabled
|
6 years ago |
juce_AudioThumbnail.h
|
Fixed a potential data race in AudioThumbnail
|
6 years ago |
juce_AudioThumbnailBase.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_AudioThumbnailCache.cpp
|
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
|
7 years ago |
juce_AudioThumbnailCache.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
juce_AudioVisualiserComponent.cpp
|
Worked around a VS2013 compiler error
|
7 years ago |
juce_AudioVisualiserComponent.h
|
Changes to avoid some clang warnings
|
6 years ago |
juce_BluetoothMidiDevicePairingDialogue.h
|
macOS: Added a Bluetooth MIDI pairing dialog
|
6 years ago |
juce_MidiKeyboardComponent.cpp
|
Make sure that the velocity value set in MidiKeyboardComponent::setVelocity() is used when sending notes
|
6 years ago |
juce_MidiKeyboardComponent.h
|
Fixed a typo in a comment
|
6 years ago |