NangiDev / payplayer

Toy project designed after a payment service, but for playing some simple melodies

Home Page:https://nangidev.github.io/payplayer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DISCLAIMER

This project is only for fun, don't use for illegal activities! Play some tunes and enjoy!

PayPlayer

Toy project designed after a payment service, but for playing some simple melodies

Design

I designed it to be similar to the Swedish payment system Swish. After sending money to a receiver you get the chance to play some fun little tunes on the verification screen. So I tried to mimic it so that you can practice some tunes without sending money. End product will not be as similar to the Swish app. I don't want it to be used in scams.

Want to add a song to the library?

  • Create a file in the folder Songs.
  • Name it <song_name>.txt
  • Add it to /Songs/Index.txt (Without extension)
  • Create pull request

Note sheet

0 1 2 C G A
3 4 5 <-> B E H
6 7 8 D F C

-1 = Paus

Last number in array is the delay in milliseconds for when to play next note.

About

Toy project designed after a payment service, but for playing some simple melodies

https://nangidev.github.io/payplayer/


Languages

Language:JavaScript 60.3%Language:CSS 25.3%Language:HTML 12.6%Language:Shell 1.9%