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 eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 6 years ago
..
juce_MidiBuffer.cpp Fixed an invalid memory read when handling MIDI reset messages 6 years ago
juce_MidiBuffer.h Add documentation tags 7 years ago
juce_MidiFile.cpp Replaced all uses of static_cast<Type&&> with std::move 6 years ago
juce_MidiFile.h Fixed a documentation warning in juce_MidiFile.h 7 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 Add documentation tags 7 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 Replaced all uses of static_cast<Type&&> with std::move 6 years ago
juce_MidiMessageSequence.h Add documentation tags 7 years ago
juce_MidiRPN.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_MidiRPN.h Add documentation tags 7 years ago