@fluid-music/kit

4.0.3 • Public • Published

@fluid-music/kit

A collection of drum samples packaged for the fluid-music Node framework.

npm i @fluid-music/kit

It exports a single tLibrary object, which looks roughly like this:

hint:

const tLibrary = {
  d: acousticKickIntensityLayers,
  D: electronicKick,
  k: snare,
  s: snare,
  S: snareRing,
  t: tambourineRandomSoft,
  T: tambourineIntensityLayers,
  r: new RippleTechnique(snare),
}

module.exports.tLibrary = tLibrary

Read index.js for more details.

fluid-music/example uses this package.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @fluid-music/kit

    Weekly Downloads

    1

    Version

    4.0.3

    License

    UNLICENSED

    Unpacked Size

    1.09 MB

    Total Files

    19

    Last publish

    Collaborators

    • charlesholbrow
    • zhiweigan