From 366389b46aa6ce7d4f7428f01cf376f9f93710a0 Mon Sep 17 00:00:00 2001 From: ak5k <42914711+ak5k@users.noreply.github.com> Date: Fri, 13 Dec 2024 02:52:22 +0200 Subject: [PATCH] Release ReaLlm: REAPER Low latency monitoring plug-in extension v0.7.0 Tracks with names including 'Llm' are treated as monitored inputs. Added Windows ARM build --- ...Llm REAPER Low latency monitoring plug-in extension.ext | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/FX/ak5k_ReaLlm REAPER Low latency monitoring plug-in extension.ext b/FX/ak5k_ReaLlm REAPER Low latency monitoring plug-in extension.ext index 202cc39..3c13da1 100644 --- a/FX/ak5k_ReaLlm REAPER Low latency monitoring plug-in extension.ext +++ b/FX/ak5k_ReaLlm REAPER Low latency monitoring plug-in extension.ext @@ -1,7 +1,9 @@ @description ReaLlm: REAPER Low latency monitoring plug-in extension @author ak5k -@version 0.6.10 -@changelog fix checking if send to parent folder is not active +@version 0.7.0 +@changelog + Tracks with names including 'Llm' are treated as monitored inputs. + Added Windows ARM build @provides [linux-aarch64] reaper_reallm-aarch64.so https://github.com/ak5k/reallm/releases/download/$version/$path [darwin-arm64] reaper_reallm-arm64.dylib https://github.com/ak5k/reallm/releases/download/$version/$path @@ -12,6 +14,7 @@ [win32] reaper_reallm-x86.dll https://github.com/ak5k/reallm/releases/download/$version/$path [darwin64] reaper_reallm-x86_64.dylib https://github.com/ak5k/reallm/releases/download/$version/$path [linux64] reaper_reallm-x86_64.so https://github.com/ak5k/reallm/releases/download/$version/$path + [windows-arm64ec] reaper_reallm-arm64ec.dll https://github.com/ak5k/reallm/releases/download/$version/$path @link https://github.com/ak5k/reallm/ @screenshot https://i.imgur.com/iKHyQXb.gif @about