feels

f e e l s - Procedural Music Generator

f e e l s - lets you experience music like never before. All music is generated by procedural algorithms, creating infinite songs. Customize your experience using various parameters on the web page.


Format Information


Project Structure

feels/
├── assets/
│   ├── [style]/
│   │   ├── bass/
│   │   │   └── Bass - [1-10].wav
│   │   ├── chords/
│   │   │   └── Chords - [1-10].wav
│   │   ├── drums/
│   │   │   └── Drums - [1-10].wav
│   │   ├── fx/
│   │   │   └── Fx - [1-10].wav
│   │   └── pads/
│   │       └── Pads - [1-10].wav
│   └── ...
├── src/
│   ├── about.css
│   ├── icon.webp
│   ├── readme.md
│   └── style.css
├── about.html
├── about.js
├── effect.js
├── index.html
└── script.js
  • Each [style] is a music genre (e.g., acoustic, ambient, hiphop, lofi, r&b).
  • Each instrument folder contains 10 .wav files named sequentially.

  • File Overview

    index.html


    style.css

    Defines the main styles for the application's user interface.


    script.js


    effect.js


    assets/.../


    readme.md


    Extending the Project