A helper binary for developing control surface scripts for Ableton Live.
npm install ableton-css-helperA helper binary for developing control surface scripts for Ableton Live.

Make sure node ^20 is installed.
```
yarn global add ableton-css-helperor
npm install -g ableton-css-helper
`
Watch the current directory, restart Live upon changes and print Live's output
USAGE
$ ableton-css-helper watch [--livePath
FLAGS
--livePath=
--liveSet=
--name=
DESCRIPTION
Watch the current directory, restart Live upon changes and print Live's output
EXAMPLES
$ ableton-css-helper watch
``
* Currently only OS X is supported. I am open to merge pull requests which implement support for other platforms.
* Sometimes the AppleScript that restarts Live sends the "open file" message to early (I suppose) so that the Live set isn't opened.
* Log output is truncated and lines are missing sometimes. My original plan is to implement a proper layout using ink and ALWAYS tail log output into a scrolling box in the terminal window.
* I might implement another command to allow for remote debugging.