From 5d64fab72d1a78d78e71e8f122466c2a31ef457c Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Wed, 14 Apr 2021 20:54:34 +0100 Subject: [PATCH] v0.8.0 --- Cargo.lock | 2 +- changelog.md | 6 ++++++ mamar/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 838e340..86f039c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "mamar" -version = "0.7.0" +version = "0.8.0" dependencies = [ "imui_glium", "log", diff --git a/changelog.md b/changelog.md index 148fd05..e589d0f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## 0.8.0 + +- Some instruments are named, press the _Set Instrument..._ button in the voice editor to view +- The lower nibble of voice banks is now called 'staccato' (higher values have a shorter release time) and appears in the voice editor +- MIDI pitch shift events are now translated to PM64 ones. The tuning will probably be off + ## 0.7.0 - Voice (instrument) editing. Click a track and press 'Edit voice'. diff --git a/mamar/Cargo.toml b/mamar/Cargo.toml index 39d8e12..f209c69 100644 --- a/mamar/Cargo.toml +++ b/mamar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mamar" -version = "0.7.0" +version = "0.8.0" authors = ["Alex Bates "] edition = "2018"