Struct

AgsAudioFxLv2AudioChannelData

Description

struct AgsFxLv2AudioChannelData {
  GRecMutex strct_mutex;
  gpointer parent;
  guint event_count;
  float* output;
  float* input;
  gpointer event_port;
  gpointer atom_port;
  LV2_Handle* lv2_handle;
  None input_data;
}
No description available.
Structure members
strct_mutex
No description available.
parent
No description available.
event_count
No description available.
output
No description available.
input
No description available.
event_port
No description available.
atom_port
No description available.
lv2_handle
No description available.
input_data
No description available.

Functions

ags_fx_lv2_audio_channel_data_alloc

Allocate AgsFxLv2AudioChannelData-struct.

since: 3.3.0

Instance methods

ags_fx_lv2_audio_channel_data_free

Free channel_data.

since: 3.3.0