1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +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
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
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
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