@fluid-music/rides

0.0.2 • Public • Published

@fluid-music/rides

rides contains collection of ride cymbal samples packaged for the fluid-music Node framework.

It exports 3 different tLibrary objects, each of which contains 8 different ride techniques identified by the symbols: a, b, c, d, A, B, C, D. Lower case symbols represent mono samples. Upper case symbols represent stereo samples.

modules.exports = {
  // Each tLibrary plays the samples using different technique
  rides:              { /* a,b,c,d, A,B,C,D */ }, // AFOnset technique
  ridesReverse:       { /* a,b,c,d, A,B,C,D */ }, // AFReverse technique
  ridesReverseLeadIn: { /* a,b,c,d, A,B,C,D */ }, // AFReverseLeadIn technique
}

Read ./index.js for more details.

fluid-music/example uses this package.

Readme

Keywords

Package Sidebar

Install

npm i @fluid-music/rides

Weekly Downloads

1

Version

0.0.2

License

UNLICENSED

Unpacked Size

10.2 MB

Total Files

12

Last publish

Collaborators

  • charlesholbrow
  • zhiweigan