.. |
juce_MidiBuffer.cpp
|
Changed the constructor of GenericAudioProcessorEditor to take a reference rather than a pointer, to match all the other AudioProcessorEditor classes. Also tweaked its implementation to resize its components horizontally to fit the width of the parent window
|
6 years ago |
juce_MidiBuffer.h
|
Add documentation tags
|
7 years ago |
juce_MidiFile.cpp
|
Made a couple of MidiFile methods const
|
6 years ago |
juce_MidiFile.h
|
Made a couple of MidiFile methods const
|
6 years ago |
juce_MidiKeyboardState.cpp
|
Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int
|
7 years ago |
juce_MidiKeyboardState.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_MidiMessage.cpp
|
Fixed an invalid memory read when handling MIDI reset messages
|
6 years ago |
juce_MidiMessage.h
|
Fixed an invalid memory read when handling MIDI reset messages
|
6 years ago |
juce_MidiMessageSequence.cpp
|
Enforced more comprehensive const-correctness in the JUCE container classes
|
6 years ago |
juce_MidiMessageSequence.h
|
Enforced more comprehensive const-correctness in the JUCE container classes
|
6 years ago |
juce_MidiRPN.cpp
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
juce_MidiRPN.h
|
Add documentation tags
|
7 years ago |