Advanced Gtk+ Sequencer - News
Advanced Gtk+ Sequencer version 1.0 coming 2017
Item posted by Joël Krähemann <jkraehemann> on Thu 27 Oct 2016 07:11:12 PM UTC.
Currently I do ensure quality of current release 0.7.90 by doing many unit tests. So far there has been added test for AgsAutomation and AgsRecall. By the way this version is available within debian testing archive:
https://tracker.debian.org/pkg/gsequencer
https://packages.debian.org/stretch/gsequencer
ags_midi_buffer_util.c and ags_midi_builder.c are fully featured now.
It's time for Advanced Gtk+ Sequencer version 1.0
So far I have made some thoughts about remote control of GSequencer and have added these interfaces:
- AgsAuthentication
- AgsBusinessGroup
- AgsCertificate
- AgsPasswordStore
And their basic implentations doing their job by using XML:
- AgsXmlAuthentication
- AgsXmlCertificate
- AgsXmlPasswordStore
AgsXmlBusinessGroup will be added next. Analogous there are managers for implementations of the interfaces available.
- AgsAuthenticationManager
- AgsCertificateManager
- AgsPasswordStoreManager
AgsRegistry has been decoupled of AgsServer and was added to AgsServiceProvider interface.
Bests,
Joël
Powered by Savane 3.14-8aba.
Corresponding source code