Struct

AgsAudioFxLv2ChannelInputData

Description

struct AgsFxLv2ChannelInputData {
  GRecMutex strct_mutex;
  gpointer parent;
  float* output;
  float* input;
  LV2_Handle* lv2_handle;
}

No description available.

Structure members
strct_mutex

No description available.

parent

No description available.

output

No description available.

input

No description available.

lv2_handle

No description available.

Functions

ags_fx_lv2_channel_input_data_alloc

Allocate AgsFxLv2ChannelInputData-struct.

since: 3.3.0

Instance methods

ags_fx_lv2_channel_input_data_free

Free input_data.

since: 3.3.0