1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_audio_processors
2014-03-26 18:08:10 +00:00
..
format Initial commit of VST3 hosting. 2013-11-21 13:27:36 +00:00
format_types Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
processors Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor. 2014-03-26 18:08:10 +00:00
scanning Some additions and fixes to plugin scanning. 2014-02-09 17:42:52 +00:00
juce_audio_processors.cpp Added a safety check and fixed a couple of warnings. 2014-02-21 16:00:39 +00:00
juce_audio_processors.h Some VST3 hosting tweaks. 2014-02-04 13:24:07 +00:00
juce_audio_processors.mm Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_module_info Version number update 2014-03-24 20:01:37 +00:00