Package Exports
- snare-synth
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (snare-synth) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
snare-synth
snare drum for baudio
example
var snare = require('snare-synth');
var d = snare();
return function (t) {
return d(t % (1/2));
};Play it with baudio:
$ baudio example/snare.jsmethods
var snare = require('snare-synth')var d = snare()
Return a function d(t) that plays a snare once when t is small.
install
With npm do:
npm install snare-synthlicense
MIT