From cbf68a88b17c1644a8e20c4cc384d94c0e5e4b42 Mon Sep 17 00:00:00 2001 From: Tristan Rowley Date: Fri, 3 Jan 2020 22:09:09 +0000 Subject: [PATCH] update action docs --- ACTIONS.md | 4 +++- dotfiles/generate-list-actions.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ACTIONS.md b/ACTIONS.md index e90479c..260c9e8 100644 --- a/ACTIONS.md +++ b/ACTIONS.md @@ -1,6 +1,6 @@ # Auto-generated Actions list -Sat 28 Dec 18:59:34 UTC 2019 +Fri 3 Jan 22:08:36 UTC 2020 for branch=feature_shader_midi @@ -165,6 +165,8 @@ for branch=feature_shader_midi * modulate_param_([0-3])_to_amount_continuous * set_param_([0-3])_layer_([0-2])_modulation_level_continuous * set_param_([0-3])_layer_offset_([0-2])_modulation_level_continuous + * reset_selected_modulation + * reset_modulation_([0-3]) * select_shader_modulation_slot_([0-3]) * set_shader_speed_layer_offset_([0-2])_amount * set_shader_speed_layer_([0-2])_amount diff --git a/dotfiles/generate-list-actions.sh b/dotfiles/generate-list-actions.sh index abd63cf..dc555cb 100755 --- a/dotfiles/generate-list-actions.sh +++ b/dotfiles/generate-list-actions.sh @@ -8,7 +8,7 @@ echo echo "# Methods" grep " def " actions.py | grep -v "^#" | sed -e 's/ def //' | sed -e 's/self//' | sed -e 's/(, /(/' | sed -e 's/()//' | sed -e 's/\(.*\)/ *\1/' | sed -e 's/://' | sort -n \ - | grep -v "parserlist\|check_if_should_start_openframeworks\|create_serial_port_process\|__init__\|persist_composite_setting\|receive_detour_info\|_refresh_frame_buffer\|refresh_frame_buffer_and_restart_openframeworks\|run_script\|setup_osc_server\|start_confirm_action\|stop_serial_port_process\|stop_openframeworks_process\|update_capture_settings\|update_config_settings\|update_video_settings\|try_remove_file\|get_callback\|call_method_name\|call_parse_method" + | grep -v "parserlist\|check_if_should_start_openframeworks\|create_serial_port_process\|__init__\|persist_composite_setting\|receive_detour_info\|_refresh_frame_buffer\|refresh_frame_buffer_and_restart_openframeworks\|run_script\|setup_osc_server\|start_confirm_action\|stop_serial_port_process\|stop_openframeworks_process\|update_capture_settings\|update_config_settings\|update_video_settings\|try_remove_file\|get_callback\|call_method_name\|call_parse_method\|detect_types" echo echo "# Dynamic routes"