update action docs

This commit is contained in:
Tristan Rowley
2020-01-03 22:09:09 +00:00
parent d10cfab877
commit cbf68a88b1
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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"