1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
2014-06-01 15:42:39 +01:00
..
juce_audio_basics Fixed a problem with 64-bit FloatVectorOperations min/max range. 2014-05-27 11:42:11 +01:00
juce_audio_devices Added a method AudioIODevice::setGainPreprocessingEnabled() to allow disabling of mic AGC on iOS and Android devices. 2014-05-24 19:04:47 +01:00
juce_audio_formats Minor clean-ups 2014-04-29 14:14:21 +01:00
juce_audio_plugin_client Changed the linux VST wrapper to create its window directly inside the host's window. 2014-05-30 10:39:55 +01:00
juce_audio_processors Added a method AudioProcessor::isParameterInverted(), and support for this in AAX/RTAS 2014-05-28 16:44:02 +01:00
juce_audio_utils Clarified some badly-defined behaviour in AudioDeviceManager: if a midi callback is added with an empty-string as its target midi input device, it now gets sent incoming events from *all* devices, not just the "default" device (which was never properly defined) 2014-05-08 14:53:11 +01:00
juce_box2d Version number update 2014-03-24 20:01:37 +00:00
juce_browser_plugin_client Version number update 2014-03-24 20:01:37 +00:00
juce_core MSVC UTF-32 build fix. 2014-05-30 09:10:09 +01:00
juce_cryptography Added some tips for replicating RSAKey in PHP/Java. 2014-05-28 13:54:08 +01:00
juce_data_structures Refactored the StringPool and Identifier classes to store the identifiers as Strings, so that they can be shared with other classes like XmlElement without creating temporary or copied String objects. Also added garbage collection for the pooled strings, and changed XmlElement to pool all of the strings it uses, to reduce memory footprint in large XML trees with many identical names. Also refactored NamedValueSet to use an array instead of a linked list. 2014-05-27 17:02:34 +01:00
juce_events Tweaked the ScopedJuceInitialiser_GUI to use reference-counting internally, and used it to replace/simplify some similar objects in the plugin wrapper classes. 2014-05-28 11:06:48 +01:00
juce_graphics Added a version of Path::addEllipse that takes a Rectangle 2014-05-16 17:41:43 +01:00
juce_gui_basics Refactored a couple of old methods relating to TextButton sizing: Removed TextButton::getFont() (use the LookAndFeel method instead), and replaced the LookAndFeel::changeTextButtonWidthToFitText method with one called getTextButtonWidthToFitText() 2014-06-01 15:42:39 +01:00
juce_gui_extra Added juce namespace to the JUCE_LIVE_CONSTANT macro 2014-05-15 09:02:11 +01:00
juce_opengl Refactored some openGL 2D shaders to move some interpolation from the fragment shader into varying variables. 2014-05-30 11:25:09 +01:00
juce_video Version number update 2014-03-24 20:01:37 +00:00