pianoverse_client/readme.md

10 lines
352 B
Markdown
Raw Normal View History

2024-07-17 10:13:45 +00: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:
```nu
for $x in 21..108 {wget $"https://pianoverse.net/sounds/salamander/($x).mp3"}
```