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 aa01a84ed5 Added MidiMessage::isResetAllControllers() method 7 years ago
..
juce_MidiBuffer.cpp Fixed some VS2013 compiler errors 7 years ago
juce_MidiBuffer.h Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 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 Added some move constructors for MidiFile, and tidied-up its internals a bit 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 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_MidiMessage.cpp Added MidiMessage::isResetAllControllers() method 7 years ago
juce_MidiMessage.h Added MidiMessage::isResetAllControllers() method 7 years ago
juce_MidiMessageSequence.cpp A minor code tidyup 7 years ago
juce_MidiMessageSequence.h A minor code tidyup 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 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