Struct

AgsAudioFxLv2AudioInputData

Description

struct AgsFxLv2AudioInputData {
  GRecMutex strct_mutex;
  gpointer parent;
  float* output;
  float* input;
  gpointer event_port;
  gpointer atom_port;
  LV2_Handle* lv2_handle;
  snd_seq_event_t* event_buffer;
  guint key_on;
}
No description available.
Structure members
strct_mutex
No description available.
parent
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.
event_buffer
No description available.
key_on
No description available.

Functions

ags_fx_lv2_audio_input_data_alloc

Allocate AgsFxLv2AudioInputData-struct.

since: 3.3.0

Instance methods

ags_fx_lv2_audio_input_data_free

Free input_data.

since: 3.3.0