Class: externalAudioPlugin
Process audio stream
audioOut = process(hostedPlugin,audioIn)
audioOut = process(
returns
an audio signal processed according to the algorithm and parameters
of hostedPlugin
,audioIn
)hostedPlugin
. For source plugins, call process
without
an audio input. Use info(hostedPlugin)
to determine
the number of channels (columns) of the input and output audio signal.
Use setSamplesPerFrame(hostedPlugin)
to specify
the frame size returned by hosted source plugins.