mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Unify event handling behavior for all cases
This makes the individual plugin host slightly more complex, but now both individually hosted plugins and plugin groups handle both dispatcher events and GUI events in the exact same way.
This commit is contained in:
@@ -20,6 +20,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
### Changed
|
||||
|
||||
- Changed architecture to use one less socket.
|
||||
- GUI events are now always handled on a steady timer rather than being
|
||||
interleaved as part of the event loop. This change was made to unify the event
|
||||
handling logic for individually hosted plugins and plugin groups. It should
|
||||
have any negative effects, but please let me know if this does cause unwanted
|
||||
behavior.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user