1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00
JUCE/modules/juce_audio_basics/midi
2012-12-20 11:12:31 +00:00
..
juce_MidiBuffer.cpp Purged some warnings. 2012-04-10 10:29:14 +01:00
juce_MidiBuffer.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
juce_MidiFile.cpp Fix to midi file frame-based timecode conversion. 2012-12-20 11:12:31 +00:00
juce_MidiFile.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00: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 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
juce_MidiMessage.cpp Avoided some minor compiler warnings. 2012-11-11 17:06:14 +00:00
juce_MidiMessage.h Avoided some minor compiler warnings. 2012-11-11 17:06:14 +00:00
juce_MidiMessageSequence.cpp Image subsection fix. Linux text drag-and-drop. 2012-10-17 18:40:44 +01:00
juce_MidiMessageSequence.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00