Advanced Gtk+ Sequencer - News
GSequencer version 3.9.1 released
Item posted by Joël Krähemann <jkraehemann> on Wed 30 Jun 2021 06:07:07 AM UTC.
In GSequencer version 3.9.1 I have introduced some empty structs in utility function headers, from which I created a boxed type. This causes better matching of introspected functions.
Ouch, prior versions of GSequencer didn't have those types. Caused for example symbols of ags_audio_buffer_util.h ended up in AgsAudio.Audio, what doesn't make any sense.
Now, we have rather AgsAudio.AudioBufferUtil.copy_buffer_to_buffer()
Select the desired pitch function from UI
Some samples of fluidsynth soundfont2 file produce better results with "ags-hq-pitch", others using SFZ produce good results with "fluid-4th-order-interpolate". These pitch functions can be selected by AgsFFPlayer or AgsPitchSampler with a GtkComboBox.
Joël
Powered by Savane 3.14-3b9d.
Corresponding source code