1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00
JUCE/modules/juce_audio_basics/midi
2012-10-23 12:43:09 +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 the result of MidiMessage::getMidiNoteInHertz to correctly map midi 69 to 440Hz 2012-10-23 12:43:09 +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 Image subsection fix. Linux text drag-and-drop. 2012-10-17 18:40:44 +01:00
juce_MidiMessageSequence.h Minor documentation updates. Added MidiMessageSequence::sort() method. 2012-10-17 17:03:05 +01:00