mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-16 13:20:13 +01:00
minor doc improvement
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Auto-generated Actions list
|
# Auto-generated Actions list
|
||||||
|
|
||||||
Tue 24 Dec 15:50:09 UTC 2019
|
Fri 27 Dec 01:02:54 UTC 2019
|
||||||
|
|
||||||
for branch=feature_shader_midi
|
for branch=feature_shader_midi
|
||||||
|
|
||||||
@@ -65,7 +65,6 @@ for branch=feature_shader_midi
|
|||||||
* move_shaders_selection_up
|
* move_shaders_selection_up
|
||||||
* next_bank
|
* next_bank
|
||||||
* next_shader_layer
|
* next_shader_layer
|
||||||
* parserlist
|
|
||||||
* perform_confirm_action
|
* perform_confirm_action
|
||||||
* play_shader_0
|
* play_shader_0
|
||||||
* play_shader_1
|
* play_shader_1
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ 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\|try_remove_file"
|
| 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"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "# Dynamic routes"
|
echo "# Dynamic routes"
|
||||||
|
|||||||
Reference in New Issue
Block a user