newsAdvanced Gtk+ Sequencer - News: Advanced Gtk+ Sequencer v2.4.0 released

 
 
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 v2.4.0 released

Item posted by Joël Krähemann <jkraehemann> on Sat 02 Nov 2019 05:15:23 PM UTC.

As of gsequencer v2.4.0 the piano of AgsNotationEditor actually plays some sound as you click it. Currently only available to builtin machines.

Soundfont2 files async loader


The AgsFFPlayer loads sf2 files by a worker thread, now. As doing so, the machines shows some animated moving ...

Improved AgsAudio and AgsChannel API


The following functions have been reworked:

  • ags_audio_start()
  • ags_audio_stop()
  • ags_channel_start()
  • ags_channel_stop()


Prior they were not that useful. In view of the changes following tasks make use of:

  • AgsStartAudio
  • AgsCancelAudio
  • AgsStartChannel
  • AgsCancelChannel


The API has just been made a little more intuitive.

Some bug-fixes and code improvements


AgsNotationEditor's feedback actually works now. It uses like the AgsPiano the new function:


void ags_machine_playback_set_active(AgsMachine *machine,
                                     AgsPlayback *playback,
                                     gboolean is_active);


ags_recycling_get_property() was missing some break within its switch statement.

AgsPiano was missing some event masks and fixed potential SIGSEGV in ags_piano_key_code_to_note() due to a wrong pointer specifier.




by Joël

 

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code