1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_audio_utils/gui
2019-04-03 11:55:20 +01:00
..
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 Delete the current audio device when no inputs or outputs are specified in AudioDeviceManager::setAudioDeviceSetup() and ensure that the AudioDeviceSelectorComponent displays this correctly 2019-04-03 11:55:20 +01:00
juce_AudioDeviceSelectorComponent.h Changes to avoid some clang warnings 2019-01-18 08:59:28 +00: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 Make sure that the velocity value set in MidiKeyboardComponent::setVelocity() is used when sending notes 2018-10-19 15:18:14 +01:00
juce_MidiKeyboardComponent.h Fixed a typo in a comment 2019-03-11 09:45:57 +00:00