Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 621 Bytes

File metadata and controls

17 lines (12 loc) · 621 Bytes

Random Strum Pattern

Random guitar strum pattern generator for practice. Check it out: vilda.net/s/rsp. It should look as follows: grafik

It also contains an initial Python version random_strum_pattern.py after which I decided I could make it a small website with a bunch of buttons.

Contributing

The code is written in TypeScript+Node+Webpack. Run/compile as follows:

npm install
npm run build # or `npm run dev` for local server