Fix off-by-one error in speaker arrangement read

This is why you don't do pointer arithmetic. Fixes an error message in
Renoise when trying to load a plugin as an effect.
This commit is contained in:
Robbert van der Helm
2020-11-14 19:37:04 +01:00
parent f40f031bb0
commit ed5f0c42d9
2 changed files with 12 additions and 8 deletions
+7
View File
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fixed an issue where _Renoise_ would show an error message when trying to load
a plugin in the mixer.
## [2.0.2] - 2020-11-14
### Fixed