Old 05-30-2019, 01:13 AM   #1
bamsehopp
Human being with feelings
 
Join Date: Sep 2018
Posts: 73
Default TCP Meter peak number disable

I've been making my own theme for the first time these last days and I'm almost happy with it, but I'm trying to get rid of the peak meter number displayed in the TCP. I'm making a really simple and minimal theme and with such small meters the numbers interfere with the experience. Is this done in the rtconfig?
Attached Images
File Type: png Screen Shot 2019-05-30 at 10.11.30.png (9.4 KB, 346 views)
bamsehopp is offline   Reply With Quote
Old 05-31-2019, 06:59 PM   #2
Never
Human being with feelings
 
Never's Avatar
 
Join Date: Jul 2016
Location: Ohio, USA
Posts: 633
Default

Quote:
Originally Posted by bamsehopp View Post
I've been making my own theme for the first time these last days and I'm almost happy with it, but I'm trying to get rid of the peak meter number displayed in the TCP. I'm making a really simple and minimal theme and with such small meters the numbers interfere with the experience. Is this done in the rtconfig?
>>Go into RTCONFIG.txt.

>>Find where the TCP layouts begin. Usually something like this:
>>Note:You will have to change the meter settings in all TCP layouts to follow that you wish to disable the readout text on.

clear tcp.*

set tcp.size [330 118 330 36]

>>Find where the meter settings are:

set tcp.meter [1 3 20 112 0 0 0 .99999]

>>Here's what your looking for:
>> tcp.meter.readout.color - set it to [0] or [0 0 0 0]

set tcp.meter.readout.color [0 0 0 0]

>>The following will disable the entire dB scale and input source box (That shows up upon recording.):

set tcp.meter.scale.color.unlit.top [0 0 0 0]
set tcp.meter.scale.color.unlit.bottom [0 0 0 0]
set tcp.meter.scale.color.lit.top [0 0 0 0]
set tcp.meter.scale.color.lit.bottom [0 0 0 0]
set tcp.meter.inputlabel.color [0 0 0 0]
set tcp.meter.inputlabelbox.color [0 0 0 0]

>>This puts 6 Px in the center of the meter between the L & R levels:

set tcp.meter.vu.div [6]

>>Just a copied portion of RTCONFIG.txt from a theme with bare VU meters on the TCP layouts.

Hope it helps.
Never
Never is offline   Reply With Quote
Old 06-02-2019, 06:26 AM   #3
bamsehopp
Human being with feelings
 
Join Date: Sep 2018
Posts: 73
Default

Thanks that did the trick! One more thing, any idea why the tcp meters have grey area in the middle as opposed to the mcp one?
Attached Images
File Type: png Screen Shot 2019-06-02 at 15.20.37.png (6.0 KB, 301 views)
File Type: png Screen Shot 2019-06-02 at 15.20.13.png (4.1 KB, 210 views)
bamsehopp is offline   Reply With Quote
Old 06-02-2019, 03:16 PM   #4
Never
Human being with feelings
 
Never's Avatar
 
Join Date: Jul 2016
Location: Ohio, USA
Posts: 633
Default

Quote:
Originally Posted by bamsehopp View Post
Thanks that did the trick! One more thing, any idea why the tcp meters have grey area in the middle as opposed to the mcp one?
Because of this:
set tcp.meter.vu.div [6]

Set it to this:
set tcp.meter.vu.div [0]

I should not have included that bit of code in my post it had nothing
to do with the readout.
Never 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 12:19 PM.


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