.. |
juce_analytics
|
Fixed some compiler warnings
|
7 years ago |
juce_audio_basics
|
Fixed an invalid memory read when handling MIDI reset messages
|
6 years ago |
juce_audio_devices
|
Handled some uncaught error cases in android openSL
|
6 years ago |
juce_audio_formats
|
Fixed a typo in the last commit
|
6 years ago |
juce_audio_plugin_client
|
Unity: Initialise JUCE GUI earlier to avoid hitting some assertions
|
6 years ago |
juce_audio_processors
|
APVTS: Fixed the default parameter value after construction
|
6 years ago |
juce_audio_utils
|
Make sure that the velocity value set in MidiKeyboardComponent::setVelocity() is used when sending notes
|
6 years ago |
juce_blocks_basics
|
Blocks: lazy load LEDRow to avoid blocks being cleared at the wrong time
|
6 years ago |
juce_box2d
|
Fix for GCC compiler warning
|
6 years ago |
juce_core
|
Included the HeavyweightLeakedObjectDetector header a little earlier so that more JUCE classes can make use of it when necessary
|
6 years ago |
juce_cryptography
|
Fixed some stray zeros that were still being passed as null pointers
|
6 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)
|
6 years ago |
juce_dsp
|
Made the dsp::Oversampling class more customisable
|
6 years ago |
juce_events
|
Minor tidying up
|
6 years ago |
juce_graphics
|
Fixed a compiler warning
|
6 years ago |
juce_gui_basics
|
Minor tidying up
|
6 years ago |
juce_gui_extra
|
Minor tidying up
|
6 years ago |
juce_opengl
|
Windows: Added a workaround for non-DPI aware windows having an incorrect scale factor when using the OpenGL renderer
|
6 years ago |
juce_osc
|
Cleaned up some doc comments
|
6 years ago |
juce_product_unlocking
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
6 years ago |
juce_video
|
Removed some debugging output
|
6 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.
|
7 years ago |