diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3ae78cc5..7d9f6d5b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,7 @@ UNRELEASED * FIXED: Samples transferred to ADAT tx too frequently in TDM mode * FIXED: S/MUX not initialised to a value based on DEFAULT_FREQ in clockgen * FIXED: Trap when moving to DSD mode on XS3A based devices + * ADDED: CT_END token based handshake in MIDI channels transactions 4.0.0 ----- diff --git a/lib_xua/api/xua_midi.h b/lib_xua/api/xua_midi.h index b5107bf5..4098f8e0 100644 --- a/lib_xua/api/xua_midi.h +++ b/lib_xua/api/xua_midi.h @@ -1,4 +1,4 @@ -// Copyright 2011-2022 XMOS LIMITED. +// Copyright 2011-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef _XUA_MIDI_H_ #define _XUA_MIDI_H_