Go to file
2024-07-17 13:13:45 +03:00
sounds/salamander first commit 2024-07-17 13:13:45 +03:00
5dd1fe40dbea45cd26d2.cur first commit 2024-07-17 13:13:45 +03:00
88b4a467a18e813218f8.cur first commit 2024-07-17 13:13:45 +03:00
bundle.js first commit 2024-07-17 13:13:45 +03:00
c7283f73cbd89e54a615.cur first commit 2024-07-17 13:13:45 +03:00
favicon-dark.svg first commit 2024-07-17 13:13:45 +03:00
heartbeat.js first commit 2024-07-17 13:13:45 +03:00
index.html first commit 2024-07-17 13:13:45 +03:00
readme.md first commit 2024-07-17 13:13:45 +03:00

the Pianoverse Client

Extracted from the https://pianoverse.net site at 13:11 on July 17.
Bundle.js has been modified to allow for "localStorage.host = "dev"", which points the client towards "ws://127.0.0.1:8081".

Nushell script for downloading all sounds:

for $x in 21..108 {wget $"https://pianoverse.net/sounds/salamander/($x).mp3"}