aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2023-11-12 00:43:13 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2023-11-12 00:43:13 +0300
commit2e164ac9ed33b9426c5a4b3e9c4ab0a32e3200ea (patch)
tree85aaeda5ec02538c794e5d0c9eed00970817ab5d /README.md
parent1a6ad201df8ef071cc394d4c915d7d54e187ba51 (diff)
downloadapplause2-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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 082d8de..b97dd2d 100644
--- a/README.md
+++ b/README.md
@@ -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"