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.
jules b46c63bdae 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_MidiBuffer.cpp Fixed some VS2013 compiler errors 7 years ago
juce_MidiBuffer.h Add documentation tags 7 years ago
juce_MidiFile.cpp Added some move constructors for MidiFile, and tidied-up its internals a bit 7 years ago
juce_MidiFile.h Add documentation tags 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 Added MidiMessage::isResetAllControllers() method 7 years ago
juce_MidiMessage.h Add documentation tags 7 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