From 47da7c080b6a6a3008686fbd804f9c72f41a3c0c Mon Sep 17 00:00:00 2001 From: Nils Brederlow <62596379+dingodoppelt@users.noreply.github.com> Date: Sun, 19 Jul 2026 21:59:58 +0200 Subject: [PATCH 1/4] Add documentation on advanced settings->reverb preset --- wiki/en/Software-Manual.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiki/en/Software-Manual.md b/wiki/en/Software-Manual.md index 09fe87063..eac2754be 100644 --- a/wiki/en/Software-Manual.md +++ b/wiki/en/Software-Manual.md @@ -328,6 +328,12 @@ that user was already stored. You can set all users in an occupied server to thi Increases the gain from your device. Use this if your device delivers a gain that is too quiet for Jamulus. +### Reverb Preset + +This lets you select a preset for the builtin reverb. +It comes with five presets: `Subtle`, `Stadium`, `Cupboard`, `Dark` and `Halves` +Jamulus uses [MVerb](https://github.com/martineastwood/mverb), a professional grade open source reverb by Martin Eastwood. The presets were ported from the VST plugin version. + ### Feedback Protection Attempts to detect audio feedback loops or loud noise in the first three seconds after you connected to a server. Once detected, this feature will show a message and activate the "Mute Myself" button to mute you in your own mix. From 4f07b472834637af480cc580a3c8bcdbd23936ec Mon Sep 17 00:00:00 2001 From: Nils Brederlow <62596379+dingodoppelt@users.noreply.github.com> Date: Sun, 19 Jul 2026 22:16:25 +0200 Subject: [PATCH 2/4] Update en screenshot for advanced settings --- assets/img/en-screenshots/settings-advanced.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/img/en-screenshots/settings-advanced.inc b/assets/img/en-screenshots/settings-advanced.inc index 1ee136916..0e13d10be 100644 --- a/assets/img/en-screenshots/settings-advanced.inc +++ b/assets/img/en-screenshots/settings-advanced.inc @@ -1 +1 @@ -https://github.com/user-attachments/assets/2869f401-347b-4b3e-b280-36a7b45d7ee6 +https://github.com/user-attachments/assets/236b9653-2d0a-4a7e-8f5b-a9446e236a59 From ef8cf31eb43e7bcadc849f7987e1461f48704dfc Mon Sep 17 00:00:00 2001 From: Nils Brederlow <62596379+dingodoppelt@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:35:42 +0200 Subject: [PATCH 3/4] Update screenshot --- assets/img/en-screenshots/settings-advanced.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/img/en-screenshots/settings-advanced.inc b/assets/img/en-screenshots/settings-advanced.inc index 0e13d10be..5a91a46bc 100644 --- a/assets/img/en-screenshots/settings-advanced.inc +++ b/assets/img/en-screenshots/settings-advanced.inc @@ -1 +1 @@ -https://github.com/user-attachments/assets/236b9653-2d0a-4a7e-8f5b-a9446e236a59 +https://github.com/user-attachments/assets/1b37f8d5-b172-4f5f-9625-3bbcacfa5fc4 From 03a1e68cc78790f9fe9a8439ba01136d79f16ff9 Mon Sep 17 00:00:00 2001 From: Nils Brederlow <62596379+dingodoppelt@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:07:19 +0200 Subject: [PATCH 4/4] Update manual for new reverb presets --- wiki/en/Software-Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/en/Software-Manual.md b/wiki/en/Software-Manual.md index eac2754be..94ab4867d 100644 --- a/wiki/en/Software-Manual.md +++ b/wiki/en/Software-Manual.md @@ -331,8 +331,8 @@ Increases the gain from your device. Use this if your device delivers a gain tha ### Reverb Preset This lets you select a preset for the builtin reverb. -It comes with five presets: `Subtle`, `Stadium`, `Cupboard`, `Dark` and `Halves` -Jamulus uses [MVerb](https://github.com/martineastwood/mverb), a professional grade open source reverb by Martin Eastwood. The presets were ported from the VST plugin version. +It comes with presets: `Subtle`, `Stadium`, `Cupboard`, `Dark`, `Halves`, `Drum Room` and `Club` +Jamulus [uses MVerb](https://github.com/martineastwood/mverb), a professional grade open source reverb by Martin Eastwood. Some presets were ported from the VST plugin version. ### Feedback Protection