@fluid-music/g3rd

0.0.1 • Public • Published

@fluid-music/g3rd

g3rd contains collection of guitar dyad (2-note chords) samples packages for the fluid-music Node framework.

It exports 6 different tLibrary objects, each of which contains 9 different techniques identified by the lower case symbols: a, b, c, d, e, f, g, h, i.

modules.exports = {
  // Each tLibrary plays the samples using different technique
  guitar:               { /* a through i */ }
  reverse:              { /* a through i */ }
  reverseLeadIn:        { /* a through i */ }
  // The strech libraries play samples processed by "Paul Stretch"
  stretch:              { /* a through i */ }
  stretchReverse:       { /* a through i */ }
  stretchReverseLeadIn: { /* a through i */ }
}

It's a larger package, ~40 MB unpacked, so only it may download a little slowly.

Readme

Keywords

Package Sidebar

Install

npm i @fluid-music/g3rd

Weekly Downloads

1

Version

0.0.1

License

UNLICENSED

Unpacked Size

41.9 MB

Total Files

63

Last publish

Collaborators

  • charlesholbrow
  • zhiweigan