View Single Post
Old 12-23-2019, 07:28 AM   #7
lucas_LCS
Human being with feelings
 
Join Date: Dec 2015
Posts: 2,100
Default Graphic Bugs: Volume Knob Image

EDIT:12/28/2019 - edit made to clarify the issue
-----------------------
I'm seeing an image bug with Reaper 6.00, 6.01 & 6.02 (all x64).
I checked reaper602+dev1222_x64 and it has the same issue.

Volume Knob Image Bug
MCP Master knob is coded to be larger than the knob for the same layout in the MCP mixer, but the Master is using the Small knob image instead of the Large knob image

If I change the Master knob size to match the mixer knob size, it looks correct.
Both are using the large knob from the main folder.
If I make the mixer knob larger to match the Master, the mixer knob now also uses the small knob from the main folder.

If I then rename a copy of the large knob to "small" then it works correctly.

This is the code for both the Master volume knob and the mixer volume knob.
both layouts should be usisng the Large knob

Code:
set mcp.volume.fadermode 		[1] 
set mcp.volume 				h<327 [0] [24 509 32 34 0 1 0 1]

set master.mcp.volume 			h<344 [0] [21 530 36 38 0 1 0 1] 
set master.mcp.volume.fadermode 	[1]
The images work fine in Reaper 5.91
I'm running Win 7 SP1

The following image is from Reaper 5.91
note the volume knob and three yellow lines at the bottom of the meter.



The following image is from Reaper 6.02 (I see the same behaviour in 6.01)
note the volume knob is small and three yellow lines at the bottom of the meter are missing.



::
__________________
LCS Themes

Last edited by lucas_LCS; 01-06-2020 at 11:24 PM. Reason: typos
lucas_LCS is offline   Reply With Quote