Skip to content

sedmonds/snare-synth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

snare drum for baudio

Resources

License

Stars

Watchers

Forks

Packages

No packages published