npm install freepats
const freepats = require('freepats')
console.log(freepats)
// { configPath: '/path/to/node_modules/freepats/freepats.cfg',
// rootPath: '/path/to/node_modules/freepats' }
This package is a General MIDI sound set. It is a free (as in free software) sound bank, suitable for use with a MIDI player, or any other MIDI use case where instrument sounds are needed.
The files that make up the sound set are packaged up here for convenient inclusion in a Node.js project.
The files are known as "GUS-type instrument patches".
The sound set is called "Old FreePats General MIDI sound set" and is available for download on the General MIDI page of the FreePats website.
The FreePats project is working on a newer sound set with higher quality samples, but it is missing many instruments and not ready to be used yet.
FreePats is a project to create a free and open collection of digital instruments for music production. FreePats collects sound samples that can be used to build sound banks for free software synthesizers.
In the same spirit as free software, sound samples in the FreePats project are distributed under free licenses. Any uploaded content must be original, its origin and authors must be known and it must be published under a suitable license.
Learn more on the FreePats About page.
GPLv2. Copyright (c) Feross Aboukhadijeh.