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 e1e3b42b4f Fixed an invalid memory read when handling MIDI reset messages 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 Midi: Adding matching note-offs for note-ons is now optional and be disabled via a parameter of MidiFile::readFrom 7 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 Made the MidiMessageSequence copy constructor generate a more faithful version of the original state, rather than always matching up all note on/off pairs 7 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