Skip to content

Commit da16616

Browse files
authored
Release ReaLlm: REAPER Low latency monitoring plug-in extension v0.8.0 (#130)
route traversing bugfix major project overhaul drop 32-bit intel mac support
1 parent f42ff54 commit da16616

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

FX/ak5k_ReaLlm REAPER Low latency monitoring plug-in extension.ext

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
@description ReaLlm: REAPER Low latency monitoring plug-in extension
22
@author ak5k
3-
@version 0.7.0
3+
@version 0.8.0
44
@changelog
5-
Tracks with names including 'Llm' are treated as monitored inputs.
6-
Added Windows ARM build
5+
route traversing bugfix
6+
major project overhaul
7+
drop 32-bit intel mac support
78
@provides
8-
[linux-aarch64] reaper_reallm-aarch64.so https://github.com/ak5k/reallm/releases/download/$version/$path
9-
[darwin-arm64] reaper_reallm-arm64.dylib https://github.com/ak5k/reallm/releases/download/$version/$path
10-
[linux-armv7l] reaper_reallm-armv7l.so https://github.com/ak5k/reallm/releases/download/$version/$path
11-
[darwin32] reaper_reallm-i386.dylib https://github.com/ak5k/reallm/releases/download/$version/$path
12-
[linux32] reaper_reallm-i686.so https://github.com/ak5k/reallm/releases/download/$version/$path
13-
[win64] reaper_reallm-x64.dll https://github.com/ak5k/reallm/releases/download/$version/$path
14-
[win32] reaper_reallm-x86.dll https://github.com/ak5k/reallm/releases/download/$version/$path
15-
[darwin64] reaper_reallm-x86_64.dylib https://github.com/ak5k/reallm/releases/download/$version/$path
16-
[linux64] reaper_reallm-x86_64.so https://github.com/ak5k/reallm/releases/download/$version/$path
17-
[windows-arm64ec] reaper_reallm-arm64ec.dll https://github.com/ak5k/reallm/releases/download/$version/$path
9+
[linux-aarch64] reaper_reallm-aarch64.so https://github.com/ak5k/reallm/releases/download/v$version/$path
10+
[darwin-arm64] reaper_reallm-arm64.dylib https://github.com/ak5k/reallm/releases/download/v$version/$path
11+
[linux-armv7l] reaper_reallm-armv7l.so https://github.com/ak5k/reallm/releases/download/v$version/$path
12+
[linux32] reaper_reallm-i686.so https://github.com/ak5k/reallm/releases/download/v$version/$path
13+
[win64] reaper_reallm-x64.dll https://github.com/ak5k/reallm/releases/download/v$version/$path
14+
[win32] reaper_reallm-x86.dll https://github.com/ak5k/reallm/releases/download/v$version/$path
15+
[darwin64] reaper_reallm-x86_64.dylib https://github.com/ak5k/reallm/releases/download/v$version/$path
16+
[linux64] reaper_reallm-x86_64.so https://github.com/ak5k/reallm/releases/download/v$version/$path
17+
[windows-arm64ec] reaper_reallm-arm64ec.dll https://github.com/ak5k/reallm/releases/download/v$version/$path
1818
@link https://github.com/ak5k/reallm/
1919
@screenshot https://i.imgur.com/iKHyQXb.gif
2020
@about

0 commit comments

Comments
 (0)