An online piano you can play alone or with others in real-time. MIDI support, 88 keys, velocity sensitive. You can show off your skill or chat while listening to others play.
 
 
 
 
Go to file
Hri7566 51ac890146 update readme 2022-03-14 14:50:14 -04:00
.vscode almost lost this 2021-12-21 22:46:52 -05:00
build stuff 2022-03-14 14:42:48 -04:00
scripts fix script perms 2022-03-14 14:48:16 -04:00
sounds checkpoint 2021-10-23 12:22:32 -04:00
src stuff 2022-03-14 14:42:48 -04:00
static update static 2022-03-13 19:50:43 -04:00
.gitignore previous changes 2022-01-27 23:31:49 -05:00
Dockerfile stuff 2022-03-14 14:42:48 -04:00
LICENSE Add LICENSE 2022-03-14 14:44:44 -04:00
README.md update readme 2022-03-14 14:50:14 -04:00
docker-compose.yml checkpoint 2021-10-30 02:36:40 +00:00
index.js stuff 2022-03-14 14:42:48 -04:00
package-lock.json it didnt' go 2021-12-16 20:47:47 -05:00
package.json stuff 2022-03-14 14:42:48 -04:00
tsconfig.json init 2021-10-21 15:08:09 -04:00
yarn.lock stuff 2022-03-14 14:42:48 -04:00

README.md

multiplayerpiano

An online piano you can play alone or with others in real-time. MIDI support, 88 keys, velocity sensitive. You can show off your skill or chat while listening to others play.

This is a clone of Brandon's server. This is NOT the original server.

Shut up and tell me how to start it!

yarn start-docker

Map

static

This folder contains the static web files from the official repo with slight modifications.

src

Main source files, written in TypeScript.

sounds

This folder contains the piano-sounds repository.

scripts

This folder contains various bash scripts for yarn.

build

Once transpiled, the JavaScript files will be here.