Releases: keijiro/Minis
Releases · keijiro/Minis
1.3.2: RtMidi update and bug fixes
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
- 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
- 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
- Added Web support (via Web MIDI)
1.1.0: iOS/Android support
- Update the backend (RtMidi) version to add iOS/Android support.
1.0.10: Apple Silicon support
- Added Apple Silicon (M1) support on macOS.