Struct

AgsAudioFxLadspaChannelInputData

Description

struct AgsFxLadspaChannelInputData {
  GRecMutex strct_mutex;
  gpointer parent;
  LADSPA_Data* output;
  LADSPA_Data* input;
  LADSPA_Handle ladspa_handle;
}
No description available.
Structure members
strct_mutex
No description available.
parent
No description available.
output
No description available.
input
No description available.
ladspa_handle
No description available.

Functions

ags_fx_ladspa_channel_input_data_alloc

Allocate AgsFxLadspaChannelInputData-struct.

since: 3.3.0

Instance methods

ags_fx_ladspa_channel_input_data_free

Free input_data.

since: 3.3.0