| .. |
|
juce_analytics
|
Fixed some compiler warnings
|
7 years ago |
|
juce_audio_basics
|
Fixed an invalid memory read when handling MIDI reset messages
|
7 years ago |
|
juce_audio_devices
|
Added support for extremely high sample rates to audio devices
|
7 years ago |
|
juce_audio_formats
|
Fixed a typo in the last commit
|
7 years ago |
|
juce_audio_plugin_client
|
Fixed some Objective-C id -> auto* conversion warnings
|
7 years ago |
|
juce_audio_processors
|
Removed the embedded VST2 SDK
|
7 years ago |
|
juce_audio_utils
|
Make sure that the velocity value set in MidiKeyboardComponent::setVelocity() is used when sending notes
|
7 years ago |
|
juce_blocks_basics
|
Blocks: lazy load LEDRow to avoid blocks being cleared at the wrong time
|
7 years ago |
|
juce_box2d
|
Fix for GCC compiler warning
|
7 years ago |
|
juce_core
|
Fixed some Objective-C id -> auto* conversion warnings
|
7 years ago |
|
juce_cryptography
|
Fixed some stray zeros that were still being passed as null pointers
|
7 years ago |
|
juce_data_structures
|
Reverted the change to ValueTree::toXmlString(), as omitting the XML header could break existing code (will address this differently in a future commit)
|
7 years ago |
|
juce_dsp
|
Made the dsp::Oversampling class more customisable
|
7 years ago |
|
juce_events
|
Minor tidying up
|
7 years ago |
|
juce_graphics
|
Fixed a compiler warning
|
7 years ago |
|
juce_gui_basics
|
Fixed some Objective-C id -> auto* conversion warnings
|
7 years ago |
|
juce_gui_extra
|
Fixed some Objective-C id -> auto* conversion warnings
|
7 years ago |
|
juce_opengl
|
Fixed some Objective-C id -> auto* conversion warnings
|
7 years ago |
|
juce_osc
|
Cleaned up some doc comments
|
7 years ago |
|
juce_product_unlocking
|
Fixed some Objective-C id -> auto* conversion warnings
|
7 years ago |
|
juce_video
|
Fixed some Objective-C id -> auto* conversion warnings
|
7 years ago |
|
JUCE Module Format.txt
|
Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set.
|
8 years ago |