0.0.1 • Published 3 years ago

@fluid-music/tr707 v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@fluid-music/707

npm install @fluid-music/707

Free 707 drum sample library packaged for fluid-music.

Samples originally downloaded from machines.hyperreal.org.

npm i @fluid-music/tr707

It exports a single tLibrary object, which looks roughly like this:

const tLibrary = {
  d: audioFiles["BassDrum1.wav"],
  k: audioFiles["Snare1.wav"],
  x: audioFiles["HhC.wav"],
  r: audioFiles["Ride.wav"],
  c: audioFiles["Crash.wav"]
}

module.exports.tLibrary = tLibrary

License

The original audio files were created by Francois Dion (cism@ere.umontreal.ca), who included a .txt with detailed information about the samples, and no licensing restrictions.

0.0.1

3 years ago