Skip to content

Commit b265238

Browse files
committed
release: tag 0.2.7
This should fix the double-note issue for devices that don't ever send NoteOff. Signed-off-by: Sean Cross <[email protected]>
1 parent 38c095e commit b265238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miditran"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
authors = ["Sean Cross <[email protected]>"]
55

66
[dependencies]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fn parse_message(message: &[u8]) -> Result<MidiMessage, MidiError> {
7979

8080
fn main() {
8181
let matches = App::new("Midi Perform")
82-
.version("0.2.6")
82+
.version("0.2.7")
8383
.author("Sean Cross <[email protected]>")
8484
.about("Accepts MIDI controller data and simulates keyboard presses")
8585
.arg(

0 commit comments

Comments
 (0)