From 47b953f5baf520a46d231d5428124ef7ac308d98 Mon Sep 17 00:00:00 2001 From: Erwin Goossen Date: Sun, 5 Jul 2026 20:03:23 +0200 Subject: [PATCH 1/2] ReaSonus version 0.10.0 --- Control Surfaces/navelpluisje_ReaSonus Native.ext | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Control Surfaces/navelpluisje_ReaSonus Native.ext b/Control Surfaces/navelpluisje_ReaSonus Native.ext index e4e7d99..e685cfe 100644 --- a/Control Surfaces/navelpluisje_ReaSonus Native.ext +++ b/Control Surfaces/navelpluisje_ReaSonus Native.ext @@ -1,16 +1,20 @@ @description ReaSonus Native @author Navelpluisje -@version 0.9.2 +@version 0.10.0 @changelog # What's Changed - This release has the following fix + This release is focussed on plugin mappings. Changes made contain: ## FaderPort 8/16 - - Fixed issue with jittering fader + - Ability to add plugin mappings in the ReaSonus Control Panel + - Ability to delete plugin mappings + - Option to set the color of a mapping group (will be set to the select button) + - Plugin caching (this will cache the parameters and its value) for more performant plugin mapping + - Plugin parameter filtering to reduce tha length of the parameters list - Thanx to anyone reporting issues and help me debug them. + Thanx to everyone reporting issues and help me debug them. @provides [darwin-arm64] reaper_ReasonusNative-arm64-x86_64.dylib https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-arm64-x86_64.dylib [win64] reaper_ReasonusNative-x64.dll https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-x64.dll From 15980ff1f3d47636115531c89900603cdf76f7f6 Mon Sep 17 00:00:00 2001 From: Erwin Goossen Date: Sun, 5 Jul 2026 20:13:15 +0200 Subject: [PATCH 2/2] fixed typo --- 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 e685cfe..f6588c1 100644 --- a/Control Surfaces/navelpluisje_ReaSonus Native.ext +++ b/Control Surfaces/navelpluisje_ReaSonus Native.ext @@ -12,7 +12,7 @@ - Ability to delete plugin mappings - Option to set the color of a mapping group (will be set to the select button) - Plugin caching (this will cache the parameters and its value) for more performant plugin mapping - - Plugin parameter filtering to reduce tha length of the parameters list + - Plugin parameter filtering to reduce the length of the parameters list Thanx to everyone reporting issues and help me debug them. @provides