1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
hogliux f73fc41af1 DSP: Various improvements to the convolution engine (see commit message for more info)
* The stereo option now works like in most guitar amplifier simulations : whatever the number of channels in the process function, or defined in the prepare function, the parameter "wantsStereo" allows the class to do all the time mono or stereo processing
* Fixed a few issues when the user tries to change the normalization or trimming option without changing the impulse response itself
* Reduced memory consumption in various places
* Various improvements to the documentation
2018-02-08 10:07:40 +00:00
..
juce_analytics Fixed an intermittent test failure 2018-01-18 10:17:30 +00:00
juce_audio_basics Added some move constructors for MidiFile, and tidied-up its internals a bit 2018-01-31 17:19:51 +00:00
juce_audio_devices Added operator!= to AudioDeviceManager::AudioDeviceSetup 2018-02-07 09:35:20 +00:00
juce_audio_formats Removed a couple of places where ancient 3rd party library code still used the register keyword 2018-02-05 12:10:30 +00:00
juce_audio_plugin_client AUv3: Fixed an issue when destructing an AUv3 on a non-message thread 2018-02-06 14:49:35 +00:00
juce_audio_processors Made the AudioProcessorValueTreeState more efficient when loading partial ValueTrees 2018-02-08 09:42:24 +00:00
juce_audio_utils Minor formatting fixes 2018-01-15 17:27:46 +00:00
juce_blocks_basics Added documentation to enums in the Blocks module 2018-01-30 17:28:44 +00:00
juce_box2d Bump version number to 5.2.0 2017-10-25 12:07:32 +01:00
juce_core Added new SystemStats::getDeviceManufacturer() 2018-02-06 15:40:53 +00:00
juce_cryptography Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
juce_data_structures Added some missing types to the ValueTree::Iterator class 2018-02-05 10:07:03 +00:00
juce_dsp DSP: Various improvements to the convolution engine (see commit message for more info) 2018-02-08 10:07:40 +00:00
juce_events Android: do quit the app when calling JUCEApplicationBase::quit(), rather than just placing it in the background (same as on iOS). 2018-01-31 18:45:25 +01:00
juce_graphics Optimised a couple of places in the software/GL render engines where copies of RectangleLists could be avoided 2018-02-07 15:53:54 +00:00
juce_gui_basics (fixed a typo in the last commit) 2018-02-07 12:53:34 +00:00
juce_gui_extra Added a clearRecentFilesNatively() method to RecentlyOpenedFilesList 2018-02-07 12:56:04 +00:00
juce_opengl OpenGL: Revert commits 515f484 and 0a15be7 and calculate scale factor using relative bounds instead 2018-01-22 14:46:02 +00:00
juce_osc Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
juce_product_unlocking Fixed a bug in TracktionMarketplaceStatus::readReplyFromWebserver() that would cause it to fail if all the data was not read at once 2018-02-02 12:31:16 +00:00
juce_video Tidied up some module dependencies 2018-01-15 12:20:35 +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