taud player with visualiser

This commit is contained in:
minjaesong
2026-05-22 05:12:48 +09:00
parent 83d9cde0bd
commit 065e586cd6
3 changed files with 1085 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -66,7 +66,7 @@ const EXEC_FUNS = {
"txt": (f) => _G.shell.execute(`less "${f}"`),
"md": (f) => _G.shell.execute(`less "${f}"`),
"log": (f) => _G.shell.execute(`less "${f}"`),
"taud": (f) => _G.shell.execute(`microtone "${f}"`),
"taud": (f) => _G.shell.execute(`playtaud "${f}"`),
}
function makeExecFun(template) {