From acde8363d5a360bb0a472a48cad9ce76f215f79f Mon Sep 17 00:00:00 2001 From: cfillion Date: Wed, 14 Aug 2024 14:51:57 -0400 Subject: [PATCH] release SWS 2.14.0.2-beta --- Extensions/reaper-oss_SWS.ext | 234 +++++++++++++++++----------------- 1 file changed, 117 insertions(+), 117 deletions(-) diff --git a/Extensions/reaper-oss_SWS.ext b/Extensions/reaper-oss_SWS.ext index af582e2..d4edf38 100644 --- a/Extensions/reaper-oss_SWS.ext +++ b/Extensions/reaper-oss_SWS.ext @@ -1,29 +1,29 @@ @description SWS/S&M extension -@version 2.14.0.1-beta +@version 2.14.0.2-beta @changelog Actions: - • Add support for REAPER v6.76+ high-precision mousewheel, fixing on affected systems: -   - SWS/wol: Adjust envelope or track height under mouse cursor -   - SWS/wol: Adjust selected envelope height -   - SWS/wol: Adjust selected envelope or last touched track height - • Repair "SWS: Vertical zoom to selected tracks, minimize others" in REAPER v6.76+ and fix a crash if all selected tracks are height locked + • Fix running cycle actions (and some other SWS actions) from the alt-recording and alt-{1..16} sections in REAPER 7.03+ [#1803) + • Fix various FNG MIDI actions crashing when the active per-project MIDI editor is empty [#1869] + • Fix video processor code lines containing unbalanced quotes being discarded when copying FX chains [#1857] + • Ignore tracks set to a record output mode when checking for duplicate recording inputs [t=261948] - Contextual toolbars: - • Fix empty menus being displayed over inapplicable rows in the list on Linux - • Fix selection in the toolbar list on Windows [p=2757815] + Auto color/icon/layout: + • Optimize for situations with hundreds of rules and tracks [t=278856] - Miscellaneous: - • Move the Extensions menu items into a SWS/S&M submenu (previous behavior may be restored via [General]/ExtensionsSubmenu=0 in S&M.ini) + Contextual toolbars: + • Fix localization of default toolbar names REAPER v7 track spacers: - • Add support in "SWS/wol: Adjust envelope or track height under mouse cursor" and "SWS/wol: Adjust selected envelope or last touched track height" - • Factor in track height and fixed lanes count when computing the size of track spacers in the TCP - • Fix prediction of track spacer sizes in the vertical zoom actions - • Take into account track spacers on hidden tracks activating on the next visible one [p=2757773] + • Fix excessive CPU usage when tracks with a visual spacer and storage-heavy effects in non-collapsed fixed lanes mode are present (v7.12+) [t=288774] ReaScript API: - • Add CF_SendActionShortcut - • Remove bogus range check in SNM_SetDoubleConfigVar{,Ex} when writing to 32-bit variables + • Fix CF_NormalizeUTF8 returning extraneous null bytes on Windows and make no-op on XP to restore compatibility + • Fix CF_Preview dropping samples near the end of the source when pitch shifting [#1854] + • Fix CF_Preview updating peaks after the read cursor has wrapped around when looping is disabled + • Fix NF_SetSWSTrackNotes crashing when given a null track [#1881] + + Snapshots: + • Fix missing recall actions when loading re-ordered snapshots beyond the configured action amount [#1871] @author reaper-oss @links Website https://www.sws-extension.org/ @@ -39,106 +39,106 @@ It is a collaborative and open source project. @provides - [darwin-arm64 ] reaper_sws-arm64.dylib https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/$path - [darwin32 ] reaper_sws-i386.dylib https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/$path - [darwin64 ] reaper_sws-x86_64.dylib https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/$path - [linux-aarch64] reaper_sws-aarch64.so https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/$path - [linux-armv7l ] reaper_sws-armv7l.so https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/$path - [linux32 ] reaper_sws-i686.so https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/$path - [linux64 ] reaper_sws-x86_64.so https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/$path - [win32 ] reaper_sws-x86.dll https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/$path - [win64 ] reaper_sws-x64.dll https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/$path + [darwin-arm64 ] reaper_sws-arm64.dylib https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/$path + [darwin32 ] reaper_sws-i386.dylib https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/$path + [darwin64 ] reaper_sws-x86_64.dylib https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/$path + [linux-aarch64] reaper_sws-aarch64.so https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/$path + [linux-armv7l ] reaper_sws-armv7l.so https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/$path + [linux32 ] reaper_sws-i686.so https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/$path + [linux64 ] reaper_sws-x86_64.so https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/$path + [win32 ] reaper_sws-x86.dll https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/$path + [win64 ] reaper_sws-x64.dll https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/$path - [script darwin-arm64 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/sws_python64.py - [script darwin64 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/sws_python64.py - [script linux-aarch64] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/sws_python64.py - [script linux64 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/sws_python64.py - [script win64 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/sws_python64.py + [script darwin-arm64 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/sws_python64.py + [script darwin64 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/sws_python64.py + [script linux-aarch64] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/sws_python64.py + [script linux64 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/sws_python64.py + [script win64 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/sws_python64.py - [script darwin32 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/sws_python32.py - [script linux-armv7l ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/sws_python32.py - [script linux32 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/sws_python32.py - [script win32 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.1/sws_python32.py + [script darwin32 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/sws_python32.py + [script linux-armv7l ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/sws_python32.py + [script linux32 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/sws_python32.py + [script win32 ] ../API/sws.py https://github.com/reaper-oss/sws/releases/download/v2.14.0.2/sws_python32.py - [data] Grooves/16th Quantize.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/ASR10 16'th Subz 2 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/ASR10 16'th triplet Subz 2 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/ASR10 32'nd Subz 2 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/ASR10 32'nd triplet Subz 2 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/ASR10 8'th Subz 2 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/ASR10 8'th triplet Subz 2 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/DX_16_ 50% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/DX_16_ 54% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/DX_16_ 58% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/DX_16_ 62% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/DX_16_ 66% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/DX_16_ 70% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/DX_32_ 50% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/DX_32_ 66% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/DX_32_ 83% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Korg DDD-1-16 50%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Korg DDD-1-16 54%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Korg DDD-1-16 58%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Korg DDD-1-16 63%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Korg DDD-1-16 67%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Korg DDD-1-16 71%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Korg DDD-1-16 75%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Korg DDD-1-16 79%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Korg DDD-1-16 83%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Korg DDD-1-16 88%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Korg DDD-1-16T%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Korg DDD-1-8T%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Logic_16A.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Logic_16B.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Logic_16C.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Logic_16D.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Logic_16E.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Logic_16F.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Logic_8A.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Logic_8B.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Logic_8C.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Logic_8D.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Logic_8E.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/Logic_8F.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 16'th Triplet Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 32'nd Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 32'nd Triplet Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 50% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 51% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 52% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 53% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 54% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 55% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 56% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 57% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 58% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 59% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 60% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 61% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 62% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 63% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 64% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 65% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 66% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 67% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 68% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 69% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 70% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 71% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 72% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 73% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 74% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 75% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/MPC 8'th Triplet Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/SP1200_50%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/SP1200_50%_16T.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/SP1200_50%_32_2bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/SP1200_50%_8T.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/SP1200_54%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/SP1200_54%_16T.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/SP1200_54%_8T.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/SP1200_58%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/SP1200_63%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/SP1200_67%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/SP1200_71%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path - [data] Grooves/energyXT_50%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.1/FingersExtras/$path + [data] Grooves/16th Quantize.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/ASR10 16'th Subz 2 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/ASR10 16'th triplet Subz 2 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/ASR10 32'nd Subz 2 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/ASR10 32'nd triplet Subz 2 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/ASR10 8'th Subz 2 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/ASR10 8'th triplet Subz 2 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/DX_16_ 50% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/DX_16_ 54% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/DX_16_ 58% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/DX_16_ 62% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/DX_16_ 66% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/DX_16_ 70% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/DX_32_ 50% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/DX_32_ 66% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/DX_32_ 83% swing.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Korg DDD-1-16 50%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Korg DDD-1-16 54%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Korg DDD-1-16 58%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Korg DDD-1-16 63%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Korg DDD-1-16 67%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Korg DDD-1-16 71%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Korg DDD-1-16 75%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Korg DDD-1-16 79%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Korg DDD-1-16 83%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Korg DDD-1-16 88%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Korg DDD-1-16T%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Korg DDD-1-8T%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Logic_16A.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Logic_16B.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Logic_16C.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Logic_16D.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Logic_16E.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Logic_16F.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Logic_8A.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Logic_8B.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Logic_8C.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Logic_8D.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Logic_8E.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/Logic_8F.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 16'th Triplet Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 32'nd Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 32'nd Triplet Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 50% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 51% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 52% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 53% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 54% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 55% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 56% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 57% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 58% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 59% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 60% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 61% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 62% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 63% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 64% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 65% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 66% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 67% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 68% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 69% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 70% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 71% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 72% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 73% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 74% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 75% Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/MPC 8'th Triplet Subz 4 bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/SP1200_50%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/SP1200_50%_16T.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/SP1200_50%_32_2bar.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/SP1200_50%_8T.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/SP1200_54%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/SP1200_54%_16T.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/SP1200_54%_8T.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/SP1200_58%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/SP1200_63%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/SP1200_67%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/SP1200_71%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path + [data] Grooves/energyXT_50%.rgt https://github.com/reaper-oss/sws/raw/v2.14.0.2/FingersExtras/$path