Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 706 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 706 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Swapped out bespoke MIDI types for shared midi-types.
    • And in turn midi-convert for parsing/rendering.
    • NOTE: midi-types uses C3 as middle C, whereas usbd-midi previously used C4 as middle C. If you use the note constants from usbd-midi, you will need to lower them by an octave when upgrading to preserve the pitch.