threadsmind / BLISSLY

Procedurally generated bliss. https://brandonmakesthings.itch.io/blissly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BLISSLY

BLISSLY is a music generation tool that runs on the Tone.js framework. The goal of BLISSLY is to create an app that creates calming or blissful music. It was originally meant be a study or work aid.

BLISSLY Demo

You can test out BLISSLY on the BLISSLY itch.io page. This demo is usually kept up-to-date with the master branch.

Headless Mode

BLISSLY can be run in headless mode by passing false as the first argument of Blissly.init(). With this mode you should be able to include BLISSLY in any webpage, web app, or browser-based game.

Example: Blissly.init(false);

Known Issues

BLISSLY may not function properly in newer versions of Firefox. Compatibility tests have been put in place within the code but these are not guaranteed to work.

Contact

Twitter

About

Procedurally generated bliss. https://brandonmakesthings.itch.io/blissly

License:MIT License


Languages

Language:JavaScript 73.8%Language:HTML 18.2%Language:CSS 7.9%