Advanced Gtk+ Sequencer - News
posted by jkraehemann, Thu 28 Sep 2023 04:55:19 AM UTC
GSequencer version 6.1.0 brings support for greater resolution of x offset.
Prior, only 16th of a key was possible to play. After the refactoring of
libags_audio.so and libgsequencer.so we are able to edit note 256th offset.
extended AgsSoundcard interface and implemented the new functions
[...]posted by jkraehemann, Mon 21 Aug 2023 11:48:52 AM UTC
GSequencer version 6.0.0 released. Initial MIDI v2.0 support with utility functions to test, put and get MIDI messages.
Recently, MIDI UMP 1.1 message format was implemented. Here are the new functions located in ags/audio/midi/ags_midi_ump_util.[ch]:
[...]
posted by jkraehemann, Sat 05 Aug 2023 10:21:52 AM UTC
GSequencer version 5.5.0 released including MIDI CI version 1.2 support. The header file is located here:
- ags/audio/midi/ags_midi_ci_util.h
The utility header has put and get functions. The major and minor release is yet tied to the MIDI CI version 1.2. May be supporting other versions in backward compatible fashion in a future release.
[...]
posted by jkraehemann, Sun 04 Jun 2023 10:29:11 PM UTC
This release brings a new important feature, to make format and samplerate adjustments per machine.
I was trying to use different format with soundfont2 file. Instead of soundcard property 16 bit, I was setting 24 bit for the AgsSF2Synth. The resulting sound had a massive improvement in quality.
[...]
posted by jkraehemann, Wed 31 May 2023 03:39:47 PM UTC
This new release allows you to modify different effects of sound using additional controls of AgsSFZSynth and AgsSF2Synth. So the code has seen some additions for:
- ags-fx-tremolo new effect processor
- ags-fx-sf2-synth with additional vibrato ports
posted by jkraehemann, Mon 24 Apr 2023 06:22:02 PM UTC
GSequencer has seen in this new major release some refactoring involving many files. First flags enumerated types are used yet and second VST3 API reference has been written by me.
I have adjusted lower/upper of octave control for WAV 1 of AgsSF2Synth and AgsSFZSynth ranging from -12.0 to 12.0.
libags_vst.so has seen some improvements, too. There was a typo in a function name fixed.
Removed unwanted symbols.
posted by jkraehemann, Sat 18 Mar 2023 02:18:27 PM UTC
Hi all
I am about to intend backport libags_audio.4.so to the Gtk-2.x interface.
cheers, Joël
posted by jkraehemann, Tue 24 May 2022 05:54:00 PM UTC
Today, we released the new GSequencer major release version 4.0.0.
I was working on the version 4.0.x branch for 6 months. We migrated to Gtk4 and libsoup-3.0.
The migration to Gtk4 was a big task. Implementing GtkOrientable was a thing and for sure the removal of GtkContainer. But with these changes we have a better libgsequencer.so, now.
[...]
posted by jkraehemann, Sat 26 Feb 2022 09:47:43 AM UTC
Few days ago, I started to migrate libags_gui.so to Gtk-4. Actually only AgsPiano and AgsRuler are left to migrate. The library removed following widgets:
- AgsVIndicator
- AgsHIndicator
- AgsVLedArray
- AgsHLedArray
- AgsVScale
- AgsHScale
posted by jkraehemann, Tue 21 Dec 2021 08:14:10 PM UTC
Advanced Gtk+ Sequencer version 3.14.x series just released. The application features a new synthesizer instrument AgsHybridSynth. This synth is different to prior implementations, since it uses an effect processor to do synthesis instead of audio signal templates. [...]