1
0
Fork 0
Use Comment Macro syntax as a remote scripting language to control a Hog4 over the network via OSC.
Go to file
Kevin Matz bb0cbd513e Initial Commit 2018-10-17 20:56:59 -04:00
.gitignore Initial Commit 2018-10-17 20:56:59 -04:00
CommentMacro.g4 Initial Commit 2018-10-17 20:56:59 -04:00
README.md Initial Commit 2018-10-17 20:56:59 -04:00
comment.py Initial Commit 2018-10-17 20:56:59 -04:00
server.cfg Initial Commit 2018-10-17 20:56:59 -04:00

README.md

Bacon Script

Installing

$ pip install python-osc

Building the lexer and parser for Python3

$ antlr4 -Dlanguage=Python3 CommentMacro.g4

Unsupported Macros

These Comment Macros do not have supporting equivelents in OSC:

  • Release All
  • Release Others
  • Master Assert
  • List Assert
  • Scene Assert
  • Batch GO
  • Batch Halt
  • Batch Assert
  • Batch Release
  • Node Reset
  • Change Page
  • Next Page
  • Prev Page
  • Recall View
  • Keystroke Macro Go
  • Keystroke Macro Halt
  • Keystroke Macro Stop

Future Work

Pleas feel welcome to submit pull requests or patches that enable support for:

  • Sending target ranges as batches
  • Multiple comment macros per line
  • Send multi-macro line as a batch
  • Timing on master fades