Photosine 0.5
Loading...
Searching...
No Matches
ImageProcessing::PluginPool::Reservation Struct Reference

#include <PluginPool.h>

Public Attributes

juce::OwnedArray< juce::OwnedArray< juce::AudioPluginInstance > > * pluginArray
int index = 0
PluginPoolpluginPool

Detailed Description

Data structure used to reserve plugin instance pointers so a single process can use them at once.

Member Data Documentation

◆ index

int ImageProcessing::PluginPool::Reservation::index = 0

◆ pluginArray

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

PluginPool* ImageProcessing::PluginPool::Reservation::pluginPool

The documentation for this struct was generated from the following file:
  • /Users/cliftonmarien/Documents/Photosine/Photosine/Source/ImageProcessing/PluginPool.h