newsAdvanced Gtk+ Sequencer - News

 
 

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-d3ae.
Corresponding source code