played some notes linux only

This commit is contained in:
2026-03-10 09:53:13 -06:00
parent 637975736f
commit facb9b957e
4 changed files with 709 additions and 1 deletions

View File

@@ -1,2 +1,8 @@
[tools]
rust = "latest"
[tasks.setup]
run = "echo paru -S fluidsynth soundfont-fatboy"
[tasks.default]
run = "if ! aconnect -o -l | grep -q FLUID; then fluidsynth --server $(find /usr/share -name \\*.sf2 | head -n 1); fi; cargo run"