Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Bug Reports

Reply
 
Thread Tools
Old 01-03-2023, 06:14 AM   #1
madah
Human being with feelings
 
Join Date: Dec 2022
Posts: 2
Default [6.73] Wrong CLAP plug-in paths on Windows

Reaper v6.73, Windows 10.
In CLAP plug-in settings, CLAP plug-in paths, the %LOCALAPPDATA%\CLAP is wrong:
Code:
%COMMONPROGRAMFILES%\CLAP;%LOCALAPPDATA%\CLAP;%CLAP_PATH%
According to https://github.com/free-audio/clap/b...e/clap/entry.h:
Code:
// Windows
//   - %COMMONPROGRAMFILES%\CLAP
//   - %LOCALAPPDATA%\Programs\Common\CLAP
It should be %LOCALAPPDATA%\Programs\Common\CLAP:
Code:
%COMMONPROGRAMFILES%\CLAP;%LOCALAPPDATA%\Programs\Common\CLAP;%CLAP_PATH%
madah is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 10:22 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.