From 22fb74bcfa8c284f8399a57d6647edcf6849e853 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 15 Jul 2021 16:05:20 +0200 Subject: [PATCH] Remove mention of Wine->X11 DnD not working Because now it does work! --- CHANGELOG.md | 3 --- README.md | 25 ++++--------------------- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 274c3b75..9567cd8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,6 @@ 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 drag-and-drop from Windows plugins running under yabridge to native applications, such as your DAW. This makes it much more convenient to use plugins like _Scaler 2_ that generate audio or MIDI files. Because of the diff --git a/README.md b/README.md index 430c993c..6a8f3b21 100644 --- a/README.md +++ b/README.md @@ -474,27 +474,10 @@ include: project. For REAPER there's an option called `Allow complete unload of VST plug-ins` in the `VST` tab of the settings dialog to disable this behaviour. -- **Drag-and-drop** from applications running under Wine to X11 does not yet - work, so you won't be able to drag samples and MIDI files from a plugin to the - host. At least, not directly. Because Windows applications have to create - actual files on the disk for drag-and-drop to work, you can keep a file - manager open and manually drag the generated files into your DAW as a - workaround. To find out where in `~/.wine` the plugin is creating its files, - you can use the following command to monitor the Wine prefix for any newly - created files: - - ```shell - 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 - [force drag-and-drop]([editor hosting mode](#compatibility-options)) to work - around this limitation. +- _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 [force drag-and-drop]([editor hosting + mode](#compatibility-options)) to work around this limitation. Aside from that, these are some known caveats: