615 Commits

Author SHA1 Message Date
Robbert van der Helm 2fc61b7693 Update the tested Wine version 2021-11-21 15:18:51 +01:00
Robbert van der Helm 380eadd1b5 Update tested DAW versions 2021-11-19 16:22:56 +01:00
Robbert van der Helm 6d110eaa92 Add some more details to the fsync instructions
It's worth mentioning that you should build wine-tkg yourself because
some people seem to install the binary releases instead, and even though
I haven't heard it cause any problems for anyone it's also good to be
aware that you need the `-dkms` versions of any extramodule packages if
you're using `linux-zen` (or any other custom kernel).
2021-11-16 16:08:14 +01:00
Robbert van der Helm dd6144333a Update the tested Wine version 2021-11-07 13:37:04 +01:00
Robbert van der Helm 81f4143685 Mention the Bitwig Studio 4.1 betas 2021-11-04 19:05:29 +01:00
Robbert van der Helm 428086915d Update tested DAW versions 2021-10-31 20:38:23 +01:00
Robbert van der Helm aadc528bdd Update the tested Bitwig and Wine versions 2021-10-23 14:32:36 +02:00
Robbert van der Helm 22391b502a Update tested Qtractor and REAPER versions 2021-10-18 14:58:56 +02:00
Robbert van der Helm 93ab5126b2 Rename YABRIDGE_TEMP_PATH to YABRIDGE_TEMP_DIR
I liked the `_PATH` version better initially, but the `_DIR` verison has
a better ring to it and it's more consistent with `$XDG_RUNTIME_DIR`. #139
2021-10-16 02:04:31 +02:00
Robbert van der Helm 3257b9c32e Add an environment variable for custom temp dirs
This would be useful if you need to do some elaborate namespacing setup
and want all sockets and other temporary files in a single directory
instead of in `${XDG_RUNTIME_DIR:/tmp}`.

This resolves #139.
2021-10-16 01:41:48 +02:00
Robbert van der Helm 15e6e60010 Remove note about editor_double_embed from readme 2021-10-15 10:20:08 +02:00
Robbert van der Helm 147c10b043 Clarify some things about Wine->X11 drag-and-drop 2021-10-14 14:39:28 +02:00
Robbert van der Helm fff2be726d Change downgrade command to target version 6.14
Since that should work fine, and 6.4 isn't available in the repos for
newer Ubuntu Stable versions.
2021-10-14 14:12:42 +02:00
Robbert van der Helm c02881d5a7 Remove the general downgrading suggestion
This was from when Wine 6.5+ and Wine 6.8+ broke several common plugins
in some ways. At least on my system the effected plugins seem to work
fine with wine-tkg 6.19.

We still need the notice about Wine 6.15 and 6.16 though because the
Arch repos still haven't updated beyond 6.16.
2021-10-14 14:12:14 +02:00
Robbert van der Helm 127ccb857b Update tested Carla version 2021-10-14 14:02:57 +02:00
Robbert van der Helm 92d98a047a Update tested REAPER version 2021-10-14 14:02:23 +02:00
Robbert van der Helm eba75a10ff Update tested Wine version 2021-10-10 19:21:53 +02:00
Robbert van der Helm cfc0591ca9 Bump the tested Bitwig version 2021-10-08 19:38:42 +02:00
Robbert van der Helm 0d6fdcc301 Clarify the JUCE tooltip issue in the readme 2021-10-07 19:27:58 +02:00
Robbert van der Helm bc593555d2 Update the tested Wine version
Forgot to do this.
2021-10-07 15:33:01 +02:00
Robbert van der Helm b9f6d994f8 Mention misaligned text caused by substitute fonts
In some cases you wouldn't get anything if the font is missing, but in
other cases the fontconfig fallback gets used which may not have the
exact same dimensions as the original font.
2021-10-07 15:29:14 +02:00
Robbert van der Helm c18332f7d4 Revert back to the detached Konsole window winedbg
This works again, and it's a bit less of a pain than connecting to
gdbserver.
2021-10-02 15:05:59 +02:00
Robbert van der Helm 6e2b902608 Update the tested Bitwig version 2021-10-01 16:23:50 +02:00
Robbert van der Helm f4a4526ee1 Mention toggling hidden files in GUI file managers
This is bound to Ctrl+H in both Qt's and GTK's file dialogs and in all
common file managers, so mentioning only that should be fine.
2021-09-29 11:31:25 +02:00
Robbert van der Helm 8712932cec Mention RLIMIT_RTTIME for better Ctrl+F-ability 2021-09-27 20:16:59 +02:00
Robbert van der Helm ed6a429c6e Update the tested Bitwig version 2021-09-24 20:03:43 +02:00
Robbert van der Helm 31dc23963c Update the Wine downgrade snippet for apt distros
This is now even more of a mess, because for some reason the codename
suffix changed again with Wine 6.17. To keep this compact, we now just
add the `-1` suffix for Wine 6.1 to Wine 6.17, and the `-2` suffix for
Wine 6.17 and above.

While we're add it, might as well add another variant to make it easier
to install an older version of `winehq-stable` or `winehq-devel`, if you
for some reason would want to do that.
2021-09-18 16:28:33 +02:00
Robbert van der Helm 6eac5ce336 Bump the tested Bitwig, REAPER, Ardour and Wine versions 2021-09-12 18:47:18 +02:00
Robbert van der Helm f8703bb49c Mention that Wine Staging 6.17 works again
The change that broke yabridge got reverted:
https://github.com/wine-mirror/wine/commit/e9cfc97d46aaf39bc9c2a41b319d3b3b358c0f04
2021-09-10 23:39:47 +02:00
Robbert van der Helm 84ee693464 Also mention allfonts
I forgot about this bullet point. More recent plugins may use different
fonts than what's included in corefonts.
2021-08-30 15:48:18 +02:00
Andrew Morgan c5f2b25b34 Fix typo in arch package name
priviliges -> realtime-privileges
2021-08-29 17:08:03 +02:00
Robbert van der Helm 07cc089455 Also mention that Wine 6.16 is broken
I already posted this on the Discord yesterday, but I forgot to update
the readme.
2021-08-28 16:51:17 +02:00
Robbert van der Helm 5b08823f83 Rename issues section to Known issues and fixes
Probably makes it a bit clearer that this section nowadays includes a
bunch of fixes and workarounds for these issues.
2021-08-25 13:03:42 +02:00
Robbert van der Helm e9be5fd369 Plaster the Wine 6.15 note all over the readme 2021-08-18 14:47:15 +02:00
Robbert van der Helm d7da938bc5 Fix typo in readme 2021-08-18 13:36:30 +02:00
Robbert van der Helm 5b94a5aff2 Fix CI link in the development build section 2021-08-17 01:45:08 +02:00
Robbert van der Helm 5613248cda Gate the new resizing behavior behind new option
This interferes with resizing plugins using resize handles, and since it
only helps with two buggy plugins this seems like the best solution
here.
2021-08-16 22:39:13 +02:00
Robbert van der Helm cc9226a3fc Remove editor_double_embed
It's no longer needed after the `fix_local_coordinates()` change from a
fa12c64866a8b79e862bc5db4c4b092a4b762689.
2021-08-16 21:21:57 +02:00
Patrick Laimbock 462a850dcf Update README.md 2021-08-16 17:43:39 +02:00
Robbert van der Helm 2b429b1507 Also consider weird setups when downgrading Wine
Somehow some people manually add the repository to some list in
`/etc/apt/sources.list.d/` instead of following the instructions from
WineHQ's website, but they then also don't know their distro's codename.
2021-08-14 03:25:47 +02:00
Robbert van der Helm d8bc7637b4 Mention that Wine 6.15 will break things 2021-08-13 22:26:53 +02:00
Robbert van der Helm 60067abf9a Fix path to yabridgectl in readme 2021-08-13 11:41:43 +02:00
Robbert van der Helm 13004ef7d2 Fix table of contents in readme
This isn't automatically updated anymore since we make some manual
changes.
2021-08-11 22:04:17 +02:00
Robbert van der Helm e6f0fe16d8 Target VST3 SDK version 3.7.3 2021-08-10 17:14:48 +02:00
Robbert van der Helm 6bcfc243ac Note that bitbridging is disabled in some packages
Notably NixOS doesn't currently include this (and they're also still on
version 3.3.1).
2021-08-10 13:46:09 +02:00
Robbert van der Helm e65c0991a9 Add it
Yes, it is now a thing. We did it Reddit!
2021-08-10 00:20:22 +02:00
Robbert van der Helm bcdc11be0a Update the tested Carla version 2021-08-09 15:58:45 +02:00
Robbert van der Helm 3bbad89c0b Drop the Manual setup section
This probably only caused confusion. If someone wants to do this, then
they'll likely figure it out themselves.
2021-08-09 15:54:43 +02:00
Robbert van der Helm 8ab9159a1f 💥 Rewrite the usage section
I was being lazy so I was waiting for some other distros to package
yabridge before rewriting this, but I might as well do it now.
Technically speaking there's more text here than before, but I've made
sure to put the most important bits in the first sentence of list item.
As it turns out, some people just don't read past somewhere halfway
through the second sentence of a paragraph, regardless of long that
paragraph is. So a bulleted list is probably the best way to go here.
2021-08-09 15:50:55 +02:00
Robbert van der Helm 69d2f15e5c Update the tested Bitwig version 2021-08-09 15:10:53 +02:00