|
Photosine 0.5
|
#include <PluginPool.h>
Public Attributes | |
| juce::OwnedArray< juce::OwnedArray< juce::AudioPluginInstance > > * | pluginArray |
| int | index = 0 |
| PluginPool * | pluginPool |
Data structure used to reserve plugin instance pointers so a single process can use them at once.
| int ImageProcessing::PluginPool::Reservation::index = 0 |
| juce::OwnedArray<juce::OwnedArray<juce::AudioPluginInstance> >* ImageProcessing::PluginPool::Reservation::pluginArray |
An array of arrays which each contain an instance per channel as set in PluginPool::initialize()
| PluginPool* ImageProcessing::PluginPool::Reservation::pluginPool |