feature request hide parameter value
-
AstralExistence AstralExistence https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=265049
- KVRAF
- 2276 posts since 19 Sep, 2011
hi urs. is it possible that this could be done in zebra, i suffer from ocd. so even numbers are important. currently i just don't move my eyes to the bottom of the screen but it would be so much easier if there was a way to hide the values. besides having ocd, a lot of people prefer to work my ear instead of focusing on values.
now, normally i would never ask for such a feature request (steinberg products always offer a way to hide values) but i know your no ordinary run of the mill developer. in fact it wouldn't even surprise me if you could create a fix like this in only a few hours. but i just thought id ask.
now, normally i would never ask for such a feature request (steinberg products always offer a way to hide values) but i know your no ordinary run of the mill developer. in fact it wouldn't even surprise me if you could create a fix like this in only a few hours. but i just thought id ask.
- u-he
- 30248 posts since 8 Aug, 2002 from Berlin
Hah, that's quite an unusual request.
Do I understand this right - you would like the edit display on the top to not show any values while you're tweaking a knob?
Cheers,
- Urs
Do I understand this right - you would like the edit display on the top to not show any values while you're tweaking a knob?
Cheers,
- Urs
-
AstralExistence AstralExistence https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=265049
- KVRAF
- Topic Starter
- 2276 posts since 19 Sep, 2011
yep. that is correct. in propellerhead reason you can 'turn off' show parameters, in steinberg products, you can 'hide' them.Urs wrote:Hah, that's quite an unusual request.
Do I understand this right - you would like the edit display on the top to not show any values while you're tweaking a knob?
Cheers,
- Urs
-
AstralExistence AstralExistence https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=265049
- KVRAF
- Topic Starter
- 2276 posts since 19 Sep, 2011
i cant even tell you how much i would appreciate that.
- u-he
- 30248 posts since 8 Aug, 2002 from Berlin
I'll try to think of something. But unfortunately have to leave you in a state of uncertainty for a while. Leaving for a trade show tomorrow, I can't get onto it straight away.
-
AstralExistence AstralExistence https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=265049
- KVRAF
- Topic Starter
- 2276 posts since 19 Sep, 2011
cheers urs!
-
- KVRist
- 229 posts since 1 Feb, 2013 from United States
How about an option to change the color of the text in the box? Then you could just make it black to hide it. 
-
aaron aardvark aaron aardvark https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=248508
- KVRAF
- 3082 posts since 22 Jan, 2011 from near Los Angeles
Sometimes visual things can trick my brain. There are times I was adjusting the volume slightly on the wrong track and thinking it was adjusting the volume, but it really wasn't. Sometimes I close my eyes and trust my ears, and not my eyes. Try closing your eyes (I'm not joking). Maybe a Post-It-Note on your computer screen? Not sure if that would put sticky stuff on your monitor.
You can hear my original music at this link: https://www.soundclick.com/artist/defau ... dID=224436
-
AstralExistence AstralExistence https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=265049
- KVRAF
- Topic Starter
- 2276 posts since 19 Sep, 2011
Erkenfresh wrote:How about an option to change the color of the text in the box? Then you could just make it black to hide it.
this would be perfect. i wonder if there's a way to do this now?
- KVRAF
- 24455 posts since 7 Jan, 2009 from Croatia
It's possible to completely make that text transparent. Open the Zebra2.txt file of the skin you're currently using, and among the first 100 lines you will find something like this:AstralExistence wrote:this would be perfect. i wonder if there's a way to do this now?Erkenfresh wrote:How about an option to change the color of the text in the box? Then you could just make it black to hide it.
Code: Select all
COLOUR name='Text InfoDisplay' rgba='ffffffc9'Code: Select all
COLOUR name='Text InfoDisplay' rgba='ffffff00'- KVRian
- 921 posts since 14 Oct, 2002 from Sweden
- KVRAF
- 24455 posts since 7 Jan, 2009 from Croatia
OP has OCD, perhaps even that bothers him 
One can always go to the patch browser to see the currently loaded preset.
One can always go to the patch browser to see the currently loaded preset.
- KVRian
- 921 posts since 14 Oct, 2002 from Sweden
-
AstralExistence AstralExistence https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=265049
- KVRAF
- Topic Starter
- 2276 posts since 19 Sep, 2011
nbeat can you make a skin for zebranBeat wrote:I guess so. Just thought I'd mention it.
-
AstralExistence AstralExistence https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=265049
- KVRAF
- Topic Starter
- 2276 posts since 19 Sep, 2011
been searching for 15 minutes. can not find this. using the the zebra 2 default skin.EvilDragon wrote:It's possible to completely make that text transparent. Open the Zebra2.txt file of the skin you're currently using, and among the first 100 lines you will find something like this:AstralExistence wrote:this would be perfect. i wonder if there's a way to do this now?Erkenfresh wrote:How about an option to change the color of the text in the box? Then you could just make it black to hide it.
Change it to:Code: Select all
COLOUR name='Text InfoDisplay' rgba='ffffffc9'
That will make it 100% transparent.Code: Select all
COLOUR name='Text InfoDisplay' rgba='ffffff00'

