newsAdvanced Gtk+ Sequencer - News: Advanced Gtk+ Sequencer non-deterministic mode

 
 
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 non-deterministic mode

Item posted by Joël Krähemann <jkraehemann> on Mon 20 Mar 2017 11:11:57 PM UTC.

In order to bring performance improvements, a non-deterministic mode is going to be developed.

It shall use ags-copy and ags-prepare recall. The deterministic mode uses ags-buffer to forward input to output. In contrast the non-deterministic mode uses the very same output buffer all the time.

Further Advanced Gtk+ Sequencer shall got worker threads. Those threads can overtake some non-realtime work. Like freeing buffers or do g_object_run_dispose and later g_object_unref(). In other words finalize objects.

Note it may have a quality impact on your project. Since overhead is reduced. I want you to give a configuration option to switch between the 2 different modes.

I justify these changes in order to have AGS_THREAD_DEFAULT_JIFFIE to be 1000 iterations per second.

cu,
Joël

 

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code