LMMS
Loading...
Searching...
No Matches
NullPlugin Class Reference
Inheritance diagram for NullPlugin:
CMT_PluginInstance

Public Member Functions

 NullPlugin (const LADSPA_Descriptor *, unsigned long)

Friends

void runNull_Nop (LADSPA_Handle Instance, unsigned long SampleCount)
void runNull_OutputAudio (LADSPA_Handle Instance, unsigned long SampleCount)
void runNull_OutputControl (LADSPA_Handle Instance, unsigned long SampleCount)

Additional Inherited Members

Protected Member Functions inherited from CMT_PluginInstance
 CMT_PluginInstance (const unsigned long lPortCount)
virtual ~CMT_PluginInstance ()
Protected Attributes inherited from CMT_PluginInstance
LADSPA_Data ** m_ppfPorts

Detailed Description

This plugin can be used to take care of unwanted connections in a host's plugin network by generating zero data and audio or accepting (but ignoring) data and audio.

Constructor & Destructor Documentation

◆ NullPlugin()

NullPlugin::NullPlugin ( const LADSPA_Descriptor * ,
unsigned long  )
inline

◆ runNull_Nop

void runNull_Nop ( LADSPA_Handle Instance,
unsigned long SampleCount )
friend

◆ runNull_OutputAudio

void runNull_OutputAudio ( LADSPA_Handle Instance,
unsigned long SampleCount )
friend

◆ runNull_OutputControl

void runNull_OutputControl ( LADSPA_Handle Instance,
unsigned long SampleCount )
friend

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