kicky

2.0.1 • 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 kicky

    Weekly Downloads

    3

    Version

    2.0.1

    License

    ISC

    Last publish

    Collaborators

    • itsjoesullivan