Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions FX/ak5k_ReaLlm REAPER Low latency monitoring plug-in extension.ext
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading