newsAdvanced Gtk+ Sequencer - News: Advanced Gtk+ Sequencer release v0.7.45

 
 
Latest News
Advanced Gtk+ Sequencer version 6.5.x posted by jkraehemann, Sun 11 Feb 2024 05:06:15 PM UTC
Advanced Gtk+ Sequencer version 6.3.5 posted by jkraehemann, Fri 19 Jan 2024 11:53:24 AM UTC
Advanced Gtk+ Sequencer v6.1.0 released posted by jkraehemann, Thu 28 Sep 2023 04:55:19 AM UTC
Advanced Gtk+ Sequencer v6.0.0 released posted by jkraehemann, Mon 21 Aug 2023 11:48:52 AM UTC
Advanced Gtk+ Sequencer v5.5.0 released posted by jkraehemann, Sat 05 Aug 2023 10:21:52 AM UTC

Advanced Gtk+ Sequencer release v0.7.45

Item posted by Joël Krähemann <jkraehemann> on Sun 14 Aug 2016 05:22:31 AM UTC.

Lots of code has been added last night. Mainly implementing ags_audio_buffer_util.c copying functions to all sorts of data type. As well adding ags_synth_util.c supporting synth for those data types, too.

You can configure GSequencer in place, for now. That means no restarting application after configuration changed. More, it has a combo box to select sample format. Giving you the option to choose between 8, 16, 24, 32 and 64 bit samples. Note your soundcard has to support these formats in order to benefit of them.

The code has got some refactoring:

- ags_playable_read()
  returns double array

- ags_playable_write()
  takes double array

The recalls ags-play, ags-copy and ags-buffer uses the newly implemented functions of ags_audio_buffer_util.c.

ags_audio_open_file() was improved and avoids nested mutices, yet.

ags_input_open_file() and ags_input_apply_synth() are new and as I'm writing this, I have considered that AgsSynth should make use of the new object AgsSynthGenerator in order to update correctly.

Cheers,
Joël


 

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code