The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 3825467af7 Added method Synthesiser::setMinimumRenderingSubdivisionSize() to allow control over the resolution of block size that the synthesiser class uses. 10 years ago
..
juce_MidiBuffer.cpp Tightened up a few places where numeric conversion warnings could happen. 11 years ago
juce_MidiBuffer.h Improved some MidiBuffer comments 10 years ago
juce_MidiFile.cpp Added an option to MidiFile to set the format type. 11 years ago
juce_MidiFile.h Added an option to MidiFile to set the format type. 11 years ago
juce_MidiKeyboardState.cpp Added method Synthesiser::setMinimumRenderingSubdivisionSize() to allow control over the resolution of block size that the synthesiser class uses. 10 years ago
juce_MidiKeyboardState.h A bit more minor cleaning-up. 11 years ago
juce_MidiMessage.cpp Added some missing semi-colons. 10 years ago
juce_MidiMessage.h Added a parameter to the MidiMessage constructor to optionally parse sysexes without embdedded lengths 11 years ago
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! 10 years ago
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! 10 years ago