diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-04-14 01:01:04 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-04-14 01:01:04 +0300 |
commit | aaea41b1e71561eff74cb8d7515cf72679734a1b (patch) | |
tree | 43929435bd4b1e3f4d23d8e865d1d6932c099273 | |
parent | 22f88459f2950eb163a8844badd884b3e1d193cd (diff) | |
download | applause2-aaea41b1e71561eff74cb8d7515cf72679734a1b.tar.gz |
minor documentation fix
-rw-r--r-- | applause.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applause.lua b/applause.lua index 5d1ba5a..bfc5979 100644 --- a/applause.lua +++ b/applause.lua @@ -2436,7 +2436,7 @@ end -- @param v Value to convert. -- @treturn Stream -- @usage tostream(440):SinOsc():play() --- @usage tostream{"A4", "B4", "C4"}:mtof() +-- @usage tostream{"A4", "B4", "C4"}:ntof() function tostream(v) if type(v) == "table" then if v.is_a_stream then return v end |