diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-11-12 00:43:13 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-11-12 00:43:13 +0300 |
commit | 2e164ac9ed33b9426c5a4b3e9c4ab0a32e3200ea (patch) | |
tree | 85aaeda5ec02538c794e5d0c9eed00970817ab5d /README.md | |
parent | 1a6ad201df8ef071cc394d4c915d7d54e187ba51 (diff) | |
download | applause2-2e164ac9ed33b9426c5a4b3e9c4ab0a32e3200ea.tar.gz |
support running scripts in batch mode
* This should be largely compatible with the standard Lua interpreter.
The `arg` array is also initialized.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ Example (one channel): > Stream.SinOsc(440):play() +You can also run standalone scripts (batch mode), just like the standard Lua interpreter. + # Applause Clients (Editor Integration) echo -ne "25 \nStream.SinOsc(440):play()" | socat -,ignoreeof TCP:127.0.0.1:10000" |