A collection of drum samples packaged for the fluid-music Node framework.
npm i @fluid-music/kitIt 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 = tLibraryRead index.js for more details.
fluid-music/example uses this package.