1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_audio_plugin_client
2014-03-24 20:01:37 +00:00
..
AAX Improved some MemoryBlock comments and gave the class a reset() method. 2014-03-14 10:15:35 +00:00
AU 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
RTAS Improved some MemoryBlock comments and gave the class a reset() method. 2014-03-14 10:15:35 +00:00
Standalone AAX fix. 2014-02-15 15:58:35 +00:00
utility Another attempt at fixing win32 plugin key hook loops. 2014-03-24 19:23:39 +00:00
VST 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
VST3 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
juce_audio_plugin_client.h Made sure that the PluginHostType class is included by the audio_plugin_client module 2013-10-24 09:29:28 +01:00
juce_module_info Version number update 2014-03-24 20:01:37 +00:00