Constructor
AgsAudioApplySynthnew
since: 3.0.0
Declaration [src]
AgsApplySynth*
ags_apply_synth_new (
AgsSynthGenerator* synth_generator,
AgsChannel* start_channel,
gdouble base_note,
guint count
)
Parameters
synth_generator
-
Type:
AgsSynthGenerator
The
AgsSynthGenerator
.The data is owned by the caller of the function. start_channel
-
Type:
AgsChannel
The start
AgsChannel
.The data is owned by the caller of the function. base_note
-
Type:
gdouble
The base note.
count
-
Type:
guint
The count of lines.
Return value
Type: AgsApplySynth
An new AgsApplySynth
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |