From 1363bf79da792bb9578fb7a5e40f009420a59e4c Mon Sep 17 00:00:00 2001 From: Erwin Goossen Date: Wed, 5 Nov 2025 19:36:52 +0100 Subject: [PATCH 1/3] Reasonus is on v0.4.0 now --- .../navelpluisje_ReaSonus Native.ext | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Control Surfaces/navelpluisje_ReaSonus Native.ext b/Control Surfaces/navelpluisje_ReaSonus Native.ext index 223f24a..8a9ac95 100644 --- a/Control Surfaces/navelpluisje_ReaSonus Native.ext +++ b/Control Surfaces/navelpluisje_ReaSonus Native.ext @@ -1,30 +1,30 @@ @description ReaSonus Native @author Navelpluisje -@version 0.3.0 +@version 0.4.0 @changelog - > NEW REQUIREMENT: Also needs ReaImGui v0.10.* + > The UI is now translatable and som etrickery has been done to lod the initial translations. + > Please let me now if there is anything wrong with the translations. # What's Changed ## All devices - * Moved the dialogs to ReaImgui. See the documentation for more details. - * Fixed issue with saw-tooth like envelopes in touch mode + * UI for the Control Panel is translatable now. + * Some UI improvements. Added snackbar for messages instead of popups. ### FaderPort 8/16 - * Added pan channel: The pan button now makes the faders handle the pan. Removed the shift + fader behaviour - * Moved the receives channel to [Shift] + [Send] to make space for the Pan channel - * Added option to make [Left Shift] + [Fader Touch] reset the fader value. This is a setting and off by default - * Changed the shift behaviour for all channel related modi (track, plugin, send, etc...). Now when the shift(left or right), this does not reflect on these modi. - * Fixed issue where all faders right of the last send fader also moved. - * Added converter for the old zon plugin mapping files (It is always recommanded doing a test run on a portable install) - * When on-device menu is open, it will now close with any click on the [Touch] button - * Added option in the settings to change the Display layout in track mode. This also available in the on-device menu - + * Re-organized the settings page and added tabs + * Added 8 extra function buttons by using the right Shift button. + * The configutation for the Functionm keys now has 2 tabs. One for the Left Shift functions and one for the right Shift functions + * Fixed an issue with the pan encoder in track mode + * Added distraction free mode (Removes the blinking buttons and some of the active states of buttons) + * TCP now follows the FaderPort (respects the offset created by pinned tracks) + * Fixed issue where hidden tracks were not taken in account for the offset on the FaderPort + ### FaderPort V2 - * Fixed bug where fader became inresponsive after adding a new track + * Added options to disable the fader with [Shift] + [Channel]. This has to be enabled in the settings Thanx to anyone reporting issues and help me debug them. @provides From be516942a92ca0076a2f100d25692669d8f043d4 Mon Sep 17 00:00:00 2001 From: Erwin Goossen Date: Wed, 5 Nov 2025 19:41:32 +0100 Subject: [PATCH 2/3] Added translations file --- Control Surfaces/navelpluisje_ReaSonus Native.ext | 1 + 1 file changed, 1 insertion(+) diff --git a/Control Surfaces/navelpluisje_ReaSonus Native.ext b/Control Surfaces/navelpluisje_ReaSonus Native.ext index 8a9ac95..badc522 100644 --- a/Control Surfaces/navelpluisje_ReaSonus Native.ext +++ b/Control Surfaces/navelpluisje_ReaSonus Native.ext @@ -32,6 +32,7 @@ [win64] reaper_ReasonusNative-x64.dll https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-x64.dll [win32] reaper_ReasonusNative-x86.dll https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-x86.dll [darwin64] reaper_ReasonusNative-arm64-x86_64.dylib https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-arm64-x86_64.dylib + ReaSonus/en-US.ini https://github.com/navelpluisje/Reasonus-Native/releases/download/0.3.0-pre1/en-US.ini @link Documentation https://navelpluisje.github.io/reasonus/ Report Issue https://github.com/navelpluisje/Reasonus-Native/issues From c1799c24ce90a99e1389991a02234db617712688 Mon Sep 17 00:00:00 2001 From: Erwin Goossen Date: Wed, 5 Nov 2025 19:45:32 +0100 Subject: [PATCH 3/3] Removed hard-coded version --- Control Surfaces/navelpluisje_ReaSonus Native.ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control Surfaces/navelpluisje_ReaSonus Native.ext b/Control Surfaces/navelpluisje_ReaSonus Native.ext index badc522..be7ffbc 100644 --- a/Control Surfaces/navelpluisje_ReaSonus Native.ext +++ b/Control Surfaces/navelpluisje_ReaSonus Native.ext @@ -32,7 +32,7 @@ [win64] reaper_ReasonusNative-x64.dll https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-x64.dll [win32] reaper_ReasonusNative-x86.dll https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-x86.dll [darwin64] reaper_ReasonusNative-arm64-x86_64.dylib https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-arm64-x86_64.dylib - ReaSonus/en-US.ini https://github.com/navelpluisje/Reasonus-Native/releases/download/0.3.0-pre1/en-US.ini + ReaSonus/en-US.ini https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/en-US.ini @link Documentation https://navelpluisje.github.io/reasonus/ Report Issue https://github.com/navelpluisje/Reasonus-Native/issues