From 8a3d92f94dac7b69d9398345a80e77e72d295cff Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 16 Feb 2023 02:52:43 +0100 Subject: [PATCH] Update Lua doc for 7.3 --- include/class-reference.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/include/class-reference.html b/include/class-reference.html index 0ac61256..736f63dd 100644 --- a/include/class-reference.html +++ b/include/class-reference.html @@ -3983,6 +3983,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolget_send_midi_clock () boolget_send_mmc () boolget_send_mtc () + boolget_setup_sidechain () boolget_show_solo_mutes () boolget_show_video_server_dialog () boolget_show_vst3_micro_edit_inline () @@ -4151,6 +4152,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolset_send_midi_clock (bool) boolset_send_mmc (bool) boolset_send_mtc (bool) + boolset_setup_sidechain (bool) boolset_show_solo_mutes (bool) boolset_show_video_server_dialog (bool) boolset_show_vst3_micro_edit_inline (bool) @@ -4320,6 +4322,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolsend_midi_clock boolsend_mmc boolsend_mtc + boolsetup_sidechain boolshow_solo_mutes boolshow_video_server_dialog boolshow_vst3_micro_edit_inline @@ -4980,6 +4983,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C Controllablecontrollable_by_id (ID) longcurrent_end_sample () longcurrent_start_sample () + voidcut_copy_section (timepos_t, timepos_t, timepos_t, bool) voiddisable_record (bool, bool) AudioEngineengine () doubleengine_speed () @@ -6614,6 +6618,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolget_link_region_and_track_selection () unsigned intget_lock_gui_after_seconds () unsigned intget_max_inline_controls () + intget_max_note_height () intget_max_plugin_chart () intget_max_plugin_recent () floatget_meter_hold () @@ -6627,6 +6632,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolget_never_display_periodic_midi () boolget_new_automation_points_on_lane () boolget_no_new_session_dialog () + AppleNSGLViewModeget_nsgl_view_mode () boolget_one_plugin_window_only () boolget_only_copy_imported_files () boolget_open_gui_after_adding_plugin () @@ -6741,6 +6747,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolset_link_region_and_track_selection (bool) boolset_lock_gui_after_seconds (unsigned int) boolset_max_inline_controls (unsigned int) + boolset_max_note_height (int) boolset_max_plugin_chart (int) boolset_max_plugin_recent (int) boolset_meter_hold (float) @@ -6754,6 +6761,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolset_never_display_periodic_midi (bool) boolset_new_automation_points_on_lane (bool) boolset_no_new_session_dialog (bool) + boolset_nsgl_view_mode (AppleNSGLViewMode) boolset_one_plugin_window_only (bool) boolset_only_copy_imported_files (bool) boolset_open_gui_after_adding_plugin (bool) @@ -6869,6 +6877,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boollink_region_and_track_selection unsigned intlock_gui_after_seconds unsigned intmax_inline_controls + intmax_note_height intmax_plugin_chart intmax_plugin_recent floatmeter_hold @@ -6882,6 +6891,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolnever_display_periodic_midi boolnew_automation_points_on_lane boolno_new_session_dialog + ARDOUR.AppleNSGLViewModensgl_view_mode boolone_plugin_window_only boolonly_copy_imported_files boolopen_gui_after_adding_plugin @@ -8612,6 +8622,12 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
  • ARDOUR.ScreenSaverMode.InhibitWhileRecording
  • ARDOUR.ScreenSaverMode.InhibitAlways
  • +

     ARDOUR.AppleNSGLViewMode

    +

     ARDOUR.PluginGUIBehavior

    - + -
    Ardour 7.2  -  Tue, 13 Dec 2022 13:22:32 +0100
    +
    Ardour 7.3  -  Thu, 16 Feb 2023 02:48:15 +0100