From a26cd1aaa1c214050e2a2c20fedacd76bb1b5f33 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 13 Aug 2021 15:57:00 +0200 Subject: [PATCH] Update Lua doc for 6.9 --- include/class-reference.html | 54 +++++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 23 deletions(-) diff --git a/include/class-reference.html b/include/class-reference.html index f8c20c4..becc5a8 100644 --- a/include/class-reference.html +++ b/include/class-reference.html @@ -3850,8 +3850,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C DenormalModelget_denormal_model () boolget_denormal_protection () boolget_disable_disarm_during_roll () - boolget_discover_audio_units () - boolget_discover_vst_on_start () + boolget_discover_plugins_on_start () unsigned intget_disk_choice_space_threshold () std::stringget_donate_url () EditModeget_edit_mode () @@ -3915,6 +3914,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C std::stringget_plugin_path_lxvst () std::stringget_plugin_path_vst () std::stringget_plugin_path_vst3 () + unsigned intget_plugin_scan_timeout () boolget_plugins_stop_with_transport () longget_postroll () longget_preroll () @@ -3943,7 +3943,6 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolget_show_video_export_info () boolget_show_video_server_dialog () boolget_show_vst3_micro_edit_inline () - ShuttleBehaviourget_shuttle_behaviour () floatget_shuttle_max_speed () floatget_shuttle_speed_factor () floatget_shuttle_speed_threshold () @@ -3964,6 +3963,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolget_try_autostart_engine () std::stringget_tutorial_manual_url () std::stringget_updates_url () + boolget_use_audio_units () boolget_use_click_emphasis () boolget_use_lxvst () boolget_use_macvst () @@ -3972,13 +3972,13 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolget_use_osc () boolget_use_plugin_own_gui () boolget_use_tranzport () + boolget_use_vst3 () boolget_use_windows_vst () boolget_verbose_plugin_scan () boolget_verify_remove_last_capture () boolget_video_advanced_setup () std::stringget_video_server_docroot () std::stringget_video_server_url () - intget_vst_scan_timeout () std::stringget_windows_pingback_url () boolget_work_around_jack_no_copy_optimization () std::stringget_xjadeo_binary () @@ -4015,8 +4015,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolset_denormal_model (DenormalModel) boolset_denormal_protection (bool) boolset_disable_disarm_during_roll (bool) - boolset_discover_audio_units (bool) - boolset_discover_vst_on_start (bool) + boolset_discover_plugins_on_start (bool) boolset_disk_choice_space_threshold (unsigned int) boolset_donate_url (std::string) boolset_edit_mode (EditMode) @@ -4080,6 +4079,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolset_plugin_path_lxvst (std::string) boolset_plugin_path_vst (std::string) boolset_plugin_path_vst3 (std::string) + boolset_plugin_scan_timeout (unsigned int) boolset_plugins_stop_with_transport (bool) boolset_postroll (long) boolset_preroll (long) @@ -4108,7 +4108,6 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolset_show_video_export_info (bool) boolset_show_video_server_dialog (bool) boolset_show_vst3_micro_edit_inline (bool) - boolset_shuttle_behaviour (ShuttleBehaviour) boolset_shuttle_max_speed (float) boolset_shuttle_speed_factor (float) boolset_shuttle_speed_threshold (float) @@ -4129,6 +4128,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolset_try_autostart_engine (bool) boolset_tutorial_manual_url (std::string) boolset_updates_url (std::string) + boolset_use_audio_units (bool) boolset_use_click_emphasis (bool) boolset_use_lxvst (bool) boolset_use_macvst (bool) @@ -4137,13 +4137,13 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolset_use_osc (bool) boolset_use_plugin_own_gui (bool) boolset_use_tranzport (bool) + boolset_use_vst3 (bool) boolset_use_windows_vst (bool) boolset_verbose_plugin_scan (bool) boolset_verify_remove_last_capture (bool) boolset_video_advanced_setup (bool) boolset_video_server_docroot (std::string) boolset_video_server_url (std::string) - boolset_vst_scan_timeout (int) boolset_windows_pingback_url (std::string) boolset_work_around_jack_no_copy_optimization (bool) boolset_xjadeo_binary (std::string) @@ -4181,8 +4181,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C ARDOUR.DenormalModeldenormal_model booldenormal_protection booldisable_disarm_during_roll - booldiscover_audio_units - booldiscover_vst_on_start + booldiscover_plugins_on_start unsigned intdisk_choice_space_threshold std::stringdonate_url ARDOUR.EditModeedit_mode @@ -4246,6 +4245,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C std::stringplugin_path_lxvst std::stringplugin_path_vst std::stringplugin_path_vst3 + unsigned intplugin_scan_timeout boolplugins_stop_with_transport longpostroll longpreroll @@ -4274,7 +4274,6 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolshow_video_export_info boolshow_video_server_dialog boolshow_vst3_micro_edit_inline - ARDOUR.ShuttleBehaviourshuttle_behaviour floatshuttle_max_speed floatshuttle_speed_factor floatshuttle_speed_threshold @@ -4295,6 +4294,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C booltry_autostart_engine std::stringtutorial_manual_url std::stringupdates_url + booluse_audio_units booluse_click_emphasis booluse_lxvst booluse_macvst @@ -4303,13 +4303,13 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C booluse_osc booluse_plugin_own_gui booluse_tranzport + booluse_vst3 booluse_windows_vst boolverbose_plugin_scan boolverify_remove_last_capture boolvideo_advanced_setup std::stringvideo_server_docroot std::stringvideo_server_url - intvst_scan_timeout std::stringwindows_pingback_url boolwork_around_jack_no_copy_optimization std::stringxjadeo_binary @@ -4979,7 +4979,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C voidrequest_play_loop (bool, bool) voidrequest_roll (TransportRequestSource) voidrequest_stop (bool, bool, TransportRequestSource) - voidrequest_transport_speed (double, bool, TransportRequestSource) + voidrequest_transport_speed (double, TransportRequestSource) voidreset_xrun_count () Routeroute_by_id (ID) Routeroute_by_name (std::string) @@ -6507,6 +6507,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolget_boxy_buttons () boolget_buggy_gradients () boolget_cairo_image_surface () + boolget_check_announcements () unsigned longget_clock_display_limit () std::stringget_color_file () boolget_color_regions_using_track_color () @@ -6521,9 +6522,10 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolget_follow_edits () intget_font_scale () boolget_grid_follows_internal () + boolget_hide_splash_screen () boolget_hiding_groups_deactivates_groups () std::stringget_icon_set () - --MISSING (ARDOUR::InputMeterLayout)--get_input_meter_layout () + InputMeterLayoutget_input_meter_layout () boolget_input_meter_scopes () std::stringget_keyboard_layout () std::stringget_keyboard_layout_name () @@ -6619,6 +6621,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolset_boxy_buttons (bool) boolset_buggy_gradients (bool) boolset_cairo_image_surface (bool) + boolset_check_announcements (bool) boolset_clock_display_limit (unsigned long) boolset_color_file (std::string) boolset_color_regions_using_track_color (bool) @@ -6633,9 +6636,10 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolset_follow_edits (bool) boolset_font_scale (int) boolset_grid_follows_internal (bool) + boolset_hide_splash_screen (bool) boolset_hiding_groups_deactivates_groups (bool) boolset_icon_set (std::string) - boolset_input_meter_layout (--MISSING (ARDOUR::InputMeterLayout)--) + boolset_input_meter_layout (InputMeterLayout) boolset_input_meter_scopes (bool) boolset_keyboard_layout (std::string) boolset_keyboard_layout_name (std::string) @@ -6732,6 +6736,7 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolboxy_buttons boolbuggy_gradients boolcairo_image_surface + boolcheck_announcements unsigned longclock_display_limit std::stringcolor_file boolcolor_regions_using_track_color @@ -6746,9 +6751,10 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C boolfollow_edits intfont_scale boolgrid_follows_internal + boolhide_splash_screen boolhiding_groups_deactivates_groups std::stringicon_set - --MISSING (ARDOUR::InputMeterLayout)--input_meter_layout + ARDOUR.InputMeterLayoutinput_meter_layout boolinput_meter_scopes std::stringkeyboard_layout std::stringkeyboard_layout_name @@ -8213,11 +8219,6 @@ Pointer Classes cannot be created in Lua scripts. It always requires a call to C
  • ARDOUR.RangeSelectionAfterSplit.PreserveSel
  • ARDOUR.RangeSelectionAfterSplit.ForceSel
  • -

     ARDOUR.ShuttleBehaviour

    -

     ARDOUR.ScreenSaverMode

    +

     ARDOUR.InputMeterLayout

    +

     ARDOUR.VUMeterStandard

    - + -
    Ardour 6.8  -  Fri, 02 Jul 2021 03:08:22 +0200
    +
    Ardour 6.9  -  Fri, 13 Aug 2021 15:53:36 +0200
    -- 2.37.2