Advanced Gtk+ Sequencer - News
posted by jkraehemann, Wed 17 Apr 2024 01:40:23 PM UTC
GSequencer version 6.8.3 brings many improvements to sandboxed environments. Therefor I have introduced 2 new configure switches.
Snap sandbox:
./configure --enable-snap-sandbox
Flatpak sandbox:
[...]
posted by jkraehemann, Sun 11 Feb 2024 05:06:15 PM UTC
GSequencer branch 6.5.x brings some UI improvements. Like fixed notation,
automation and wave edit selection. Further, automation selection has seen
additional fixes.
The tool dialogs of composite toolbar within editor have seen code improvements.
[...]
posted by jkraehemann, Fri 19 Jan 2024 11:53:24 AM UTC
GSequencer branch 6.3.x brings some new boxed types in order to provide character conversion:
- AgsFileUtil
- AgsRegexUtil
Further note 256th offset and attack was improved. The soundcard interface was hence completed by implementing following functions:
[...]
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
Powered by Savane 3.13-8ccc.
Corresponding source code