jimkang / flooding

Programmatic music piece

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flooding

Blends some audio in a really literal way.

Getting it running

Once you have this source code on your computer, you can get it running by doing the following.

  • Install Node 10 or later.
  • From the root directory of the project (the same one this README file is in), run this command: npm i
  • Then, run make run. It should then say something like Your application is ready~! Local: http://0.0.0.0:7000
    • On Windows, you may not have make. In that case, you can run npm run dev.
    • Go to http://0.0.0.0:7000 (or http://localhost:7000) in your browser. The web app will be running there.

About

Programmatic music piece


Languages

Language:TypeScript 48.7%Language:JavaScript 27.2%Language:MATLAB 11.3%Language:HTML 9.7%Language:CSS 1.8%Language:Makefile 1.3%