From 1ab581356863a50a0d600b90bafdc11a6e92d3aa Mon Sep 17 00:00:00 2001 From: Erwin Goossen Date: Sat, 18 Apr 2026 21:28:02 +0200 Subject: [PATCH 1/4] Started adding the 0.8.2 fixes --- .idea/.gitignore | 10 ++++++++++ .../navelpluisje_ReaSonus Native.ext | 19 +++++++++++++------ 2 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..30cf57e --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/Control Surfaces/navelpluisje_ReaSonus Native.ext b/Control Surfaces/navelpluisje_ReaSonus Native.ext index 848a899..6f65c79 100644 --- a/Control Surfaces/navelpluisje_ReaSonus Native.ext +++ b/Control Surfaces/navelpluisje_ReaSonus Native.ext @@ -1,16 +1,23 @@ @description ReaSonus Native @author Navelpluisje -@version 0.8.1 +@version 0.8.2 @changelog # What's Changed + This release fixes some bugs + + ## All devices + + - Fixed issue where the selected track was not visible in the mixer + - Fixed issue where REAPER could crash when no translation file was loaded yet + - Some code cleanup + ## FaderPort 8/16 - This release has a lot of improvements for the UI for Plugin Mapping: + - Disable the last touched fader mode when switching to any plugin related channel mode - - Fixed issue where the FderPort could disconnect when an action had a popup like Edit Marker - - Fixed issue where the valuebar looked faded when working with plugins - - Fixed issue where the displays got weird after switching quick between different fader modes + ## FaderPort V2 + - Fixed issue where disabled fader was not working Thanx to anyone reporting issues and help me debug them. @provides @@ -42,5 +49,5 @@ - ‘Unlimited’ custom editable filters - MIDI learn style plugin mapping - Swap Shift buttons - - Controll last touched plugin param + - Control last touched plugin param From cb534b9ca9a4ca2758a38d2f9867c4496d55ab32 Mon Sep 17 00:00:00 2001 From: Erwin Goossen Date: Thu, 23 Apr 2026 20:20:16 +0200 Subject: [PATCH 2/4] Added another fix --- .idea/ReaTeam-Extensions.iml | 8 ++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 7 +++++++ Control Surfaces/navelpluisje_ReaSonus Native.ext | 1 + 4 files changed, 24 insertions(+) create mode 100644 .idea/ReaTeam-Extensions.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/ReaTeam-Extensions.iml b/.idea/ReaTeam-Extensions.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/ReaTeam-Extensions.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b500295 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..8306744 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Control Surfaces/navelpluisje_ReaSonus Native.ext b/Control Surfaces/navelpluisje_ReaSonus Native.ext index 6f65c79..8448a99 100644 --- a/Control Surfaces/navelpluisje_ReaSonus Native.ext +++ b/Control Surfaces/navelpluisje_ReaSonus Native.ext @@ -15,6 +15,7 @@ ## FaderPort 8/16 - Disable the last touched fader mode when switching to any plugin related channel mode + - Improved/Fixed last touched param implementation ## FaderPort V2 - Fixed issue where disabled fader was not working From 2296a08b1e7045d5293b1f56296fe7de1dfde183 Mon Sep 17 00:00:00 2001 From: Erwin Goossen Date: Thu, 23 Apr 2026 20:21:14 +0200 Subject: [PATCH 3/4] Removed wrongly added folder --- .idea/.gitignore | 10 ----- .idea/ReaTeam-Extensions.iml | 8 ---- .idea/modules.xml | 8 ---- .idea/vcs.xml | 7 ---- .idea/workspace.xml | 73 ++++++++++++++++++++++++++++++++++++ 5 files changed, 73 insertions(+), 33 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/ReaTeam-Extensions.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 30cf57e..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Ignored default folder with query files -/queries/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/ReaTeam-Extensions.iml b/.idea/ReaTeam-Extensions.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/ReaTeam-Extensions.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index b500295..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 8306744..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..623cfe8 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + { + "associatedIndex": 4, + "fromUser": false +} + + + + { + "keyToString": { + "ModuleVcsDetector.initialDetectionPerformed": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true", + "RunOnceActivity.git.unshallow": "true", + "RunOnceActivity.typescript.service.memoryLimit.init": "true", + "codeWithMe.voiceChat.enabledByDefault": "false", + "git-widget-placeholder": "reasonus-v0.8.2", + "javascript.preferred.runtime.type.id": "node", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "vue.rearranger.settings.migration": "true" + } +} + + + + + + + + + + 1776540181035 + + + + + + \ No newline at end of file From 1581447c5c53ffacf4b88d2b0d324822569eacdc Mon Sep 17 00:00:00 2001 From: Erwin Goossen Date: Fri, 24 Apr 2026 20:31:34 +0200 Subject: [PATCH 4/4] Removed file that was regenerated faster than I could commit --- .idea/workspace.xml | 73 --------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 623cfe8..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - { - "associatedIndex": 4, - "fromUser": false -} - - - - { - "keyToString": { - "ModuleVcsDetector.initialDetectionPerformed": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true", - "RunOnceActivity.git.unshallow": "true", - "RunOnceActivity.typescript.service.memoryLimit.init": "true", - "codeWithMe.voiceChat.enabledByDefault": "false", - "git-widget-placeholder": "reasonus-v0.8.2", - "javascript.preferred.runtime.type.id": "node", - "node.js.detected.package.eslint": "true", - "node.js.detected.package.tslint": "true", - "node.js.selected.package.eslint": "(autodetect)", - "node.js.selected.package.tslint": "(autodetect)", - "nodejs_package_manager_path": "npm", - "vue.rearranger.settings.migration": "true" - } -} - - - - - - - - - - 1776540181035 - - - - - - \ No newline at end of file