Method

AgsAudioSynthGeneratorset_sync_point

since: 4.4.2

Declaration [src]

void
ags_synth_generator_set_sync_point (
  AgsSynthGenerator* synth_generator,
  gint position,
  AgsComplex* value
)

Description [src]

Set value as sync point at position of synth_generator.

Available since: 4.4.2

Parameters

position

Type: gint

The position to set.

value

Type: AgsComplex

The AgsComplex value to set.

The data is owned by the caller of the function.