The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ed a54da0b832 Fixed some more typos 5 years ago
..
juce_AudioAppComponent.cpp Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup() 6 years ago
juce_AudioAppComponent.h Fixed some more typos 5 years ago
juce_AudioDeviceSelectorComponent.cpp Fixed some compiler warnings 5 years ago
juce_AudioDeviceSelectorComponent.h Added identifier-based MIDI input/output methods to AudioDeviceManager and deprecated the old name-based methods 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 Windows: Removed some VS2013 workarounds 5 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 Fixed some GCC compiler warnings and removed deprecated functions 6 years ago
juce_MidiKeyboardComponent.h Fixed an issue overriding MidiKeyboardComponent::mouseDownOnKey 6 years ago