unfortunately, can't force REAPER to load images for custom commands from 150 and 200 folders, seems that it's broken for dpi translation layouts. any ideas?
[copypaste from pre-release thread]
[edited] seems that the custom command image name does not obey the layout folder:
Code:
layout "Default 200" "200"
looks like a bug to me
[edited x2]
the workaround is to use macro in image name with "
/"
Code:
macro DrawTCP scale layoutfolder
custom tcp.custom.command " " none " " layoutfolder/tcp_command_bg
endmacro
layout "TCP 200"
DrawTCP 2 200
endlayout
but keep in mind that the default layout (layout "") should be below others