mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix shutdown cleanup issue for Ardour and Mixbus
Instead of just detaching the threads, it's much better to terminate the Wine process and let the threads terminate themselves. This fixes #11 on my machine.
This commit is contained in:
@@ -6,6 +6,12 @@ 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 issue where plugin removal could crash Ardour and Mixbus.
|
||||
|
||||
## [1.1.1] - 2020-05-09
|
||||
|
||||
### Changed
|
||||
|
||||
Reference in New Issue
Block a user