JSPM

snare-synth

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q39931F
  • License MIT

snare drum for baudio

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

Here's what it sounds like.

example

var snare = require('snare-synth');
var d = snare();

return function (t) {
  return d(t % (1/2));
};

Play it with baudio:

$ baudio example/snare.js

methods

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-synth

license

MIT