Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Color Themes and Icon Sets

Reply
 
Thread Tools Display Modes
Old 05-10-2012, 04:07 PM   #1
lerian
Human being with feelings
 
Join Date: Oct 2011
Posts: 442
Default Help please (finding elements, maybe walter)

Could someone please help me figure out how to change the color of this text? I searched for it in walter with no luck, and also in Prefferences/Theme editor. Thanks.

lerian is offline   Reply With Quote
Old 05-10-2012, 04:21 PM   #2
Janne83
Human being with feelings
 
Join Date: May 2010
Location: Earth
Posts: 1,883
Default

set mcp.meter.readout.color [180 180 180 255 0 0 0 125] -clip readout

meter numbers

set mcp.meter.scale.color.unlit.top [90 90 90 0 0 0 0 0]
set mcp.meter.scale.color.unlit.bottom [60 60 60 0 0 0 0 0]
set mcp.meter.scale.color.lit.top [180 180 180 255 0 0 0 125]
set mcp.meter.scale.color.lit.bottom [180 180 180 0 0 0 0 125]

regards J
__________________
Win11, R 64bit
Janne83 is offline   Reply With Quote
Old 05-11-2012, 12:32 AM   #3
lerian
Human being with feelings
 
Join Date: Oct 2011
Posts: 442
Default

Quote:
Originally Posted by Janne83 View Post
set mcp.meter.readout.color [180 180 180 255 0 0 0 125] -clip readout

meter numbers

set mcp.meter.scale.color.unlit.top [90 90 90 0 0 0 0 0]
set mcp.meter.scale.color.unlit.bottom [60 60 60 0 0 0 0 0]
set mcp.meter.scale.color.lit.top [180 180 180 255 0 0 0 125]
set mcp.meter.scale.color.lit.bottom [180 180 180 0 0 0 0 125]

regards J
Yeah, i guess i'm either stupid or i just have a lot going through my mind these days that keeps me from thinking clear.. so i didn't look further than the "big meters" layout. Thank you Janne, and sorry to bother you with this.

Last edited by lerian; 05-11-2012 at 12:38 AM.
lerian is offline   Reply With Quote
Old 05-11-2012, 12:54 AM   #4
White Tie
Pixel Pusher
 
White Tie's Avatar
 
Join Date: Mar 2007
Location: Blighty
Posts: 4,985
Default

p30 of WALTER : A themer's guide
__________________
The House of White Tie
White Tie is offline   Reply With Quote
Old 05-11-2012, 12:44 PM   #5
lerian
Human being with feelings
 
Join Date: Oct 2011
Posts: 442
Default

Thank you WT, i solved it. Now i have another problem, i want to include vertical meters into the theme and i got a code from someone else. What i want to do is to lower the font so the readout can be fully readable on the TCP, and also to re-order the buttons depending on the vertical size of the TCP.

Edit: or, please tell me a way to include vertical meters inside all the layouts (minimal, reduced, etc) without changing the layout too much, only re-positioning the meters.




Code:
    Layout "- Black (vertical meters)" "analog-black-v"
	set tcp.size [402 100 160]
	set tcp.foldercomp [384 0 18 19 1 0 1 0]
	set tcp.folder h<32 [0] [384 86 18 14 1 1 1 1]
	set tcp.meter + tcp_yanchor w<211 h<51 [0] [342 26 29 9 1 y_align 1 y_align] [80 -42 42 4 1 0 1 0]
	set tcp.meter w>=211 h>4 [368 4 15 92 1 0 1 1] [80 -42 42 4 1 0 1 0] 
	set tcp.meter.readout.color h>=90 [255 255 255 140 255 255 255 200] [0 0 0 0 0 0 0 0]
	set tcp.meter.scale.color.unlit.top h<90 [0 0 0 0 0 0 0 0] [120 120 120 100 0 0 0 255] 
	set tcp.meter.scale.color.unlit.bottom h<90 [0 0 0 0 0 0 0 0] [70 70 70 100 0 0 0 255] 
	set tcp.meter.scale.color.lit.top h<90 [0 0 0 0 0 0 0 0] [220 220 220 255 0 0 0 50]
	set tcp.meter.scale.color.lit.bottom h<90 [0 0 0 0 0 0 0 0] [220 220 220 255 0 0 0 50] 
	set tcp.fx + tcp_yanchor w<211 h<73 [0] [338 44 24 18 1 y_align 1 y_align] h>4 [280 0 24 18 1 y_align 1 y_align]
	set tcp.fxbyp tcp.fx{x}>0 + [tcp.fx tcp.fx 13 18 1 y_align 1 y_align] [tcp.fx{w}] [0]
	set tcp.mute + tcp_yanchor w<211 [338 0 17 18 1 y_align 1 y_align] h>4 [323 0 17 18 1 y_align 1 y_align]
	set tcp.solo + tcp_yanchor w<211 [358 0 17 18 1 y_align 1 y_align] h>4 [343 0 17 18 1 y_align 1 y_align]
	set tcp.recmon + tcp_yanchor w<211 h<95 [0] [338 66 15 16 1 y_align 1 y_align] w<360 h<73 [0] [280 45 15 16 1 y_align 1 y_align] h<51 [0] [239 23 15 16 1 y_align 1 y_align]
	set tcp.recmode + tcp_yanchor w<211 h<95 [0] [352 66 23 16 1 y_align 1 y_align] w<360 h<73 [0] [294 45 23 16 1 y_align 1 y_align] h<51 [0] [253 23 23 16 1 y_align 1 y_align]
	set tcp.trackidx [384 41 18 18 1 0.5 1 0.5]
	EndLayout ; end of "- Black (vertical meters)"
This code also have this problem which i would like to solve:



Thank you.

Last edited by lerian; 05-11-2012 at 03:40 PM.
lerian is offline   Reply With Quote
Old 05-14-2012, 07:30 PM   #6
lerian
Human being with feelings
 
Join Date: Oct 2011
Posts: 442
Default

I also want to make the pan line as long as it is on the default layout:



i looked in the sdk, i searched the pdf, i altered values.. and all i got was a headache :/

the difference in the rtconfig between the 2 layouts is this:

Code:
Large:

set mcp.pan trackpanmode>=4 [17 86 22 22 0 0 0 0] [35 86 22 22 0 0 0 0]
set mcp.pan.color [180 180 180 191 0 0 0 0]
set mcp.pan.label trackpanmode>=4 [11 113 34 7 0 0 0 0] [29 113 34 7 0 0 0 0]
set mcp.pan.label.color [140 140 140]
set mcp.pan.label.margin [0 0 0 0 0.5]

Default:

set mcp.pan trackpanmode>=4 [6 62 18 18 0 0 0 0] [4 65 30 30 0 0 0 0]
set mcp.pan.color [180 180 180 191 0 0 0 0]
set mcp.pan.label trackpanmode>=4 [24 63 41 16 0 0 0 0] [31 72 34 16 0 0 0 0]
set mcp.pan.label.color [155 155 155]
set mcp.pan.label.margin [0 0 3 0 1]
lerian is offline   Reply With Quote
Old 01-05-2013, 12:03 PM   #7
drakeblood
Human being with feelings
 
drakeblood's Avatar
 
Join Date: May 2009
Posts: 309
Default

Does there is a way to change the font used for the PEAK in the meter? I cant find any info about it...
__________________
ReaBorn DRK PRO Theme
drakeblood is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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 08:36 AM.


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