diff --git a/include/class-reference.html b/include/class-reference.html
index f881e331..2216f245 100644
--- a/include/class-reference.html
+++ b/include/class-reference.html
@@ -359,7 +359,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
void | add_region (Region, timepos_t, float, bool) | |
Region | combine (RegionList, Track) | |
unsigned int | count_regions_at (timepos_t) | |
- Playlist | cut (TimelineRangeList&, bool) | |
+ Playlist | cut (TimelineRangeList&) | |
DataType | data_type () | |
void | duplicate (Region, timepos_t&, timecnt_t, float) | |
void | duplicate_range (TimelineRange&, float) | |
@@ -467,10 +467,10 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | fade_in_active () | |
bool | fade_out_active () | |
bool | isnil () | |
- double | maximum_amplitude (Progress) | |
+ double | maximum_amplitude (Progress) | |
| Returns the maximum (linear) amplitude of the region, or a -ve number if the Progress object reports that the process was cancelled. |
unsigned int | n_channels () | |
- double | rms (Progress) | |
+ double | rms (Progress) | |
| Returns the maximum (rms) signal power of the region, or a -1 if the Progress object reports that the process was cancelled. |
float | scale_amplitude () | |
LuaTable(int, ...) | separate_by_channel (RegionVector&) | |
@@ -685,7 +685,6 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
IO | output () | |
PannerShell | panner_shell () | |
PeakMeter | peak_meter () | |
- | ************************************************************* Pure interface begins here************************************************************* |
long | playback_latency (bool) | |
int | remove_processor (Processor, ProcessorStreams, bool) | |
| remove plugin/processor - proc
- processor to remove
- err
- error report (index where removal vailed, channel-count why it failed) may be nil
- need_process_lock
- if locking is required (set to true, unless called from RT context with lock)
|
@@ -782,6 +781,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Methods |
LuaTable | add (LuaTable {AudioTrack}) | |
AudioTrack | back () | |
+ void | clear () | |
bool | empty () | |
AudioTrack | front () | |
LuaIter | iter () | |
@@ -977,6 +977,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Methods |
LuaTable | add (LuaTable {Bundle}) | |
Bundle | at (unsigned long) | |
+ void | clear () | |
bool | empty () | |
LuaIter | iter () | |
void | push_back (Bundle) | |
@@ -1061,6 +1062,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Methods |
LuaTable | add (LuaTable {AutomationControl}) | |
AutomationControl | back () | |
+ void | clear () | |
bool | empty () | |
AutomationControl | front () | |
LuaIter | iter () | |
@@ -1078,6 +1080,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
ℂ | ARDOUR.ControlListPtr () | |
Methods |
LuaTable | add (LuaTable {AutomationControl}) | |
+ void | clear () | |
bool | empty () | |
LuaIter | iter () | |
void | push_back (AutomationControl) | |
@@ -2429,7 +2432,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
void | add_region (Region, timepos_t, float, bool) | |
Region | combine (RegionList, Track) | |
unsigned int | count_regions_at (timepos_t) | |
- Playlist | cut (TimelineRangeList&, bool) | |
+ Playlist | cut (TimelineRangeList&) | |
DataType | data_type () | |
void | duplicate (Region, timepos_t&, timecnt_t, float) | |
void | duplicate_range (TimelineRange&, float) | |
@@ -2711,7 +2714,6 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
IO | output () | |
PannerShell | panner_shell () | |
PeakMeter | peak_meter () | |
- | ************************************************************* Pure interface begins here************************************************************* |
long | playback_latency (bool) | |
int | remove_processor (Processor, ProcessorStreams, bool) | |
| remove plugin/processor - proc
- processor to remove
- err
- error report (index where removal vailed, channel-count why it failed) may be nil
- need_process_lock
- if locking is required (set to true, unless called from RT context with lock)
|
@@ -2808,6 +2810,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Methods |
LuaTable | add (LuaTable {MidiTrack}) | |
MidiTrack | back () | |
+ void | clear () | |
bool | empty () | |
MidiTrack | front () | |
LuaIter | iter () | |
@@ -3046,6 +3049,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Methods |
LuaTable | add (LuaTable {Beats}) | |
NotePtr | back () | |
+ void | clear () | |
bool | empty () | |
NotePtr | front () | |
LuaIter | iter () | |
@@ -3262,7 +3266,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
void | add_region (Region, timepos_t, float, bool) | |
Region | combine (RegionList, Track) | |
unsigned int | count_regions_at (timepos_t) | |
- Playlist | cut (TimelineRangeList&, bool) | |
+ Playlist | cut (TimelineRangeList&) | |
DataType | data_type () | |
void | duplicate (Region, timepos_t&, timecnt_t, float) | |
void | duplicate_range (TimelineRange&, float) | |
@@ -3456,6 +3460,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Methods |
LuaTable | add (LuaTable {PluginInfo}) | |
PluginInfo | back () | |
+ void | clear () | |
bool | empty () | |
PluginInfo | front () | |
LuaIter | iter () | |
@@ -3797,6 +3802,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Methods |
LuaTable | add (LuaTable {Processor}) | |
Processor | back () | |
+ void | clear () | |
bool | empty () | |
Processor | front () | |
LuaIter | iter () | |
@@ -3824,11 +3830,6 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
LuaTable | table () | |
... | to_array (--lua--) | |
-∅ ARDOUR:Progress
-C‡: ARDOUR::Progress
-
- A class to handle reporting of progress of something
-This class object is only used indirectly as return-value and function-parameter. It provides no methods by itself.
∅ ARDOUR:Properties:BoolProperty
C‡: PBD::PropertyDescriptor<bool>
@@ -3889,6 +3890,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
std::string | get_auditioner_output_right () | |
bool | get_auto_analyse_audio () | |
bool | get_auto_connect_standard_busses () | |
+ bool | get_auto_enable_surfaces () | |
bool | get_auto_input_does_talkback () | |
bool | get_auto_return_after_rewind_ffwd () | |
AutoReturnTarget | get_auto_return_target_list () | |
@@ -4060,6 +4062,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | set_auditioner_output_right (std::string) | |
bool | set_auto_analyse_audio (bool) | |
bool | set_auto_connect_standard_busses (bool) | |
+ bool | set_auto_enable_surfaces (bool) | |
bool | set_auto_input_does_talkback (bool) | |
bool | set_auto_return_after_rewind_ffwd (bool) | |
bool | set_auto_return_target_list (AutoReturnTarget) | |
@@ -4232,6 +4235,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
std::string | auditioner_output_right | |
bool | auto_analyse_audio | |
bool | auto_connect_standard_busses | |
+ bool | auto_enable_surfaces | |
bool | auto_input_does_talkback | |
bool | auto_return_after_rewind_ffwd | |
ARDOUR.AutoReturnTarget | auto_return_target_list | |
@@ -4574,7 +4578,9 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
ℂ | ARDOUR.RegionListPtr () | |
Methods |
LuaTable | add (LuaTable {Region}) | |
+ void | clear () | |
bool | empty () | |
+ ARDOUR.RegionListPtr | from_regionlist (RegionList) | |
LuaIter | iter () | |
void | push_back (Region) | |
void | reverse () | |
@@ -4710,7 +4716,6 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
IO | output () | |
PannerShell | panner_shell () | |
PeakMeter | peak_meter () | |
- | ************************************************************* Pure interface begins here************************************************************* |
long | playback_latency (bool) | |
int | remove_processor (Processor, ProcessorStreams, bool) | |
| remove plugin/processor - proc
- processor to remove
- err
- error report (index where removal vailed, channel-count why it failed) may be nil
- need_process_lock
- if locking is required (set to true, unless called from RT context with lock)
|
@@ -4896,7 +4901,9 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
ℂ | ARDOUR.RouteListPtr () | |
Methods |
LuaTable | add (LuaTable {Route}) | |
+ void | clear () | |
bool | empty () | |
+ ARDOUR.RouteListPtr | from_routelist (RouteList) | |
LuaIter | iter () | |
void | push_back (Route) | |
void | reverse () | |
@@ -5009,7 +5016,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Controllable | controllable_by_id (ID) | |
long | current_end_sample () | |
long | current_start_sample () | |
- void | cut_copy_section (timepos_t, timepos_t, timepos_t, bool) | |
+ void | cut_copy_section (timepos_t, timepos_t, timepos_t, SectionOperation) | |
void | disable_record (bool, bool) | |
AudioEngine | engine () | |
double | engine_speed () | |
@@ -5048,13 +5055,18 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
std::string | path () | |
SessionPlaylists | playlists () | |
bool | plot_process_graph (std::string) | |
+ long | preroll_samples (long) | |
Processor | processor_by_id (ID) | |
RecordState | record_status () | |
+ void | remove_route (Route) | |
void | remove_route_group (RouteGroup) | |
+ void | remove_routes (RouteListPtr) | |
int | rename (std::string) | |
void | request_bounded_roll (long, long) | |
+ void | request_count_in_record () | |
void | request_locate (long, bool, LocateTransportDisposition, TransportRequestSource) | |
void | request_play_loop (bool, bool) | |
+ void | request_preroll_record_trim (long, long) | |
void | request_roll (TransportRequestSource) | |
void | request_stop (bool, bool, TransportRequestSource) | |
void | request_transport_speed (double, TransportRequestSource) | |
@@ -5815,6 +5827,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Methods |
LuaTable | add (LuaTable {TimelineRange}) | |
TimelineRange | back () | |
+ void | clear () | |
bool | empty () | |
TimelineRange | front () | |
LuaIter | iter () | |
@@ -5880,7 +5893,6 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
IO | output () | |
PannerShell | panner_shell () | |
PeakMeter | peak_meter () | |
- | ************************************************************* Pure interface begins here************************************************************* |
long | playback_latency (bool) | |
int | remove_processor (Processor, ProcessorStreams, bool) | |
| remove plugin/processor - proc
- processor to remove
- err
- error report (index where removal vailed, channel-count why it failed) may be nil
- need_process_lock
- if locking is required (set to true, unless called from RT context with lock)
|
@@ -6261,6 +6273,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
ℂ | ArdourUI.ArdourMarkerList () | |
Methods |
ArdourMarker | back () | |
+ void | clear () | |
bool | empty () | |
ArdourMarker | front () | |
LuaIter | iter () | |
@@ -6403,6 +6416,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
ℂ | ArdourUI.ArdourMarkerList () | |
Methods |
ArdourMarker | back () | |
+ void | clear () | |
bool | empty () | |
ArdourMarker | front () | |
LuaIter | iter () | |
@@ -6475,6 +6489,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
ℂ | ArdourUI.SelectionList () | |
Methods |
Selectable | back () | |
+ void | clear () | |
bool | empty () | |
Selectable | front () | |
LuaIter | iter () | |
@@ -6543,6 +6558,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Methods |
LuaTable | add (LuaTable {TimelineRange}) | |
TimelineRange | back () | |
+ void | clear () | |
bool | empty () | |
TimelineRange | front () | |
LuaIter | iter () | |
@@ -6597,9 +6613,11 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Methods |
unsigned int | get_action_table_columns () | |
+ TimeSelectionAfterSectionPaste | get_after_section_op () | |
bool | get_all_floating_windows_are_dialogs () | |
bool | get_allow_non_quarter_pulse () | |
bool | get_ask_before_closing_last_window () | |
+ bool | get_ask_cut_copy_section_tempo_map () | |
bool | get_automation_edit_cancels_auto_hide () | |
bool | get_autoplay_clips () | |
bool | get_autoplay_files () | |
@@ -6617,7 +6635,6 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
int | get_default_lower_midi_note () | |
bool | get_default_narrow_ms () | |
int | get_default_upper_midi_note () | |
- bool | get_draggable_playhead () | |
float | get_draggable_playhead_speed () | |
bool | get_editor_stereo_only_meters () | |
float | get_extra_ui_extents_time () | |
@@ -6658,6 +6675,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | get_open_gui_after_adding_plugin () | |
PluginGUIBehavior | get_plugin_gui_behavior () | |
bool | get_prefer_inline_over_gui () | |
+ bool | get_prefer_tap_tempo () | |
bool | get_preview_video_frame_on_drag () | |
ClockDeltaMode | get_primary_clock_delta_mode () | |
int | get_recent_session_sort () | |
@@ -6668,6 +6686,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | get_save_export_mixer_screenshot () | |
ScreenSaverMode | get_screen_saver_mode () | |
ClockDeltaMode | get_secondary_clock_delta_mode () | |
+ bool | get_sensitize_playhead () | |
bool | get_show_editor_meter () | |
bool | get_show_grids_ruler () | |
bool | get_show_inline_display_by_default () | |
@@ -6681,6 +6700,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | get_show_region_name () | |
bool | get_show_region_xrun_markers () | |
bool | get_show_secondary_clock () | |
+ bool | get_show_selection_marker () | |
bool | get_show_snapped_cursor () | |
bool | get_show_toolbar_cuectrl () | |
bool | get_show_toolbar_latency () | |
@@ -6697,6 +6717,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
unsigned int | get_snap_threshold () | |
bool | get_snap_to_grid () | |
bool | get_snap_to_marks () | |
+ bool | get_snap_to_playhead () | |
bool | get_snap_to_region_end () | |
bool | get_snap_to_region_start () | |
bool | get_snap_to_region_sync () | |
@@ -6714,7 +6735,8 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | get_use_mouse_position_as_zoom_focus_on_scroll () | |
bool | get_use_note_bars_for_velocity () | |
bool | get_use_note_color_for_velocity () | |
- bool | get_use_palette_for_new_route () | |
+ bool | get_use_palette_for_new_bus () | |
+ bool | get_use_palette_for_new_track () | |
bool | get_use_palette_for_new_vca () | |
bool | get_use_route_color_widely () | |
bool | get_use_time_rulers_to_zoom_with_vertical_drag () | |
@@ -6729,9 +6751,11 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
WaveformShape | get_waveform_shape () | |
bool | get_widget_prelight () | |
bool | set_action_table_columns (unsigned int) | |
+ bool | set_after_section_op (TimeSelectionAfterSectionPaste) | |
bool | set_all_floating_windows_are_dialogs (bool) | |
bool | set_allow_non_quarter_pulse (bool) | |
bool | set_ask_before_closing_last_window (bool) | |
+ bool | set_ask_cut_copy_section_tempo_map (bool) | |
bool | set_automation_edit_cancels_auto_hide (bool) | |
bool | set_autoplay_clips (bool) | |
bool | set_autoplay_files (bool) | |
@@ -6749,7 +6773,6 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | set_default_lower_midi_note (int) | |
bool | set_default_narrow_ms (bool) | |
bool | set_default_upper_midi_note (int) | |
- bool | set_draggable_playhead (bool) | |
bool | set_draggable_playhead_speed (float) | |
bool | set_editor_stereo_only_meters (bool) | |
bool | set_extra_ui_extents_time (float) | |
@@ -6790,6 +6813,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | set_open_gui_after_adding_plugin (bool) | |
bool | set_plugin_gui_behavior (PluginGUIBehavior) | |
bool | set_prefer_inline_over_gui (bool) | |
+ bool | set_prefer_tap_tempo (bool) | |
bool | set_preview_video_frame_on_drag (bool) | |
bool | set_primary_clock_delta_mode (ClockDeltaMode) | |
bool | set_recent_session_sort (int) | |
@@ -6800,6 +6824,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | set_save_export_mixer_screenshot (bool) | |
bool | set_screen_saver_mode (ScreenSaverMode) | |
bool | set_secondary_clock_delta_mode (ClockDeltaMode) | |
+ bool | set_sensitize_playhead (bool) | |
bool | set_show_editor_meter (bool) | |
bool | set_show_grids_ruler (bool) | |
bool | set_show_inline_display_by_default (bool) | |
@@ -6813,6 +6838,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | set_show_region_name (bool) | |
bool | set_show_region_xrun_markers (bool) | |
bool | set_show_secondary_clock (bool) | |
+ bool | set_show_selection_marker (bool) | |
bool | set_show_snapped_cursor (bool) | |
bool | set_show_toolbar_cuectrl (bool) | |
bool | set_show_toolbar_latency (bool) | |
@@ -6829,6 +6855,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | set_snap_threshold (unsigned int) | |
bool | set_snap_to_grid (bool) | |
bool | set_snap_to_marks (bool) | |
+ bool | set_snap_to_playhead (bool) | |
bool | set_snap_to_region_end (bool) | |
bool | set_snap_to_region_start (bool) | |
bool | set_snap_to_region_sync (bool) | |
@@ -6846,7 +6873,8 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | set_use_mouse_position_as_zoom_focus_on_scroll (bool) | |
bool | set_use_note_bars_for_velocity (bool) | |
bool | set_use_note_color_for_velocity (bool) | |
- bool | set_use_palette_for_new_route (bool) | |
+ bool | set_use_palette_for_new_bus (bool) | |
+ bool | set_use_palette_for_new_track (bool) | |
bool | set_use_palette_for_new_vca (bool) | |
bool | set_use_route_color_widely (bool) | |
bool | set_use_time_rulers_to_zoom_with_vertical_drag (bool) | |
@@ -6862,9 +6890,11 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | set_widget_prelight (bool) | |
Properties |
unsigned int | action_table_columns | |
+ ARDOUR.TimeSelectionAfterSectionPaste | after_section_op | |
bool | all_floating_windows_are_dialogs | |
bool | allow_non_quarter_pulse | |
bool | ask_before_closing_last_window | |
+ bool | ask_cut_copy_section_tempo_map | |
bool | automation_edit_cancels_auto_hide | |
bool | autoplay_clips | |
bool | autoplay_files | |
@@ -6882,7 +6912,6 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
int | default_lower_midi_note | |
bool | default_narrow_ms | |
int | default_upper_midi_note | |
- bool | draggable_playhead | |
float | draggable_playhead_speed | |
bool | editor_stereo_only_meters | |
float | extra_ui_extents_time | |
@@ -6923,6 +6952,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | open_gui_after_adding_plugin | |
ARDOUR.PluginGUIBehavior | plugin_gui_behavior | |
bool | prefer_inline_over_gui | |
+ bool | prefer_tap_tempo | |
bool | preview_video_frame_on_drag | |
ARDOUR.ClockDeltaMode | primary_clock_delta_mode | |
int | recent_session_sort | |
@@ -6933,6 +6963,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | save_export_mixer_screenshot | |
ARDOUR.ScreenSaverMode | screen_saver_mode | |
ARDOUR.ClockDeltaMode | secondary_clock_delta_mode | |
+ bool | sensitize_playhead | |
bool | show_editor_meter | |
bool | show_grids_ruler | |
bool | show_inline_display_by_default | |
@@ -6946,6 +6977,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | show_region_name | |
bool | show_region_xrun_markers | |
bool | show_secondary_clock | |
+ bool | show_selection_marker | |
bool | show_snapped_cursor | |
bool | show_toolbar_cuectrl | |
bool | show_toolbar_latency | |
@@ -6962,6 +6994,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
unsigned int | snap_threshold | |
bool | snap_to_grid | |
bool | snap_to_marks | |
+ bool | snap_to_playhead | |
bool | snap_to_region_end | |
bool | snap_to_region_start | |
bool | snap_to_region_sync | |
@@ -6979,7 +7012,8 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
bool | use_mouse_position_as_zoom_focus_on_scroll | |
bool | use_note_bars_for_velocity | |
bool | use_note_color_for_velocity | |
- bool | use_palette_for_new_route | |
+ bool | use_palette_for_new_bus | |
+ bool | use_palette_for_new_track | |
bool | use_palette_for_new_vca | |
bool | use_route_color_widely | |
bool | use_time_rulers_to_zoom_with_vertical_drag | |
@@ -7105,6 +7139,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Methods |
LuaTable | add (LuaTable {long}) | |
long | back () | |
+ void | clear () | |
bool | empty () | |
long | front () | |
LuaIter | iter () | |
@@ -7133,6 +7168,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
Methods |
LuaTable | add (LuaTable {std::string}) | |
std::string | back () | |
+ void | clear () | |
bool | empty () | |
std::string | front () | |
LuaIter | iter () | |
@@ -7578,6 +7614,11 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
LuaTable | table () | |
... | to_array (--lua--) | |
+∅ PBD:Progress
+C‡: PBD::Progress
+
+ A class to handle reporting of progress of something
+This class object is only used indirectly as return-value and function-parameter. It provides no methods by itself.
∁ PBD:RingBuffer8
C‡: PBD::RingBufferNPT<unsigned char>
@@ -8405,6 +8446,13 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
- ARDOUR.SrcQuality.SrcBest
+∈ ARDOUR.SectionOperation
+
+- ARDOUR.SectionOperation.CopyPaste
+- ARDOUR.SectionOperation.CutPaste
+- ARDOUR.SectionOperation.Insert
+- ARDOUR.SectionOperation.Delete
+
∈ ARDOUR.MeterType
- ARDOUR.MeterType.MeterMaxSignal
@@ -8664,6 +8712,13 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
- ARDOUR.RangeSelectionAfterSplit.PreserveSel
- ARDOUR.RangeSelectionAfterSplit.ForceSel
+∈ ARDOUR.TimeSelectionAfterSectionPaste
+
+- ARDOUR.TimeSelectionAfterSectionPaste.SectionSelectNoop
+- ARDOUR.TimeSelectionAfterSectionPaste.SectionSelectClear
+- ARDOUR.TimeSelectionAfterSectionPaste.SectionSelectRetain
+- ARDOUR.TimeSelectionAfterSectionPaste.SectionSelectRetainAndMovePlayhead
+
∈ ARDOUR.ScreenSaverMode
- ARDOUR.ScreenSaverMode.InhibitNever
@@ -8902,6 +8957,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
∈ Editing.GridType
-
+
-
+