Struct

AgsAudioFxFMSynthAudioChannelData

Description

struct AgsFxFMSynthAudioChannelData {
  GRecMutex strct_mutex;
  gpointer parent;
  AgsFMSynthUtil* synth_0;
  AgsFMSynthUtil* synth_1;
  AgsFMSynthUtil* synth_2;
  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.

synth_2

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_fm_synth_audio_channel_data_alloc

Allocate AgsFxFMSynthAudioChannelData-struct.

since: 3.14.0

Instance methods

ags_fx_fm_synth_audio_channel_data_free

Free channel_data.

since: 3.14.0