Skip to content

Commit 0e975c5

Browse files
committed
Release ReaLlm: REAPER Low latency monitoring plug-in extension v0.6.0
* requires REAPER 7 * new API * lots of code refactoring * fix the flickering bug
1 parent 2fc7179 commit 0e975c5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
@description ReaLlm: REAPER Low latency monitoring plug-in extension
22
@author ak5k
3-
@version 0.5.0
3+
@version 0.6.0
44
@changelog
5-
Requires REAPER 6.79.
6-
Prefixes bypassed FX names with `llm: `. This allows ReaLlm to keep track of duplicates.
5+
* requires REAPER 7
6+
* new API
7+
* lots of code refactoring
8+
* fix the flickering bug
79
@provides
810
[linux-aarch64] reaper_reallm-aarch64.so https://github.com/ak5k/reallm/releases/download/v$version/$path
911
[darwin-arm64] reaper_reallm-arm64.dylib https://github.com/ak5k/reallm/releases/download/v$version/$path
1012
[linux-armv7l] reaper_reallm-armv7l.so https://github.com/ak5k/reallm/releases/download/v$version/$path
11-
[darwin32] reaper_reallm-i386.dylib https://github.com/ak5k/reallm/releases/download/v$version/$path
1213
[linux32] reaper_reallm-i686.so https://github.com/ak5k/reallm/releases/download/v$version/$path
1314
[win64] reaper_reallm-x64.dll https://github.com/ak5k/reallm/releases/download/v$version/$path
1415
[win32] reaper_reallm-x86.dll https://github.com/ak5k/reallm/releases/download/v$version/$path

0 commit comments

Comments
 (0)