Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.05 KB

File metadata and controls

61 lines (33 loc) · 1.05 KB

Changelog

Version 5.0.0

  • Build with spago 1.0.3

Version 4.1.0 (2022-05-06)

  • Added playPhrase and playMelody
  • There is now a dependency on datetime

Version 4.0.0 (2022-04-07)

  • PureScript 0.15.0
  • (replace test-unit with spec)

Version 3.3.0 (2022-03-21)

  • PureScript 14.7
  • midi 0.3.1

Version 3.2.0 (2021-03-18)

  • PureScript 14.0

Version 3.1.0

  • add spago

Version 3.0.0 (2018-07-19)

  • PureScript 12.0

Version 2.0.0 (2018-02-10)

breaking change

  • Alter the Playable typeclass definition

Version 1.2.0 (2018-02-03)

The First release on Pursuit

  • Add Melody.
  • Use latest purescript-midi

Version 1.1.3 (2017-10-27)

The initial published release.

  • Complete re-write of purescript-polyphonic-soundfonts with no dependency on danigb's soundfont player.

  • Soundfonts for individual instruments are no longer opaque and are identified by InstrumentName (from purescript-midi)

Version 1.1.1 (2017-10-19)

  • Add Instrument Channels

Version 1.1.0 (2017-10-18)

  • Initial release. (PureScript 11.0)