Christian Fillion

Results 24 comments of Christian Fillion

For the SWS installer we detect reaper.exe using the [nsProcessW](https://nsis.sourceforge.io/NsProcess_plugin) plugin for NSIS. https://github.com/reaper-oss/sws/blob/4ae1b75b6cf4dca0e6ebcce5675baee68f0ddfd3/setup/win32/NSIS.template.in#L113-L120

The Japanese locale can be enabled on the Deck without unlocking SteamOS. If the game's files only have ASCII characters: using `HOST_LC_ALL=ja_JP.UTF-8 %command%` as launch options does the trick of...

Make sure ReaPack's .dylib file matches REAPER's architecture (x86 vs ARM). Also since macOS Catalina ReaPack (and SWS) must be allowed to run in System Preferences > Security & Privacy...

Does REAPER's FX chain window (which uses the same icon for toggling bypass) have the same problem?

Why not provide the optional content as another package in the same index?

> Is it possible that the progress indication is currently based on the number of files to download only, not the progress of the individual file download? That's correct. The...

Does it work via the Action List? "ReaPack: Browse packages..." If not, which OS, how many monitors/in what arrangement, and can you share your reapack.ini?

> ``` > CMake Error at cmake/Modules/FindPkgLibraries.cmake:17 (MESSAGE): > could not resolve ws2_32 > ``` It seems that something breaks when building libgit2 with CMake 3.17 or newer in a...

> I would like to know if there is way of detecting if a docked window on tabs is "visible". The `Begin()` calls of the inactive windows returns false.

Transparent viewports aren't supported but it's relatively easy to add it yourself. 1. Apply 96459f32cfd8e88a161d76764619eb23592f6467 (and optionally ee87df4d1c753b8e7401839dfed3983a8956401d) 2. Call `ImGui_ImplWin32_EnableAlphaCompositing` (or do a similar operation for your backend) 3....