fsh::stk
fantastic spatial holophonic synthesis toolkit
Loading...
Searching...
No Matches
fsh::plugin::Processor< StateManager >::Config Struct Reference

The input/output configuration struct for the plugin. This is passed to the constructor. More...

#include <Processor.h>

Public Member Functions

auto hasInputs () const -> bool
 Returns true if the configuration has enabled inputs.
 

Public Attributes

juce::AudioChannelSet outputs
 Output channel set.
 
juce::AudioChannelSet inputs = juce::AudioChannelSet::disabled()
 Input channel set (optional)
 

Detailed Description

template<class StateManager>
struct fsh::plugin::Processor< StateManager >::Config

The input/output configuration struct for the plugin. This is passed to the constructor.

Member Data Documentation

◆ outputs

template<class StateManager >
juce::AudioChannelSet fsh::plugin::Processor< StateManager >::Config::outputs

Output channel set.

The output channel set


The documentation for this struct was generated from the following file: