| .. |
|
juce_AudioAppComponent.cpp
|
Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup()
|
2018-09-10 11:46:47 +01:00 |
|
juce_AudioAppComponent.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_AudioDeviceSelectorComponent.cpp
|
Added identifier-based MIDI input/output methods to AudioDeviceManager and deprecated the old name-based methods
|
2019-05-22 15:45:15 +01:00 |
|
juce_AudioDeviceSelectorComponent.h
|
Added identifier-based MIDI input/output methods to AudioDeviceManager and deprecated the old name-based methods
|
2019-05-22 15:45:15 +01:00 |
|
juce_AudioThumbnail.cpp
|
Fix some data races flagged when running the AudioPlaybackDemo with Xcode's thread sanitiser enabled
|
2019-04-01 15:39:27 +01:00 |
|
juce_AudioThumbnail.h
|
Fixed a potential data race in AudioThumbnail
|
2019-03-25 16:24:40 +00:00 |
|
juce_AudioThumbnailBase.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
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
|
2017-09-08 08:59:55 +01:00 |
|
juce_AudioThumbnailCache.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_AudioVisualiserComponent.cpp
|
Worked around a VS2013 compiler error
|
2018-07-10 12:49:52 +01:00 |
|
juce_AudioVisualiserComponent.h
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |
|
juce_BluetoothMidiDevicePairingDialogue.h
|
macOS: Added a Bluetooth MIDI pairing dialog
|
2019-03-29 17:05:34 +00:00 |
|
juce_MidiKeyboardComponent.cpp
|
Fixed an issue overriding MidiKeyboardComponent::mouseDownOnKey
|
2019-05-15 16:44:50 +01:00 |
|
juce_MidiKeyboardComponent.h
|
Fixed an issue overriding MidiKeyboardComponent::mouseDownOnKey
|
2019-05-15 16:44:50 +01:00 |