| .. |
|
juce_analytics
|
Bump version number to 5.2.1
|
2018-02-08 10:55:52 +00:00 |
|
juce_audio_basics
|
MPE: Check if channel is in use as a member channel before checking if it is a master channel in MPEInstrument::updateDimension() to ensure that messages are routed correctly
|
2018-02-21 12:01:56 +00:00 |
|
juce_audio_devices
|
Made AudioDeviceManager reset its cpu counter when the device is disabled. (Also did a bit of cleanup inside the class)
|
2018-02-19 14:48:35 +00:00 |
|
juce_audio_formats
|
Added to check to prevent parsing of 64 bit float wav files
|
2018-02-20 07:32:24 +00:00 |
|
juce_audio_plugin_client
|
VST3: Added a call to setNonRealtime before prepareToPlay
|
2018-02-19 12:12:29 +00:00 |
|
juce_audio_processors
|
Added an AudioProcessorParameter listener class
|
2018-02-15 12:13:44 +00:00 |
|
juce_audio_utils
|
Bump version number to 5.2.1
|
2018-02-08 10:55:52 +00:00 |
|
juce_blocks_basics
|
Bugfix: Detector properly clears throttle's topology cache during detachment. This resolves the assertion failure that has been occurring in the Detector dtor.
|
2018-02-21 11:15:31 +00:00 |
|
juce_box2d
|
Bump version number to 5.2.1
|
2018-02-08 10:55:52 +00:00 |
|
juce_core
|
Avoid sorting arrays which contain one or fewer elements
|
2018-02-21 11:38:48 +00:00 |
|
juce_cryptography
|
Bump version number to 5.2.1
|
2018-02-08 10:55:52 +00:00 |
|
juce_data_structures
|
Fixed a bug in the ValueTree move constructor that could leave listeners pointing to a moved-from object
|
2018-02-14 12:17:58 +00:00 |
|
juce_dsp
|
DSP: Fixed an issue calling reset() on IIRFilters with SIMDRegister template types
|
2018-02-20 13:49:07 +00:00 |
|
juce_events
|
Bump version number to 5.2.1
|
2018-02-08 10:55:52 +00:00 |
|
juce_graphics
|
Implemented setIcon() in NSViewComponentPeer
|
2018-02-12 12:47:57 +00:00 |
|
juce_gui_basics
|
Fixed a documentation typo
|
2018-02-20 15:53:56 +00:00 |
|
juce_gui_extra
|
PushNotifications: add DeletedAtShutdown for PNs Singleton.
|
2018-02-21 18:44:31 +01:00 |
|
juce_opengl
|
Bump version number to 5.2.1
|
2018-02-08 10:55:52 +00:00 |
|
juce_osc
|
Bump version number to 5.2.1
|
2018-02-08 10:55:52 +00:00 |
|
juce_product_unlocking
|
InAppPurchases: fix a bug on Android when failed purchases would not be propagated to IAP listeners. Make InAppPurchases a Singleton.
|
2018-02-21 18:44:23 +01:00 |
|
juce_video
|
Bump version number to 5.2.1
|
2018-02-08 10:55:52 +00:00 |
|
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.
|
2017-07-19 17:23:20 +01:00 |