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
2013-02-24 15:49:06 +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 Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00
juce_MidiFile.h Documentation pedanticism. 2013-01-14 16:51:02 +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 Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00
juce_MidiMessage.h Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +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