mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Mention Wine->X11 drag-and-drop in the changelog
This commit is contained in:
@@ -10,6 +10,14 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
### Added
|
||||
|
||||
- TODO: Remove the notice about Wine->X11 drag and drop from the readme when
|
||||
this gets released
|
||||
|
||||
- Added support for dragging and dropping files and other content from a plugin
|
||||
running under yabridge to a native application, such as your DAW. This makes
|
||||
it much more convenient to use plugins like **Scaler 2** that generate audio
|
||||
or MIDI files. With the way this is implemented it will only work for plugins
|
||||
running under yabridge, but it does work for any Wine version.
|
||||
- When a plugin fails to load or when the Wine plugin host process fails to
|
||||
start, yabridge will now show you the error in a desktop notification instead
|
||||
of only printing it to the logger. This makes diagnosing issues much faster if
|
||||
|
||||
@@ -481,6 +481,9 @@ include:
|
||||
inotifywait -mre CLOSE_WRITE --format '%w%f' ~/.wine/drive_c
|
||||
```
|
||||
|
||||
**The latest master branch version of yabridge actually does support
|
||||
drag-and-drop from plugins running under Wine to native applications.**
|
||||
|
||||
- Aside from the above mentioned Wine issue, _drag-and-drop_ to the plugin
|
||||
window under **REAPER** doesn't work because of a long standing issue in
|
||||
REAPER's FX window implementation. You can use a compatibility option to
|
||||
|
||||
Reference in New Issue
Block a user