Commit Graph

478 Commits

Author SHA1 Message Date
Robbert van der Helm 14870c8dd9 Link to an optimized preconfigured PipeWire config 2022-01-02 15:55:27 +01:00
Robbert van der Helm 9a844b387e Update tested software versions 2021-12-29 14:57:31 +01:00
Robbert van der Helm ec5b47dd29 Replace the notice about iZotope plugins
With recent-ish versions of these plugins and Wine crashes aren't the
problem anymore. It's just that you can't authorize the plugins.
2021-12-29 03:48:10 +01:00
Robbert van der Helm 75dc6c5236 Fix wording in readme
This comma is in every other bullet, should probably add one here as
well.
2021-12-21 03:17:58 +01:00
Robbert van der Helm 1b96324bee yabridge has been packaged on Arch btw 2021-12-21 01:22:34 +01:00
Robbert van der Helm 02118f2ab5 Update the tested versions 2021-12-19 22:48:11 +01:00
Robbert van der Helm 5f08d989d6 Add missing whitespace in readme 2021-12-16 01:56:00 +01:00
Robbert van der Helm 7ddcd5c315 Remove mentions of Wine 6.15/6.16 issues
At this point every distro's repos should contain more recent versions,
so these warnings are no longer needed.
2021-12-11 18:14:12 +01:00
Robbert van der Helm b7a13652e9 Update tested Wine version 2021-12-11 17:33:57 +01:00
Robbert van der Helm de40366575 Fix fish set example in readme 2021-12-08 15:18:02 +01:00
Robbert van der Helm 97163e8415 Refer to the issue templates for logging examples 2021-12-06 13:15:06 +01:00
Robbert van der Helm d2b64b445b Update tested versions 2021-12-06 13:12:40 +01:00
Robbert van der Helm e4b2a38330 Update the tested Bitwig version 2021-11-30 13:37:10 +01:00
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