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
2015-06-26 17:14:57 +01:00
..
juce_MidiBuffer.cpp Add utility functions to access un-aligned memory 2015-06-26 17:14:57 +01:00
juce_MidiBuffer.h Improved some MidiBuffer comments 2014-08-28 17:20:25 +01:00
juce_MidiFile.cpp Added an option to MidiFile to set the format type. 2014-03-21 21:36:08 +00:00
juce_MidiFile.h Added an option to MidiFile to set the format type. 2014-03-21 21:36:08 +00:00
juce_MidiKeyboardState.cpp Added method Synthesiser::setMinimumRenderingSubdivisionSize() to allow control over the resolution of block size that the synthesiser class uses. 2015-03-23 11:19:43 +00:00
juce_MidiKeyboardState.h A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
juce_MidiMessage.cpp Added some missing semi-colons. 2014-10-14 11:48:16 +01:00
juce_MidiMessage.h Added a parameter to the MidiMessage constructor to optionally parse sysexes without embdedded lengths 2014-03-21 20:02:24 +00:00
juce_MidiMessageSequence.cpp Modified MidiMessageSequence::createControllerUpdatesForTime() to use an Array<MidiMessage> instead of an OwnedArray. There are almost no situations where you'd get better performance out of an OwnedArray so if this change broke your code, it's a good idea to have a re-think! 2015-03-02 17:55:45 +00:00
juce_MidiMessageSequence.h Modified MidiMessageSequence::createControllerUpdatesForTime() to use an Array<MidiMessage> instead of an OwnedArray. There are almost no situations where you'd get better performance out of an OwnedArray so if this change broke your code, it's a good idea to have a re-think! 2015-03-02 17:55:45 +00:00