newsAdvanced Gtk+ Sequencer - News: Refactoring the notation editor

 
 
Latest News
Advanced Gtk+ Sequencer version 6.8.x posted by jkraehemann, Wed 17 Apr 2024 01:40:23 PM UTC
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

Refactoring the notation editor

Item posted by Joël Krähemann <jkraehemann> on Thu 07 Dec 2017 10:29:21 PM UTC.

Doing much tighter notation editor was fun. I enjoyed to strap all overhead and make it really light-weight. The AgsNotationEditor almost completed, yet. It uses segmented notation. It shall giving you better throughput doing songs that contain many notes. But requires additional changes to ags-play-notation recall.

New widgets

In view of the refactoring following widget are moved to libags-gui.so:

  • AgsNotebook
  • AgsPiano
  • AgsScrolledPiano


The AgsPiano widget is based on AgsMeter code of libgsequencer.so which doesn't exist anymore. The AgsScrolledPiano adds scrolling support to it. It was heavy extended to match the needs of a reusable widget.

AgsNotebook is basically a scrolled horizontal button box. It has enumerated labeling feature allowing to set a prefix. It is basically intended to be used to indicate what group is active.

Message delivery

After some concerns regarding to the Apple Mac OS X port. An asynchronous messaging delivery mechanism was introduced by following objects:

  • AgsMessageDelivery
  • AgsMessageQueue


Thought it is unsure if it is used in 1.2.x.

Record audio data


The backend is available, now. But still missing is ags-capture recall and AgsAudiorec machine. It is uncertain if an audio editor is added, soon.



by Joël

 

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code