We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcc42a commit 24c3994Copy full SHA for 24c3994
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# 4.0.0 (unreleased)
2
+## Features
3
+- `MidiFile::into_events` returns an iterator of `Timed<LiveEvent>`
4
+- `Micros` and `UMicros`: strongly typed microseconds
5
+- `DurationExt` for `core::time::Duration`. Converts the duration into `UMicros`
6
+
7
+## Breaking Changes
8
+- `Note` -> `Key`, and `Key` -> `Note`
9
+ - `key!` -> `note!`
10
+ - All variants that contained a `key` field have been replaced with a `note` field
11
12
13
# 3.2.0
14
## `bevy_midix` (April 15, 2025)
15
- feat: WASM compatability with example!
0 commit comments