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.
Tom Poole 43e623661e Fixed a typo in a comment 6 years ago
..
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 Fixed some layout issues when using an AudioDeviceSelectorComponent with the "advanced" settings hidden 6 years ago
juce_AudioDeviceSelectorComponent.h Changes to avoid some clang warnings 6 years ago
juce_AudioThumbnail.cpp Changes to avoid some clang warnings 6 years ago
juce_AudioThumbnail.h Changes to avoid some clang warnings 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 6 years ago
juce_AudioVisualiserComponent.h Changes to avoid some clang warnings 6 years ago
juce_BluetoothMidiDevicePairingDialogue.h Add documentation tags 7 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