Skip to content

Releases: liampuk/minikeys

minikeys v0.3.0

Choose a tag to compare

@liampuk liampuk released this 11 Jan 19:48
  • Fixed sustain on hold for all interactions

Release v0.2.1

Choose a tag to compare

@liampuk liampuk released this 31 Jul 20:51

Updated project to use typescript, and added more functionality (sustain, improved keyboard functions).

0.1.4

Choose a tag to compare

@liampuk liampuk released this 01 Feb 21:01
f5eb49b

New release to trigger publish action

0.1.3

Choose a tag to compare

@liampuk liampuk released this 01 Feb 20:57
f5eb49b

Dependabot package bumps

0.1.2

Choose a tag to compare

@liampuk liampuk released this 16 Jun 18:06

A minor update with some functions to help with rendering pianos and keyboards.

Changes:

  • Added usage and build guides to readme
  • Added getKeyMap() to return all keys (including inactive ones - unlike getActiveKeys().

0.1.1

Choose a tag to compare

@liampuk liampuk released this 16 Jun 13:59

The first release of MiniKeys! 🎉

This version includes all the basics needed for playing the piano, including:

  • loading notes
  • playing notes
  • mapping keys to notes
  • shifting keyboard by octaves/notes
  • changing volume
  • controlling note velocity

The readme will be updated soon with detailed usage and build instructions. Midi playback coming soon!