melody-plus-chords

February 3, 2025 ยท View on GitHub

This is an experimental version of purescript-abc-melody which adds the ability to play chords if they are present in the ABC representation. These are 'played' using a rhythm guitar soundfont on channel 1 whilst the main melody remains 'played' on the piano on channel 0.

To Build

 npm run build

To build the player example

 npm run player

and then navigate your browser to player/dist

To Test

 npm run test