| .. |
|
juce_audio_basics
|
MPE: changed default initial pressure for new notes to 0 if no pressure messages have been received before the note-on; removed virtual functions getInitialPitchbend/Pressure/TimbreForNoteOn as they are confusing and the default behaviour is reasonable.
|
10 years ago |
|
juce_audio_devices
|
Added an assertion in OSX MIDI device detection, as this can apparently fail if not done on the message thread
|
10 years ago |
|
juce_audio_formats
|
Updated the version number used internally by FLAC
|
10 years ago |
|
juce_audio_plugin_client
|
Add automation support for VST3 bypass
|
10 years ago |
|
juce_audio_processors
|
Avoided another minor VST3 warning
|
10 years ago |
|
juce_audio_utils
|
Added a method MidiKeyboardComponent::getTotalKeyboardWidth()
|
10 years ago |
|
juce_box2d
|
Normalised some divider comments
|
10 years ago |
|
juce_core
|
Added NamedValueSet::isEmpty()
|
10 years ago |
|
juce_cryptography
|
Normalised some divider comments
|
10 years ago |
|
juce_data_structures
|
Normalised some divider comments
|
10 years ago |
|
juce_events
|
Added a null pointer check in linux message dispatching
|
10 years ago |
|
juce_graphics
|
Cleaned up a few uses of Image::null
|
10 years ago |
|
juce_gui_basics
|
Fixed minor comment typo
|
10 years ago |
|
juce_gui_extra
|
Avoided a possible null pointer in KeyMappingEditorComponent
|
10 years ago |
|
juce_opengl
|
Fix for openGL when a GL component is removed from its parent without detaching first.
|
10 years ago |
|
juce_osc
|
OSCMessage, OSCBundle: renamed empty() to isEmpty() for consistency with all other JUCE containers.
|
10 years ago |
|
juce_tracktion_marketplace
|
Normalised some divider comments
|
10 years ago |
|
juce_video
|
Avoided a problem in DirectShowComponent that caused crashes in error cases.
|
10 years ago |