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);

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i kick-eight

    Weekly Downloads

    4

    Version

    2.1.3

    License

    ISC

    Last publish

    Collaborators

    • itsjoesullivan