Struct

AgsAudioFxSynthAudioChannelData

Description

struct AgsFxSynthAudioChannelData {
  GRecMutex strct_mutex;
  gpointer parent;
  AgsSynthUtil* synth_0;
  AgsSynthUtil* synth_1;
  AgsNoiseUtil* noise_util;
  GType pitch_type;
  gpointer pitch_util;
  AgsChorusUtil* chorus_util;
  AgsFluidIIRFilterUtil* low_pass_filter;
  AgsFluidIIRFilterUtil* high_pass_filter;
  None input_data;
}
No description available.
Structure members
strct_mutex
No description available.
parent
No description available.
synth_0
No description available.
synth_1
No description available.
noise_util
No description available.
pitch_type
No description available.
pitch_util
No description available.
chorus_util
No description available.
low_pass_filter
No description available.
high_pass_filter
No description available.
input_data
No description available.

Functions

ags_fx_synth_audio_channel_data_alloc

Allocate AgsFxSynthAudioChannelData-struct.

since: 3.14.0

Instance methods

ags_fx_synth_audio_channel_data_free

Free channel_data.

since: 3.14.0