1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_basics/midi
2012-08-08 14:25:59 +01:00
..
juce_MidiBuffer.cpp Purged some warnings. 2012-04-10 10:29:14 +01:00
juce_MidiBuffer.h Translation of OSX app menu strings. Minor misc changes and documentation fixes. 2012-08-08 14:25:59 +01:00
juce_MidiFile.cpp Fix for MidiFile::readNextTrack() 2012-07-11 10:18:24 +01:00
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.. 2011-08-12 10:04:52 +01:00
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. 2012-07-07 21:09:10 +01:00
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.. 2011-08-12 10:04:52 +01:00
juce_MidiMessage.cpp Changed MidiMessage::getTextFromTextMetaEvent() to handle utf-8 as well as ascii. 2012-06-20 07:33:24 +01:00
juce_MidiMessage.h Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course) 2011-08-21 21:20:28 +01:00
juce_MidiMessageSequence.cpp Made MidiMessageSequence::addEvent return the new event. 2012-04-30 10:11:38 +01:00
juce_MidiMessageSequence.h Made MidiMessageSequence::addEvent return the new event. 2012-04-30 10:11:38 +01:00