diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-12-10 16:36:21 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-12-10 16:36:21 +0300 |
commit | 8b0a1b9f2867a35704eb6ec1ffdcf86de2bffac7 (patch) | |
tree | e14e574afb9bcb248728e80e6ecefd7dfecc6258 /applause.lua | |
parent | 2ab53f3c5862704e24415f969b0d2be1c75b4e7a (diff) | |
download | applause2-8b0a1b9f2867a35704eb6ec1ffdcf86de2bffac7.tar.gz |
updated Jupyter notebook documentation after ILua forking
Diffstat (limited to 'applause.lua')
-rw-r--r-- | applause.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applause.lua b/applause.lua index dcb283e..dec82bd 100644 --- a/applause.lua +++ b/applause.lua @@ -105,8 +105,8 @@ end -- This variable is overwritten by the C core. samplerate = 44100 ---- Convert seconds to sample numbers --- These are functions, so we can round the result. +--- Convert seconds to sample numbers. +-- These are functions, so we can round the result -- automatically. -- @number[opt=1] x Number of seconds -- @treturn int Number of samples |