https://github.com/fantasyui-com/beatnik
Flexible Musical Beat Stream Generator. [Library, Music]
https://github.com/fantasyui-com/beatnik
Last synced: 8 months ago
JSON representation
Flexible Musical Beat Stream Generator. [Library, Music]
- Host: GitHub
- URL: https://github.com/fantasyui-com/beatnik
- Owner: fantasyui-com
- License: gpl-3.0
- Created: 2017-11-28T16:44:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T17:16:08.000Z (over 4 years ago)
- Last Synced: 2025-08-17T18:46:34.208Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beatnik
Flexible Musical Beat Stream Generator
## Install Node
Use one of the following to install node.js
https://nodejs.org/en/
curl http://npmjs.org/install.sh | sh
Use a package manager
brew install node # see https://brew.sh/
choco install nodejs # see https://chocolatey.org/
## Install Module
npm i beatnik;
const beatnik = require('beatnik');
const song = beatnik({options});
## Notes
Module returns a function used in generation of song
Generator will return an array of objects with useful information