0.0.1 • Published 4 years ago

@fluid-music/g3rd v0.0.1

Weekly downloads
2
License
UNLICENSED
Repository
-
Last release
4 years ago

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

0.0.1

4 years ago

0.2.0

5 years ago

0.1.1

5 years ago