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 eb47f3c656 Fix for MidiFile::readNextTrack() 13 years ago
..
juce_MidiBuffer.cpp Purged some warnings. 13 years ago
juce_MidiBuffer.h Misc minor clean-ups. 13 years ago
juce_MidiFile.cpp Fix for MidiFile::readNextTrack() 13 years ago
juce_MidiFile.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
juce_MidiKeyboardState.cpp Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 13 years ago
juce_MidiKeyboardState.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
juce_MidiMessage.cpp Changed MidiMessage::getTextFromTextMetaEvent() to handle utf-8 as well as ascii. 13 years ago
juce_MidiMessage.h Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course) 13 years ago
juce_MidiMessageSequence.cpp Made MidiMessageSequence::addEvent return the new event. 13 years ago
juce_MidiMessageSequence.h Made MidiMessageSequence::addEvent return the new event. 13 years ago