Skip to content

Commit

Permalink
Merge branch 'master' into reapack.com_upload-1707330743082
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion authored Feb 8, 2024
2 parents c491a88 + b770159 commit 53f291e
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
@description ReaMCULive: Programmable ReaScript API control surface extension
@author ak5k
@version 0.1.6
@version 0.1.7
@changelog fix GetFaderValue()
@provides
[win64] reaper_reamculive-x64.dll https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-x64.dll
[linux-aarch64] reaper_reamculive-aarch64.so https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-aarch64.so
[darwin-arm64] reaper_reamculive-arm64.dylib https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-arm64.dylib
[darwin64] reaper_reamculive-x86_64.dylib https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-x86_64.dylib
[linux64] reaper_reamculive-x86_64.so https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-x86_64.so
[win64] reaper_reamculive-x64.dll https://github.com/ak5k/reamculive/releases/download/$version/$path
[linux-aarch64] reaper_reamculive-aarch64.so https://github.com/ak5k/reamculive/releases/download/$version/$path
[darwin-arm64] reaper_reamculive-arm64.dylib https://github.com/ak5k/reamculive/releases/download/$version/$path
[darwin64] reaper_reamculive-x86_64.dylib https://github.com/ak5k/reamculive/releases/download/$version/$path
[linux64] reaper_reamculive-x86_64.so https://github.com/ak5k/reamculive/releases/download/$version/$path
@about See [website](https://github.com/ak5k/reamculive).

18 changes: 9 additions & 9 deletions API/reaper_imgui.ext
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
@description ReaImGui: ReaScript binding for Dear ImGui
@author cfillion
@version 0.8.7.5
@version 0.8.7.6
@changelog
• Fix compatibility of file drag and drop with dear imgui v1.89.4
Focus new docked windows when they are the only tab in the docker [p=2724239]
Windows: fix detection of the "multimonitor aware" HiDPI mode on Windows 8.1 [p=2724812]
Windows: fix windows not staying in place after moving under certain monitor scales [p=2724640]

gfx2imgui:
Fix replacing images after (re)initializing gfx
Harden gradrect to gracefully handle bogus Infinity/NaN delta arguments
• Fix a brief display of uninitialized pixels when opening docked windows
Fix a crash when REAPER quits while a frame is still open
Fix TableGetColumnSortSpecs accepting invalid negative indices
Handle font size truncation when computing rendering scale
• macOS: fix fallback for missing font families in recent OS versions
• macOS: fix window position desync when changing monitor resolution in recent OS versions [p=2732554]
Linux: fix windows not staying in place under certain monitor scales [#13]
Linux: repair HiDPI scaling (regression from v0.8) [p=2752987]
@provides
[darwin32] reaper_imgui-i386.dylib https://github.com/cfillion/reaimgui/releases/download/v$version/$path
[darwin64] reaper_imgui-x86_64.dylib https://github.com/cfillion/reaimgui/releases/download/v$version/$path
Expand Down
13 changes: 7 additions & 6 deletions Control Surfaces/ak5k_ReaSolotus REAPER Solo bus extension.ext
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
@description ReaSolotus: REAPER Solo bus extension
@author ak5k
@version 0.1.6
@version 0.1.8
@changelog improved send handling
@provides
[linux-aarch64] reaper_reasolotus-aarch64.so https://github.com/ak5k/reasolotus/releases/download/v$version/reaper_reasolotus-aarch64.so
[darwin-arm64] reaper_reasolotus-arm64.dylib https://github.com/ak5k/reasolotus/releases/download/v$version/reaper_reasolotus-arm64.dylib
[win64] reaper_reasolotus-x64.dll https://github.com/ak5k/reasolotus/releases/download/v$version/reaper_reasolotus-x64.dll
[darwin64] reaper_reasolotus-x86_64.dylib https://github.com/ak5k/reasolotus/releases/download/v$version/reaper_reasolotus-x86_64.dylib
[linux64] reaper_reasolotus-x86_64.so https://github.com/ak5k/reasolotus/releases/download/v$version/reaper_reasolotus-x86_64.so
[linux-aarch64] reaper_reasolotus-aarch64.so https://github.com/ak5k/reasolotus/releases/download/$version/$path
[darwin-arm64] reaper_reasolotus-arm64.dylib https://github.com/ak5k/reasolotus/releases/download/$version/$path
[win64] reaper_reasolotus-x64.dll https://github.com/ak5k/reasolotus/releases/download/$version/$path
[darwin64] reaper_reasolotus-x86_64.dylib https://github.com/ak5k/reasolotus/releases/download/$version/$path
[linux64] reaper_reasolotus-x86_64.so https://github.com/ak5k/reasolotus/releases/download/$version/$path
@about Solo bus extension to improve live mixing experience with REAPER.

24 changes: 12 additions & 12 deletions FX/ak5k_ReaLlm REAPER Low latency monitoring plug-in extension.ext
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
@description ReaLlm: REAPER Low latency monitoring plug-in extension
@author ak5k
@version 0.5.0
@version 0.6.2
@changelog
Requires REAPER 6.79.
Prefixes bypassed FX names with `llm: `. This allows ReaLlm to keep track of duplicates.
improved compatibility with older REAPER version
improved pdc calculation with different chain pdc modes
@provides
[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
[darwin32] reaper_reallm-i386.dylib 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
[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
@link https://github.com/ak5k/reallm/
@screenshot https://i.imgur.com/iKHyQXb.gif
@about
Expand Down
Loading

0 comments on commit 53f291e

Please sign in to comment.