1.2.0 • Published 3 years ago

beatnik v1.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

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

1.2.0

3 years ago

1.1.0

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago