diff options
author | dvs1 | 2024-10-28 10:30:43 +1000 |
---|---|---|
committer | dvs1 | 2024-10-28 10:30:43 +1000 |
commit | 5bf8c587e66ccff286e5800bbc92310a4540af72 (patch) | |
tree | 6e8f2a5ee7564bbd638ef0a9def624af51b8e515 | |
parent | Consistantly use single quotes for Lua strings, unless otherwise needed. (diff) | |
download | JackOnAllDevices-5bf8c587e66ccff286e5800bbc92310a4540af72.zip JackOnAllDevices-5bf8c587e66ccff286e5800bbc92310a4540af72.tar.gz JackOnAllDevices-5bf8c587e66ccff286e5800bbc92310a4540af72.tar.bz2 JackOnAllDevices-5bf8c587e66ccff286e5800bbc92310a4540af72.tar.xz |
This is documenting STOP not stop.
-rwxr-xr-x | aataaj.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ Note that _.lua might need to be in /usr/local/share/lua/5.1/ | |||
54 | 54 | ||
55 | 55 | ||
56 | 56 | ||
57 | "aataaj JACK" should be called on user login. Probably don't need to run "aataaj stop" on | 57 | "aataaj JACK" should be called on user login. Probably don't need to run "aataaj STOP" on |
58 | user logout. | 58 | user logout. |
59 | 59 | ||
60 | It starts up JACK and friends, and creates JACK devices for all the | 60 | It starts up JACK and friends, and creates JACK devices for all the |
@@ -71,7 +71,7 @@ directory" it seems. So you have to hard code the path. Make sure your | |||
71 | 71 | ||
72 | 72 | ||
73 | 73 | ||
74 | "aataaj stop" closes down everything "aataaj JACK" started up. | 74 | "aataaj STOP" closes down everything "aataaj JACK" started up. |
75 | 75 | ||
76 | 76 | ||
77 | 77 | ||