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