mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 19:30:11 +01:00
Merge branch 'feature_list_actions' into feature_shader_midi
This commit is contained in:
10
ACTIONS.md
10
ACTIONS.md
@@ -1,10 +1,10 @@
|
|||||||
====== Auto-generated Actions list ======\n
|
# Auto-generated Actions list
|
||||||
Tue 24 Dec 14:10:09 UTC 2019
|
|
||||||
|
Tue 24 Dec 14:19:44 UTC 2019
|
||||||
|
|
||||||
for branch=feature_shader_midi
|
for branch=feature_shader_midi
|
||||||
|
|
||||||
|
# Methods
|
||||||
===== Methods =====
|
|
||||||
* call_method_name(method_name, argument=None)
|
* call_method_name(method_name, argument=None)
|
||||||
* call_parse_method_name(method_name, argument)
|
* call_parse_method_name(method_name, argument)
|
||||||
* change_composite_setting(setting_value)
|
* change_composite_setting(setting_value)
|
||||||
@@ -156,7 +156,7 @@ for branch=feature_shader_midi
|
|||||||
* try_pull_code_and_reset
|
* try_pull_code_and_reset
|
||||||
* try_remove_file(path)
|
* try_remove_file(path)
|
||||||
|
|
||||||
===== Dynamic routes =====
|
# Dynamic routes
|
||||||
* play_shader_([0-9])_([0-9])
|
* play_shader_([0-9])_([0-9])
|
||||||
* play_shader_([0-9])_([0-9])
|
* play_shader_([0-9])_([0-9])
|
||||||
* toggle_shader_layer_([0-2])
|
* toggle_shader_layer_([0-2])
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "====== Auto-generated Actions list ======\n"
|
echo "# Auto-generated Actions list"
|
||||||
|
echo
|
||||||
echo `date`
|
echo `date`
|
||||||
echo
|
echo
|
||||||
echo "for branch=$(git branch | sed -n -e 's/^\* \(.*\)/\1/p')"
|
echo "for branch=$(git branch | sed -n -e 's/^\* \(.*\)/\1/p')"
|
||||||
echo
|
echo
|
||||||
echo
|
|
||||||
|
|
||||||
echo "===== Methods ====="
|
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 " 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 "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"
|
| grep -v "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"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "===== Dynamic routes ====="
|
echo "# Dynamic routes"
|
||||||
grep '( r"' actions.py | sed -e 's/\(.*\)"\(.*\)"\(.*\)/ * \2/p'
|
grep '( r"' actions.py | sed -e 's/\(.*\)"\(.*\)"\(.*\)/ * \2/p'
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user