.. |
juce_MidiBuffer.cpp
|
Fixed some VS2013 compiler errors
|
7 years ago |
juce_MidiBuffer.h
|
Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef)
|
7 years ago |
juce_MidiFile.cpp
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
7 years ago |
juce_MidiFile.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 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
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_MidiMessage.cpp
|
Added a method MidiMessage::withTimeStamp, and some MidiMessageSequence unit-tests
|
7 years ago |
juce_MidiMessage.h
|
Added a method MidiMessage::withTimeStamp, and some MidiMessageSequence unit-tests
|
7 years ago |
juce_MidiMessageSequence.cpp
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
7 years ago |
juce_MidiMessageSequence.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_MidiRPN.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_MidiRPN.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |