robbielyman / seamstress

seamstress is an art engine
GNU General Public License v3.0
123 stars 12 forks source link

feat: add `_seamstress.child_process`, and `lib/softcut.lua` #118

Closed robbielyman closed 8 months ago

robbielyman commented 8 months ago

_seamstress.child_process just spawns the process; no interaction with the process over stdin/stdout is possible. for shorter-lived processes, prefer os.execute and its cousins in util.

lib/softcut.lua provides OSC interaction with softcut-client https://github.com/ryleelyman/softcut-zig unlike norns's softcut.lua, it is not require'd by default.