Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 708 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 708 Bytes

@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.