newsAdvanced Gtk+ Sequencer - News: The 4 paste modes

 
 
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

The 4 paste modes

Item posted by Joël Krähemann <jkraehemann> on Wed 03 Jan 2018 12:26:29 AM UTC.

We have definitely a need for 4 different paste modes:

  1. Aligned without duplicates - paste only matching channel/line and no duplicates
  2. Aligned - paste only matching channel/line
  3. No-duplicates - paste everywhere but no duplicates
  4. Invasive - paste everything to everywhere


That's why I add the following functions:





void ags_notation_insert_from_clipboard_extended(AgsNotation *notation,
                                                 xmlNode *notation_node,
                                                 gboolean reset_x_offset, guint x_offset,
                                                 gboolean reset_y_offset, guint y_offset,
                                                 gboolean match_channel, gboolean no_duplicates);






void ags_automation_insert_from_clipboard_extended(AgsAutomation *automation,
                                                   xmlNode *content,
                                                   gboolean reset_x_offset, guint x_offset,
                                                   gboolean reset_y_offset, gdouble y_offset,
                                                   gboolean match_line, gboolean no_duplicates);





A channel selection combo would be nice to have for automation editor. In order to ease the selection of only desired lines. Or un-/select all entry would be nice, too.

As looking at these goals and changes done so far, I feel like doing yet a release ;)



by Joël

 

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code