Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release ReaLlm: REAPER Low latency monitoring plug-in extension v0.7.0 #101

Merged
merged 1 commit into from
Dec 13, 2024
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
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
Loading