Skip to content

fluid-music recipe built around guitar samples

Notifications You must be signed in to change notification settings

fluid-music/g3rd

Repository files navigation

@fluid-music/g3rd

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

npm i @fluid-music/g3rd

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 stretch libraries play samples processed by "Paul Stretch"
  stretch:              { /* a through i */ },
  stretchReverse:       { /* a through i */ },
  stretchReverseLeadIn: { /* a through i */ },
}

Each dyad is a major or minor 10th in the key of E Minor. Read ./guitars.js for more details.

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

fluid-music/example uses this package.

About

fluid-music recipe built around guitar samples

Resources

Stars

Watchers

Forks

Packages

No packages published