Constructor
AgsAudioApplySF2Synthnew
since: 3.4.0
Declaration [src]
AgsApplySF2Synth*
ags_apply_sf2_synth_new (
AgsSF2SynthGenerator* sf2_synth_generator,
AgsChannel* start_channel,
gdouble base_note,
guint count
)
Parameters
sf2_synth_generator
-
Type:
AgsSF2SynthGenerator
The
AgsSF2SynthGenerator
.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: AgsApplySF2Synth
An new AgsApplySF2Synth
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |