mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Postpone clearing old MIDI events until next event
This fixes Native Instrument's FM7 crashing on MIDI input. The plugin expects the last received MIDI event to always be alive during audio processing, even if there have not been any new events in this processing cycle.
This commit is contained in:
@@ -14,6 +14,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
at configure-time. This can make it a bit easier to diagnose Wine-related
|
||||
compilation issues.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Prevent _Native Instruments' FM7_ from crashing when processing MIDI. As a
|
||||
fix, MIDI events are now deallocated later then when they normally would have
|
||||
to be.
|
||||
|
||||
## [3.1.0] - 2021-04-15
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user