Go to file
BopItFreak 50d1781db6
Merge pull request #3 from multiplayerpiano/sass
Sass
2021-08-27 13:02:22 -04:00
.github/workflows Delete node.js.yml 2021-08-27 01:16:20 -04:00
dist change build script and dependencies and remove source map 2021-08-27 01:07:46 -04:00
scss change build script and dependencies and remove source map 2021-08-27 01:07:46 -04:00
src change build script and dependencies and remove source map 2021-08-27 01:07:46 -04:00
.gitignore change build script and dependencies and remove source map 2021-08-27 01:07:46 -04:00
.gitlab-ci.yml Add .gitlab-ci.yml 2021-04-26 23:00:59 +00:00
README.md Fixed bugs and reimplemented MP3 Recording 2021-07-17 23:57:54 -04:00
package-lock.json change build script and dependencies and remove source map 2021-08-27 01:07:46 -04:00
package.json change build script and dependencies and remove source map 2021-08-27 01:07:46 -04:00
tsconfig.json ebsprite 2021-07-19 22:43:07 -04:00
webpack.config.js change build script and dependencies and remove source map 2021-08-27 01:07:46 -04:00

README.md

mpp-ts

Multiplayerpiano.com files in typescript

Roadmap

  • Kill JQuery
  • Do something about the Synth (we need a replacement)
  • Possibly fix up the midi engine if needed
  • Renaming of some classes and variables (MultiplayerPianoClient, internalInterface, Handlers / Managers)
  • TSify ebsprite.js
  • Update and beautify css styles and html
  • Fix ease-in and ease-out classes in RoomManager.ts (They've been broken for ages)
  • Have not tested this with multiple clients