mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user