1
0
Fork 0
Commit Graph

66 Commits

Author SHA1 Message Date
Kevin Matz 1c4c4b18a2 remove parser internals from macro implementations 2018-10-25 16:39:41 -04:00
Kevin Matz 54340773bc inline string to int/float 2018-10-25 16:26:15 -04:00
Kevin Matz 01e8a09925 minimalist string to int/float function 2018-10-25 16:18:54 -04:00
Kevin Matz ffed6d35e3 only import readline module when starting interactive prompt 2018-10-25 15:07:55 -04:00
Kevin Matz 10d30ae5e7 unify system exit 2018-10-25 15:02:04 -04:00
Kevin Matz f284414383 exit feedback for ctl+c 2018-10-25 15:00:10 -04:00
Kevin Matz 999624bd49 manage exiting without external dependency 2018-10-25 14:56:58 -04:00
Kevin Matz 1aaf12b6f3 exception handling for osc.send 2018-10-25 14:36:26 -04:00
Kevin Matz ee08529059 reduce pollution of the global namespace 2018-10-25 13:02:59 -04:00
Kevin Matz 48d8c3ec4f explicitly convert list to a string before logging 2018-10-25 12:58:46 -04:00
Kevin Matz 19c2a4ef55 change OscMAcroDefinitions import 2018-10-25 12:58:14 -04:00
Kevin Matz 6eb8b35aea pass times to macro context, even though they do nothing with it yet. 2018-10-25 12:52:43 -04:00
Kevin Matz 5014f71915 cleanup and sort functions 2018-10-25 12:52:22 -04:00
Kevin Matz 2a42b496ef only convert GL argument to a string if cue number is passed 2018-10-25 12:42:36 -04:00
Kevin Matz 6ab15f8dbe cleanup logger messages 2018-10-25 12:41:41 -04:00
Kevin Matz e94e89be85 simplify parenting logic 2018-10-25 12:32:41 -04:00
Kevin Matz dec487298e remove unnecessary return 2018-10-25 12:27:33 -04:00
Kevin Matz f96da2939c purge duplicate targets only once per macro 2018-10-25 12:27:03 -04:00
Kevin Matz 5f808f4cf6 spelling and clarity 2018-10-25 12:06:40 -04:00
Kevin Matz 345c51e6ca implement Page Change 2018-10-22 18:16:08 -04:00
Kevin Matz d3c497c837 multi-target keystroke macro support 2018-10-22 17:58:13 -04:00
Kevin Matz 88f7b825a8 implement keystroke macro support 2018-10-22 17:55:44 -04:00
Kevin Matz 7c54d9fb1e implement Release Master 2018-10-22 17:36:10 -04:00
Kevin Matz 31eb6a2af8 implement Assert Master 2018-10-22 17:33:38 -04:00
Kevin Matz 1d7612e57c implement Release All 2018-10-22 17:27:39 -04:00
Kevin Matz 3eab5b9626 button state constants 2018-10-22 17:18:46 -04:00
Kevin Matz 63f554f149 include python-osc builders 2018-10-22 15:49:40 -04:00
Kevin Matz dc4f2af308 more closely match the python-osc api 2018-10-22 15:04:25 -04:00
Kevin Matz 28a83d7557 better default config 2018-10-22 14:20:43 -04:00
Kevin Matz 2510f46d29 clarify notes regarding implementation limitations 2018-10-22 13:57:23 -04:00
Kevin Matz c1ebdd7b16 variable rename for consistency 2018-10-21 22:15:40 -04:00
Kevin Matz 72766e2cff include license in antlr4 grammar 2018-10-21 22:14:50 -04:00
Kevin Matz c19da112bf parser can be recalled from the ctx context 2018-10-21 15:52:14 -04:00
Kevin Matz f1624604c2 sync version numbers with HogOS 2018-10-21 14:22:02 -04:00
Kevin Matz 3247352fd0 remove unused return values 2018-10-21 14:20:11 -04:00
Kevin Matz 6c5a8f484e use python logging 2018-10-21 14:14:56 -04:00
Kevin Matz 8189d23da0 add note that fading current master is unsupported 2018-10-21 14:14:40 -04:00
Kevin Matz 9cf3ea7446 cleanup includes 2018-10-21 13:39:33 -04:00
Kevin Matz 48290d77c2 further refactoring to separate comment macro parsing from OSC 2018-10-21 13:30:39 -04:00
Kevin Matz 778f06d84a refactor macro implementation to OscMacroDefinitions.py 2018-10-21 09:31:25 -04:00
Kevin Matz a7afc4554b check for cue number before looking at value 2018-10-21 01:51:41 -04:00
Kevin Matz 3786cdcda1 include instructions for git 2018-10-21 01:32:53 -04:00
Kevin Matz b27a701039 a better readme 2018-10-21 01:27:18 -04:00
Kevin Matz c2beebd57f remove duplicate initialization 2018-10-21 00:43:04 -04:00
Kevin Matz 6a9ecef2cf support for net devices 2018-10-21 00:30:21 -04:00
Kevin Matz b63198d581 comments improve code 2018-10-20 23:38:11 -04:00
Kevin Matz c352384822 prevent target duplication 2018-10-20 23:37:58 -04:00
Kevin Matz 52c67c831b add a header 2018-10-20 19:06:35 -04:00
Kevin Matz 45eeb45e4b ranges must be bounded by integers 2018-10-20 18:48:59 -04:00
Kevin Matz c26ddf8229 updated readme 2018-10-20 18:27:10 -04:00