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 3c13da1..6e857a6 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,20 +1,20 @@ @description ReaLlm: REAPER Low latency monitoring plug-in extension @author ak5k -@version 0.7.0 +@version 0.8.0 @changelog - Tracks with names including 'Llm' are treated as monitored inputs. - Added Windows ARM build + route traversing bugfix + major project overhaul + drop 32-bit intel mac support @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 - [linux-armv7l] reaper_reallm-armv7l.so https://github.com/ak5k/reallm/releases/download/$version/$path - [darwin32] reaper_reallm-i386.dylib https://github.com/ak5k/reallm/releases/download/$version/$path - [linux32] reaper_reallm-i686.so https://github.com/ak5k/reallm/releases/download/$version/$path - [win64] reaper_reallm-x64.dll https://github.com/ak5k/reallm/releases/download/$version/$path - [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 + [linux-aarch64] reaper_reallm-aarch64.so https://github.com/ak5k/reallm/releases/download/v$version/$path + [darwin-arm64] reaper_reallm-arm64.dylib https://github.com/ak5k/reallm/releases/download/v$version/$path + [linux-armv7l] reaper_reallm-armv7l.so https://github.com/ak5k/reallm/releases/download/v$version/$path + [linux32] reaper_reallm-i686.so https://github.com/ak5k/reallm/releases/download/v$version/$path + [win64] reaper_reallm-x64.dll https://github.com/ak5k/reallm/releases/download/v$version/$path + [win32] reaper_reallm-x86.dll https://github.com/ak5k/reallm/releases/download/v$version/$path + [darwin64] reaper_reallm-x86_64.dylib https://github.com/ak5k/reallm/releases/download/v$version/$path + [linux64] reaper_reallm-x86_64.so https://github.com/ak5k/reallm/releases/download/v$version/$path + [windows-arm64ec] reaper_reallm-arm64ec.dll https://github.com/ak5k/reallm/releases/download/v$version/$path @link https://github.com/ak5k/reallm/ @screenshot https://i.imgur.com/iKHyQXb.gif @about