Class
AgsAudioSF2SynthGenerator
Description
class AgsAudio.SF2SynthGenerator : Ags.Function
{
flags: AgsSF2SynthGeneratorFlags,
obj_mutex: GRecMutex,
filename: gchar*,
preset: gchar*,
instrument: gchar*,
bank: gint,
program: gint,
samplerate: guint,
buffer_size: guint,
format: AgsSoundcardFormat,
pitch_type: gchar*,
frame_count: guint,
loop_start: guint,
loop_end: guint,
delay: gdouble,
attack: guint,
volume: gdouble,
base_key: gdouble,
tuning: gdouble,
sf2_synth_util: AgsSF2SynthUtil*,
timestamp: GObject*
}
No description available.
Instance methods
Methods inherited from AgsFunction (2)
ags_function_add_matrix
Add solver_matrix
to function
.
ags_function_remove_matrix
Remove solver_matrix
from function
.
Properties
Properties inherited from AgsFunction (3)
Ags.Function:normalized-function
The normalized function.
Ags.Function:pivot-table
The pivot table.
Ags.Function:source-function
The source function.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.