Skip to content

Commit

Permalink
v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Mar 3, 2024
1 parent d0fe930 commit e9d3851
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.22 FATAL_ERROR)
project(libremidi
VERSION 4.4.0
VERSION 4.5.0
DESCRIPTION "A cross-platform MIDI library"
LANGUAGES CXX
HOMEPAGE_URL "https://github.com/jcelerier/libremidi"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ This is a fork / rewrite based on two libraries:

Additionnally, for MIDI 2 parsing support we use [cmidi2](https://github.com/atsushieno/cmidi2)!

Read the documentation [here](https://github.com/celtera/libremidi).

## Changelog

### Since v4.5
* Input logic refactored across all backends.
* e.g. previously not backends had the same rules wrt timestamping, sysexes, etc. Now there is a single MIDI state machine which processes this.
* Initial PipeWire support.
* PipeWire support.
* Many bugfixes across the stack.

### Since v4.4
* iOS support restored (thanks @fwcd)
Expand Down
2 changes: 1 addition & 1 deletion include/libremidi/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define LIBREMIDI_EXPORT
#endif

#define LIBREMIDI_VERSION "4.4.0"
#define LIBREMIDI_VERSION "4.5.0"

#if defined(LIBREMIDI_USE_BOOST)
#if !__has_include(<boost/container/small_vector.hpp>)
Expand Down

0 comments on commit e9d3851

Please sign in to comment.