added toggle_x3_as_speed as a command available to midi map, and added a script to generate a helpful list of available actions

This commit is contained in:
Tristan Rowley
2019-12-14 16:32:36 +00:00
parent 6c3848cf6c
commit 28b610d01e
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
#!/bin/sh
grep " def " actions.py | sed -e 's/ def //' | sed -e 's/self//' | sed -e 's/(, /(/' | sed -e 's/()//' | sort -n