mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 06:14:04 +09:00
taud player with visualiser
This commit is contained in:
1062
assets/disk0/tvdos/bin/playtaud.js
Normal file
1062
assets/disk0/tvdos/bin/playtaud.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user