Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCharlton committed Sep 3, 2023
1 parent 8fd2fcf commit f0069fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "midi-m8"
description = "Turn Dirtywave M8 songs into Midi tracks"
version = "1.3.0"
version = "1.3.1"
edition = "2021"
repository = "https://github.com/AlexCharlton/midi-m8"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "midi-m8-plugin"
description = "Turn Dirtywave M8 songs into Midi tracks"
version = "1.3.0"
version = "1.3.1"
edition = "2021"
repository = "https://github.com/AlexCharlton/midi-m8"
license = "MIT"
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A tool for turning Dirtywave M8 songs into Midi tracks. Available for CLI or as
## Installation
Precompiled 64 bit binaries for Linux, Windows and OS X can be found in the [Releases](https://github.com/AlexCharlton/midi-m8/releases/latest).

There are 4 versions of midi-m8: The CLI app, a standalone GUI, a VST3 plugin, and a CLAP plugin. Only the CLI version is available on Linux. All versions are compiled for x64 Windows, x64 OSX and ARM arm64 OSX.
There are 4 versions of midi-m8: The CLI app, a standalone GUI, a VST3 plugin, and a CLAP plugin. All versions are compiled for x64 Windows, x64 Linux, x64 OSX and ARM arm64 OSX.

## Usage
```
Expand Down Expand Up @@ -106,7 +106,12 @@ Alternately you could:
2. `cargo build --release`
You'll now have a binary in the `./target/release/` directory.

See https://github.com/AlexCharlton/midi-m8/tree/master/plugin for compiling the plugin.

## Changelog
### v1.3.1
- Linux GUI support

### v1.3
- GUI version added
- MIDI track names now contain song name
Expand Down

0 comments on commit f0069fe

Please sign in to comment.