Skip to content

newlandsvalley/purescript-soundfonts

Repository files navigation

purescript-soundfonts

Build Status

Latest release

This library allows you to play music directly in the browser using a variety of instruments. These are provided, courtesy of Benjamin Gleitzman's package of pre-rendered sound fonts. You can either load them remotely from the Gleitzman GitHub account or else host then locally on your own server. They load as dictionaries of AudioBuffers - one for each note on each selected instrument. Once loaded. you can play individual notes or groups of notes on your instruments of choice.

Also included is conversion to a Melody type which is suitable for use in a soundfont player widget.

The conversion of a Gleitzman note name (e.g. Ab4) to a MIDI pitch uses middle C = C4.

For more information, see the guide.

Acknowledgements

The design in very heavily influenced by danigb's JavaScript soundfont project: soundfont-player and in fact initial versions of this library simply wrapped his. However, this version minimises the amount of native JavaScript which is still necessary in order to wrap Web-Audio functions.

To build

 npm run build

To test

 npm run test

To build the example

 npm run example  

Module documentation

Module documentation is published on Pursuit.

About

Access to pre-rendered General MIDI instrument soundfonts

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors