Robbert van der Helm
264f6ab8b5
Mention that all plugin group crashes are fixed
2020-10-28 21:19:50 +01:00
Robbert van der Helm
f39ee82bd4
Update socket rework changelog entry
2020-10-28 01:21:56 +01:00
Robbert van der Helm
59b57f48da
Add a changelog entry for the thread rework
2020-10-27 17:30:18 +01:00
Robbert van der Helm
dc72dd97a5
Reword the socket rework changelog entry
2020-10-27 11:13:39 +01:00
Robbert van der Helm
e51c7f7ae3
Get rid of hack_reaper_update_display
...
It is now no longer necessary.
2020-10-27 11:13:39 +01:00
Robbert van der Helm
4c490808c0
Add a changelog entry for the socket rework
2020-10-26 18:00:10 +01:00
Robbert van der Helm
532bfb4e5e
Change wording in changelog
2020-10-23 15:56:44 +02:00
Robbert van der Helm
cbc55aa16f
Bump to version 1.7.1
2020-10-23 14:10:11 +02:00
Robbert van der Helm
9e7888a78e
Reword part of changelog
2020-10-23 14:09:49 +02:00
Robbert van der Helm
c2ec1ce994
[yabridgectl] Fix removing non-existent directory
...
As mentioned in #46 .
2020-10-23 01:49:46 +02:00
Robbert van der Helm
db02fa1c43
Fix issue with closing sockets in plugin groups
...
As per Boost.Asio's manual, an explicit `socket.shutdown()` is needed
before calling `close()`. For some reason this worked fine in almost
every situation, but when hosting both a plugin hosted within a group
host process and a normal individually hosted plugin within a single
process, and then removing those two plugins in order, the
`host_vst_dispatch` socket of the first plugin never got closed. This
would hang the entire shutdown sequence to hang on the
`dispatch_handler` jthread.
First discovered in #45
2020-10-22 14:05:59 +02:00
Robbert van der Helm
3facdf532a
Fix fake dropdown menus in TDR plugins
...
These would close immediately when hovering over them with the new focus
grabbing method.
2020-10-19 14:34:52 +02:00
Robbert van der Helm
e6af947fe1
[yabridgectl] Only recreate files when necessary
...
As suggested in #42 . This also adds a `--force` flag to reenable the old
behaviour and always recreate files even when not necessary.
2020-10-17 18:21:53 +02:00
Robbert van der Helm
150845a301
Fix editor_double_embed causing X11 errors
...
Since the error codes were not before version 1.7.0 we just didn't
notice this, even though everything still appeared to work fine.
2020-10-14 16:36:48 +02:00
Robbert van der Helm
21c1f53b40
Update version in changelog
2020-10-13 15:41:24 +02:00
Robbert van der Helm
0602a6e3d4
Reword parts of the changelog
2020-10-13 15:38:10 +02:00
Robbert van der Helm
a1162c2256
Print invalid and unknown options on startup
2020-10-13 15:04:33 +02:00
Robbert van der Helm
a125f7a535
Rewrite documentation on yabridge.toml files
2020-10-13 15:04:33 +02:00
Robbert van der Helm
95ad6fc36a
Work around reparenting issues in #40
...
I'm still really curious why this double reparent would be needed
though. Everything works fine on any other i3 config I've tried, and
even the exact same config in a VM works fine for me.
2020-10-12 14:28:29 +02:00
Robbert van der Helm
f409dbec59
Add some more details to the input focus chagnelog
2020-10-11 22:15:04 +02:00
Robbert van der Helm
6ff61b1904
Rewrite how input focus grabbing works #38
2020-10-08 19:34:26 +02:00
Robbert van der Helm
dd1081631d
Mention that the keyboard fix also affects Ardour
2020-10-08 14:33:21 +02:00
Robbert van der Helm
8ae9c4d263
Made input focus grabbing more aggressive #38
...
This fixes keyboard input in REAPER, and I haven't found any downsides
to this approach yet.
2020-09-30 17:30:38 +02:00
Robbert van der Helm
d4787fc120
Clarify libSwell message and mention workaround
2020-09-29 18:13:39 +02:00
Robbert van der Helm
59c9a2308a
Bump to version 1.6.1
2020-09-28 22:41:01 +02:00
Robbert van der Helm
2073906257
Reword part of the changelog
2020-09-28 22:40:00 +02:00
Robbert van der Helm
32b3e106b1
Fixed potential use-after-free on detached threads
...
This could sometimes cause REAPER's plugin scanning to crash when the
stars aligned in the wrong way since the stop token would no longer
exist.
2020-09-28 22:31:53 +02:00
Robbert van der Helm
7fbbb48c54
Fix parsing order of yabridge.toml #37
...
Since tomlplusplus uses `std::map` instead of `std::unordered_map`
internally the tables were actually being read in lexicographical order.
2020-09-27 19:42:07 +02:00
Robbert van der Helm
ae402aa805
Fix plugin groups outside of Wine prefixes
...
Boost.Process's `boost::process::environment::at` throws when the
environment variable does not exist, as opposed to `operator[]` which
falls back to an empty value.
2020-09-27 17:26:16 +02:00
Robbert van der Helm
f67e1923cc
Also search through /usr/local/lib in yabridgectl
...
For automatic path detection. It's still not recommended to install
yabridge there, but if you know what you're doing then this would at
least be a good default to have.
2020-09-27 13:33:53 +02:00
Robbert van der Helm
4c89558457
Resolve relative paths in yabridgectl
2020-09-22 23:15:51 +02:00
Robbert van der Helm
844ef7a8c5
Bump to version 1.6.0
...
This has been a bit overdue, but since this only fixes a few niche
issues with Renoise and REAPER I wanted to make sure that it actually
worked.
2020-09-17 14:47:16 +02:00
Robbert van der Helm
f40d922f91
Reword changelog
2020-09-17 14:45:43 +02:00
Robbert van der Helm
15b6442a5a
Remove the notice about double precision audio
...
Now that yabridge 1.6.0 will finally get a release.
2020-09-17 14:42:45 +02:00
Robbert van der Helm
504102ef79
Increase the maximum number of audio channels #35
...
Not sure why it's doing this, but Renoise seems to report 112 speakers
per audio channel, so the 256 audio channel limit would be exceeded when
using more than 2 output channels.
2020-08-31 23:42:24 +02:00
Robbert van der Helm
0f0b24506e
Add a todo to the changelog about updating readme
2020-08-24 16:15:54 +02:00
Robbert van der Helm
8198a73742
Add support for double precision audio #34
...
So far I've only seen REAPER running iZotope Rx plugins utilize this.
2020-08-24 16:13:29 +02:00
Robbert van der Helm
1db10aa694
Reword the changelog
2020-08-21 15:18:30 +02:00
Robbert van der Helm
8ce4ebfc28
Bump to version 1.5.0
2020-08-21 15:11:36 +02:00
Robbert van der Helm
b452f961db
Add option to work around bugs in REAPER/Renoise
...
This is not ideal since it requires the user to know about this option
and to create a config file, but I think it's the best we can do without
compromising on yabridge's transparency and 'zero hacks' philosophy.
See #29 and #32 .
2020-08-17 15:49:16 +02:00
Robbert van der Helm
becb73928e
Add a limit to all Win32 message loops #28
...
This works around Waves plugins causing an infinite message loop. Since
we run the loop 30 times per second anyways splitting the loop up into
chunks of 20 shouldn't be an issue.
2020-08-14 11:36:55 +02:00
Robbert van der Helm
c64fdb21d7
Don't print calls to effIdle with debug level 1
...
REAPER seems to be the only DAW that uses this.
2020-08-11 15:26:11 +02:00
Robbert van der Helm
c3638a7d5d
Reword changelog
2020-07-27 16:36:10 +02:00
Robbert van der Helm
56c939012d
Bump to version 1.4.1
2020-07-27 16:33:41 +02:00
Robbert van der Helm
f02dbb3755
Fix TOML parsing with large unsigned integers
...
The parser parses everything as signed integers so the configuration
file will fail to parse large numbers that don't fit in an i64.
https://github.com/alexcrichton/toml-rs/issues/256
2020-07-27 16:25:36 +02:00
Robbert van der Helm
81696f4dde
Fix broken symlinks not being removed
...
`Path::exists()` returns false for broken symlinks:
https://doc.rust-lang.org/std/path/struct.Path.html#method.exists
2020-07-27 16:10:27 +02:00
Robbert van der Helm
6838c5d263
Reword fix in changelog
2020-07-26 15:38:26 +02:00
Robbert van der Helm
f5b1d48d96
Bump version to 1.4.0
2020-07-26 15:20:48 +02:00
Robbert van der Helm
32fef158a7
Reword changelog
2020-07-26 15:18:48 +02:00
Robbert van der Helm
126f021236
Remove note about Wine check in the next version
...
Since we're releasing yabridge 1.4.0 now.
2020-07-26 15:10:30 +02:00