mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Change wording in changelog
This commit is contained in:
+5
-4
@@ -13,10 +13,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
- Added a warning on startup if yabridge may not be able to lock enough shared
|
- Added a warning on startup if yabridge may not be able to lock enough shared
|
||||||
memory for its audio processing. If you have not yet set up realtime
|
memory for its audio processing. If you have not yet set up realtime
|
||||||
priviliges and memory locking limits for your user, then yabridge may not be
|
priviliges and memory locking limits for your user, then yabridge may not be
|
||||||
able to map enough shared memory for processing audio in plugins with a lot of
|
able to map enough shared memory for processing audio with plugins that have a
|
||||||
inputs or outputs.
|
lot of inputs or outputs channels.
|
||||||
- Also added a specific error message when that memory locking fails because of
|
- When this shared memory mapping fails because of a low value being set for
|
||||||
a low value being set for `RLIMIT_MEMLOCK`.
|
`RLIMIT_MEMLOCK`, yabridge will now print a more specific error message
|
||||||
|
telling you about the issue.
|
||||||
- Added a an optional `+editor` flag to the `YABRIDGE_DEBUG_LEVEL` environment
|
- Added a an optional `+editor` flag to the `YABRIDGE_DEBUG_LEVEL` environment
|
||||||
variable to also print debug tracing information about the plugin editor
|
variable to also print debug tracing information about the plugin editor
|
||||||
window. This can be useful for diagnosing DAW or window manager specific
|
window. This can be useful for diagnosing DAW or window manager specific
|
||||||
|
|||||||
Reference in New Issue
Block a user