kick-eight

2.1.3 • Public • Published

Usage

npm install --save kick-eight

var Kick8 = require('kick-eight');
 
// Initialize AudioContext
var context = new AudioContext();
 
// Initialize instrument
var kick = Kick8(context);
 
// Create clap audio node (one time use only)
var kickNode = kick();
 
// Connect to target node
kickNode.connect(context.destination);
 
// Start
kickNode.start(context.currentTime);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.1.3
    0
    • latest

Version History

Package Sidebar

Install

npm i kick-eight

Weekly Downloads

4

Version

2.1.3

License

ISC

Last publish

Collaborators

  • itsjoesullivan