mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-25 05:17:25 +02:00
Remove mention of Wine->X11 DnD not working
Because now it does work!
This commit is contained in:
@@ -10,9 +10,6 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
|
|
||||||
### Added
|
### 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
|
- 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
|
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
|
use plugins like _Scaler 2_ that generate audio or MIDI files. Because of the
|
||||||
|
|||||||
@@ -474,27 +474,10 @@ include:
|
|||||||
project. For REAPER there's an option called
|
project. For REAPER there's an option called
|
||||||
`Allow complete unload of VST plug-ins` in the `VST` tab of the settings
|
`Allow complete unload of VST plug-ins` in the `VST` tab of the settings
|
||||||
dialog to disable this behaviour.
|
dialog to disable this behaviour.
|
||||||
- **Drag-and-drop** from applications running under Wine to X11 does not yet
|
- _Drag-and-drop_ to the plugin window under **REAPER** doesn't work because of
|
||||||
work, so you won't be able to drag samples and MIDI files from a plugin to the
|
a long standing issue in REAPER's FX window implementation. You can use a
|
||||||
host. At least, not directly. Because Windows applications have to create
|
compatibility option to [force drag-and-drop]([editor hosting
|
||||||
actual files on the disk for drag-and-drop to work, you can keep a file
|
mode](#compatibility-options)) to work around this limitation.
|
||||||
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.
|
|
||||||
|
|
||||||
Aside from that, these are some known caveats:
|
Aside from that, these are some known caveats:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user