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 0ed474e412 Fixed a potential crash when reading MIDI files with incorrect track length chunks 6 years ago
..
juce_MidiBuffer.cpp Changed the constructor of GenericAudioProcessorEditor to take a reference rather than a pointer, to match all the other AudioProcessorEditor classes. Also tweaked its implementation to resize its components horizontally to fit the width of the parent window 6 years ago
juce_MidiBuffer.h Add documentation tags 7 years ago
juce_MidiFile.cpp Fixed a potential crash when reading MIDI files with incorrect track length chunks 6 years ago
juce_MidiFile.h Made a couple of MidiFile methods const 6 years ago
juce_MidiKeyboardState.cpp Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 7 years ago
juce_MidiKeyboardState.h Added various clang-tidy modernize-* fixes 6 years ago
juce_MidiMessage.cpp Fixed an invalid memory read when handling MIDI reset messages 6 years ago
juce_MidiMessage.h Fixed an invalid memory read when handling MIDI reset messages 6 years ago
juce_MidiMessageSequence.cpp Enforced more comprehensive const-correctness in the JUCE container classes 6 years ago
juce_MidiMessageSequence.h Enforced more comprehensive const-correctness in the JUCE container classes 6 years ago
juce_MidiRPN.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
juce_MidiRPN.h Add documentation tags 7 years ago