Skip to content

Releases: keijiro/Minis

1.3.2: RtMidi update and bug fixes

23 Nov 09:55

Choose a tag to compare

Changed

  • Updated the RtMidi dependency to 2.2.0 and raised the minimum Unity version to 2022.3.
  • Noted Intel Mac support in the documentation.
  • Tweaked test project build settings including Android app category and IL2CPP options.

Fixed

  • Prevented zero aftertouch values from triggering note-off events.

1.3.1: AnyKey Control Bug Fix

19 May 05:57

Choose a tag to compare

  • Fixed an issue where AnyNoteVelocity was incorrectly triggered on note off events when multiple keys were pressed simultaneously.

1.3.0: Feature Additions and Bug Fixes

19 May 04:22

Choose a tag to compare

  • Polyphonic Aftertouch Support: Each note control now provides real-time pressure values.
  • Pitch Bend and Channel Pressure (Channel Aftertouch) Support: Now available as axis controls.
  • “Any Note” Controls: Added Any Note Number and Any Note Velocity controls that reflect the most recently pressed key.
  • Subframe Timestamp Support: Input events now include subframe-accurate timestamps, improving timing precision beyond frame-locked updates.
  • Note-On-Only Device Support: Devices that only send note-on messages (such as some electronic drums) are now supported.
  • Miscellaneous Bug Fixes

1.2.0: Web support

07 May 02:41

Choose a tag to compare

  • Added Web support (via Web MIDI)

1.1.0: iOS/Android support

04 May 12:34

Choose a tag to compare

  • Update the backend (RtMidi) version to add iOS/Android support.

1.0.10: Apple Silicon support

05 Aug 13:57

Choose a tag to compare

  • Added Apple Silicon (M1) support on macOS.