View Single Post
Old 01-07-2020, 03:51 PM   #19
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,737
Default

Quote:
Originally Posted by lucas_LCS View Post
I'm still seeing the Volume Knob Image Bug in older custom (non-default) themes that I reported earlier for Reaper v6.00, v6.01 & v6.02.

In the screenshot below, the MCP Master knob is coded to be larger than the knob for the same style layout in the MCP mixer, but the Master is using the mcp_knob_small.png image instead of the mcp_knob_large.png image.


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]
If I make the mixer knob code match the size of the Master, the mixer knob now also uses the mcp_knob_small.png image.

If I change the Master knob size to match the mixer knob size, it uses the correct mcp_knob_large.png image.
Both are using the same knob images from the same folder.

The images and code worked fine in Reaper 5.91
I'm running Win 7 SP1

::
Restoring the 5.x behavior on this, though we need to make sure it doesn't break anything for the v6 theme
Justin is offline   Reply With Quote