Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Pre-Release Discussion

Reply
 
Thread Tools Display Modes
Old 12-06-2019, 12:39 PM   #201
Janne83
Human being with feelings
 
Join Date: May 2010
Location: Earth
Posts: 1,883
Default

Hey WT

Just found a small anomaly- volume label (db) still gets cut off when lowering to a -xx.xx db amount. This is win 10 side. (from 6.0 to the latest dev1205 release)



Best regards
__________________
Win11, R 64bit
Janne83 is offline   Reply With Quote
Old 12-06-2019, 12:44 PM   #202
White Tie
Pixel Pusher
 
White Tie's Avatar
 
Join Date: Mar 2007
Location: Blighty
Posts: 4,950
Default

Thanks Janne83. I did fix this but it doesn't seem to have stuck; I'll do it again
__________________
The House of White Tie
White Tie is offline   Reply With Quote
Old 12-07-2019, 03:16 AM   #203
ivansc
Human being with feelings
 
Join Date: Aug 2007
Location: Near Cambridge UK and Near Questembert, France
Posts: 22,754
Default Version 6.1 TCP display error

I already posted this in bug reports & got little or no response, so let`s hope WT will take notice & see what is wrong.

If a value greater than -9 is entered in the tcp volume setting, the display goes from -9.0dB to -10.0dE, indicating that the right hand side of the dB part is getting truncated. Sort of like there is a window there & if too much text is entered, the right hand side is hidden.
This doesn't happen with positive values above 10.

Hopefully this can be fixed easily, as I am finding it irritating now I am aware of it.
__________________
Ici on parles Franglais
ivansc is offline   Reply With Quote
Old 12-07-2019, 04:12 AM   #204
White Tie
Pixel Pusher
 
White Tie's Avatar
 
Join Date: Mar 2007
Location: Blighty
Posts: 4,950
Default

This should be fixed in v6.01+dev1206, thanks!
__________________
The House of White Tie
White Tie is offline   Reply With Quote
Old 12-07-2019, 05:35 AM   #205
jnif
Human being with feelings
 
jnif's Avatar
 
Join Date: Dec 2008
Posts: 2,111
Default

After dimming track colors in Theme Adjuster, how can I get the track colors brighter again?
I can open the same project again without saving changes. But if I have done other edits that I have to save, then how to get the bright track colors back?

I think there should be track color brightness adjustment buttons (+ and -) in Theme Adjuster. Not just dimming.

jnif
jnif is offline   Reply With Quote
Old 12-07-2019, 05:53 AM   #206
White Tie
Pixel Pusher
 
White Tie's Avatar
 
Join Date: Mar 2007
Location: Blighty
Posts: 4,950
Default

That's not how it works, it would need a full track colour history to be kept, and that's already being done by the Reaper undo system.

Imagine your original colour was pure red : [255,0,0]. Then the dimmer subtracts 10 from each channel, your colour is now [245,0,0], a bit dimmer. If another button were to add 10 back on, you'd have [255,10,10] which is, obviously, not your original colour.
__________________
The House of White Tie
White Tie is offline   Reply With Quote
Old 12-07-2019, 06:28 AM   #207
arjunned
Human being with feelings
 
Join Date: Mar 2011
Posts: 22
Default "Dim custom colors on selected tracks" function...

Is the "Dim custom colors on selected tracks" function from the theme adjuster available as a separate script? Thanks!
arjunned is offline   Reply With Quote
Old 12-08-2019, 01:15 AM   #208
dangguidan
Human being with feelings
 
Join Date: Jan 2019
Location: China
Posts: 655
Default

In MIDI editor, if the note color is defined by track, the color and contrast of notes will be very dim, and the edge of notes will be very fuzzy. Has anyone else encountered this problem?
For me, the two most commonly used definitions are velocity and track. At present, everything else is very good.
dangguidan is offline   Reply With Quote
Old 12-08-2019, 03:02 AM   #209
Janne83
Human being with feelings
 
Join Date: May 2010
Location: Earth
Posts: 1,883
Default

Quote:
Originally Posted by Janne83 View Post
Hey WT

Just found a small anomaly- volume label (db) still gets cut off when lowering to a -xx.xx db amount. This is win 10 side. (from 6.0 to the latest dev1205 release)



Best regards
This one is fixed with dev1207.

Thanks
__________________
Win11, R 64bit
Janne83 is offline   Reply With Quote
Old 12-08-2019, 06:09 AM   #210
ivansc
Human being with feelings
 
Join Date: Aug 2007
Location: Near Cambridge UK and Near Questembert, France
Posts: 22,754
Default

Quote:
Originally Posted by White Tie View Post
This should be fixed in v6.01+dev1206, thanks!
Knew I shoulda asked you first! Thanks back to you!
__________________
Ici on parles Franglais
ivansc is offline   Reply With Quote
Old 12-08-2019, 07:37 AM   #211
Lannister
Human being with feelings
 
Lannister's Avatar
 
Join Date: Jan 2014
Location: Norway
Posts: 140
Default Instrument Tracks

Am I missing something or is it not possible to shrink the height of an instrument track unless it's in a folder (in which case it's easy to do)?
Lannister is offline   Reply With Quote
Old 12-08-2019, 08:44 AM   #212
jnif
Human being with feelings
 
jnif's Avatar
 
Join Date: Dec 2008
Posts: 2,111
Default

Stretch marker rate values are almost invisible in selected items.

Also the rate line between markers could be a bit more visible.
Tested in v6.01+dev1206.

Here is the same example using Default 5.0 theme for comparison.



jnif
jnif is offline   Reply With Quote
Old 12-08-2019, 11:30 AM   #213
blumpy
Human being with feelings
 
blumpy's Avatar
 
Join Date: Sep 2016
Posts: 507
Default TCP Mute/Solo left or right of meter

It would be really nice to be able to move the mute/solo buttons in TCP to the left or the right of the meters. I like have long meters but also want all the track controls together.
blumpy is offline   Reply With Quote
Old 12-08-2019, 11:46 AM   #214
Lokasenna
Human being with feelings
 
Lokasenna's Avatar
 
Join Date: Sep 2008
Location: Calgary, AB, Canada
Posts: 6,551
Default

- Theme adjuster needs fonts/sizes for Linux. Whatever it's ending up with now is too large in many places. https://imgur.com/pKpEvuO.png

- Being able to close the window with Escape is pretty nice...
Code:
  local char = gfx.getchar()
  if char >= 0 and char ~= 27 then
    reaper.runloop(runloop)
  end
__________________
I'm no longer using Reaper or working on scripts for it. Sorry. :(
Default 5.0 Nitpicky Edition / GUI library for Lua scripts / Theory Helper / Radial Menu / Donate
Lokasenna is offline   Reply With Quote
Old 12-08-2019, 01:47 PM   #215
rluka
Human being with feelings
 
rluka's Avatar
 
Join Date: Jul 2013
Location: Edmonton, Alberta, Canada
Posts: 258
Default

When an project is opened this is the what comes up everytime
this project is loaded
(see below)

https://drive.google.com/open?id=1pI...SORpwi_us3UN6b

This picture (below) shows what was changed but it wont save even when the project is re-saved...Always defaults to the first picture

https://drive.google.com/open?id=1Ml...hdNyq20swkGrg8

Is there something that I am missing?
Win 10/64bit

Thanks for the great theme!!!!!
Ron L
__________________
Ron L, i7 laptop x64, Win7pro/x64(dual boot), 7200rpm hd, 2 ext. hd, Scarlett 2i4, Event 20/20 audio monitors, 1 ext. video monitor, Novation Launch Control XL, REAPER x64, Sonar Platinum
rluka is offline   Reply With Quote
Old 12-08-2019, 02:18 PM   #216
White Tie
Pixel Pusher
 
White Tie's Avatar
 
Join Date: Mar 2007
Location: Blighty
Posts: 4,950
Default

Quote:
Originally Posted by Lannister View Post
Am I missing something or is it not possible to shrink the height of an instrument track unless it's in a folder (in which case it's easy to do)?
I'm not sure what you mean, but it might be this : please uncheck Options > Preferences > Audio > Recording > [ ] Always show full track control panel on armed tracks.

Is that it?

Quote:
Originally Posted by jnif View Post
Stretch marker rate values are almost invisible in selected items.
Nice catch, thank you. The selected state has been brightened since I last looked at that.

Quote:
Originally Posted by rluka View Post
When an project is opened this is the what comes up everytime
this project is loaded
Could you please check if you're having the problems discussed in this thread? If so, could you go through the steps described and report back there please?
__________________
The House of White Tie
White Tie is offline   Reply With Quote
Old 12-08-2019, 03:22 PM   #217
Lannister
Human being with feelings
 
Lannister's Avatar
 
Join Date: Jan 2014
Location: Norway
Posts: 140
Default

Quote:
Originally Posted by White Tie View Post
I'm not sure what you mean, but it might be this : please uncheck Options > Preferences > Audio > Recording > [ ] Always show full track control panel on armed tracks.

Is that it?
It was indeed, thanks!
Lannister is offline   Reply With Quote
Old 12-08-2019, 03:37 PM   #218
Stevie
Human being with feelings
 
Stevie's Avatar
 
Join Date: Feb 2015
Location: Ukraine, Russia
Posts: 255
Default

can i ask to dim a midi item color on highest velocity? super red color is toxic.
maybe there is a way to do it by myself?
Stevie is online now   Reply With Quote
Old 12-08-2019, 04:40 PM   #219
TobyAM
Human being with feelings
 
Join Date: Feb 2017
Location: Hollywood, CA
Posts: 125
Default

Quote:
Originally Posted by White Tie View Post
Hmm yes there is something screwey going on there, thanks. I'll look into it.
Seems fixed now!
TobyAM is offline   Reply With Quote
Old 12-08-2019, 09:59 PM   #220
rluka
Human being with feelings
 
rluka's Avatar
 
Join Date: Jul 2013
Location: Edmonton, Alberta, Canada
Posts: 258
Default

Quote:
Could you please check if you're having the problems discussed in this thread? If so, could you go through the steps described and report back there please?
....The problem was posted on the other thread
__________________
Ron L, i7 laptop x64, Win7pro/x64(dual boot), 7200rpm hd, 2 ext. hd, Scarlett 2i4, Event 20/20 audio monitors, 1 ext. video monitor, Novation Launch Control XL, REAPER x64, Sonar Platinum

Last edited by rluka; 12-13-2019 at 10:49 AM.
rluka is offline   Reply With Quote
Old 12-09-2019, 05:22 AM   #221
mccrabney
Human being with feelings
 
mccrabney's Avatar
 
Join Date: Aug 2015
Posts: 3,669
Default

Quote:
Originally Posted by dangguidan View Post
In MIDI editor, if the note color is defined by track, the color and contrast of notes will be very dim, and the edge of notes will be very fuzzy. Has anyone else encountered this problem?
if i understand correctly, color-by-track (and its selected color version) is not a theme-controllable parameter. if i'm wrong, can someone please indicate which part of colormap i can edit to control selected color-by-track midi data? both fill and outline?

edit - no need. i've confirmed that colormap has no effect on track-colored midi.
we need need need to be able to specify "selected" color.
i can't see what's selected at all in 6 - it was already hard to do in 5

look at this for 1 second and tell me what's selected
(or don't, because i don't remember and wouldn't be able to tell you the answer)
edit: it's the blue notes with the lighter outline.
ugh, just let me define that outline color myself

__________________
mccrabney scripts: MIDI edits from the Arrange screen ala jjos/MPC sequencer
|sis - - - anacru| isn't what we performed: pls no extra noteons in loop recording
| - - - - - anacru|sis <==this is what we actually performed.

Last edited by mccrabney; 12-09-2019 at 05:55 AM.
mccrabney is offline   Reply With Quote
Old 12-09-2019, 07:36 AM   #222
Stroudy
Human being with feelings
 
Stroudy's Avatar
 
Join Date: Jul 2014
Location: London
Posts: 733
Default

Hey WT, would you consider releasing your working files for the theme? Not sure what you use, but if you would consider releasing the Sketch or Photoshop or Illustrator or Affinity etc etc files?

I've asked before, but it may have been overlooked.

No worries otherwise

BTW, on the mac, I'm finding most of the text sizes way too small. Are there any in-depth explainers to change those? By trial and error, I've managed to change SOME of the walter fonts, but this has a knock-on effect with other areas and is not reflected in all TCPs and MCPs i.e. A,B & C with the various sizes?

cheers
Stroudy is offline   Reply With Quote
Old 12-09-2019, 09:06 PM   #223
dangguidan
Human being with feelings
 
Join Date: Jan 2019
Location: China
Posts: 655
Default

Quote:
Originally Posted by mccrabney View Post
if i understand correctly, color-by-track (and its selected color version) is not a theme-controllable parameter. if i'm wrong, can someone please indicate which part of colormap i can edit to control selected color-by-track midi data? both fill and outline?

edit - no need. i've confirmed that colormap has no effect on track-colored midi.
we need need need to be able to specify "selected" color.
i can't see what's selected at all in 6 - it was already hard to do in 5

look at this for 1 second and tell me what's selected
(or don't, because i don't remember and wouldn't be able to tell you the answer)
edit: it's the blue notes with the lighter outline.
ugh, just let me define that outline color myself

Yes, notes in the MIDI editor become blurred when the track has some color set.
If the track is the default color, the note in the MIDI editor is clear and distinguishable, but there is no way to know which track the current note belongs to through the color? This is very troublesome in the complex MIDI project.
dangguidan is offline   Reply With Quote
Old 12-10-2019, 03:45 AM   #224
dimitar
Human being with feelings
 
Join Date: May 2006
Posts: 709
Default

Hello guys, on old Reaper 4.99-5
I always used the Master docked on Right and Media Browser on the same place.
When switching between the two ,the the width always was stored and when switch back from wide Media browser to narrow Master Mixer, it was returning back to the previous width - state.
Now, it always stays on the media browser size.

Oh and Reaper 6 is awesome! Keep the great work and great new GUI - UI

Dimi
dimitar is offline   Reply With Quote
Old 12-13-2019, 04:25 AM   #225
mehmethan
Human being with feelings
 
mehmethan's Avatar
 
Join Date: Jun 2011
Posts: 603
Default

Solo defeat indicator looks weird here.

reaper 6.01 +dev1208 x64

Last edited by mehmethan; 08-13-2023 at 03:07 PM.
mehmethan is offline   Reply With Quote
Old 12-13-2019, 04:53 AM   #226
PhelixK
Human being with feelings
 
PhelixK's Avatar
 
Join Date: Mar 2019
Posts: 876
Default

This is probably already reported somewhere. Anyway;
In default 6, the VU meter Peak readout is cropped in mixer:



Reaper 6.01 portable, macOS10.14+15
PhelixK is offline   Reply With Quote
Old 12-18-2019, 07:06 AM   #227
Zeno
Human being with feelings
 
Zeno's Avatar
 
Join Date: Sep 2018
Location: HH
Posts: 916
Default

Hi WT,
I think this is actually more of a feature request than a report, but i wasn't sure where to put it.

Would it be possible to include the option in the Theme Adjuster to set the pan mode for layout A, B and C?
That would be absolutely awesome!

Example: if I use layout B for my folder tracks or aux tracks, then I actually want to have a dual-pan automatically.

greetings
zeno
Zeno is offline   Reply With Quote
Old 12-19-2019, 06:26 PM   #228
MusoBob
Human being with feelings
 
MusoBob's Avatar
 
Join Date: Sep 2014
Posts: 2,643
Default

The new theme is darker but if I have Dark Mode for apps set in Win 10 shouldn't I be getting dark menus and dialogs rather than bight white ? Haven't tried it with Mojave Dark Mode yet.
__________________
ReaTrakStudio Chord Track for Reaper forum
www.reatrak.com
STASH Downloads https://stash.reaper.fm/u/ReaTrak
MusoBob is offline   Reply With Quote
Old 12-21-2019, 06:19 AM   #229
todd_r
Human being with feelings
 
todd_r's Avatar
 
Join Date: Nov 2006
Posts: 855
Default

Is there a way to use one of the new colour palletes outside of the Theme Adjuster? ie load it into the SWS custom colours, or have the recolor project using this palette as an action?
todd_r is offline   Reply With Quote
Old 12-21-2019, 07:32 AM   #230
xpander
Human being with feelings
 
xpander's Avatar
 
Join Date: Jun 2007
Location: Terra incognita
Posts: 7,670
Default

Here are the original theme adjuster colors as SWS color sets.
https://forum.cockos.com/showthread.php?t=228377
xpander is offline   Reply With Quote
Old 12-21-2019, 10:58 AM   #231
todd_r
Human being with feelings
 
todd_r's Avatar
 
Join Date: Nov 2006
Posts: 855
Default

Amazing, thanks xpander
todd_r is offline   Reply With Quote
Old 12-25-2019, 07:20 AM   #232
Breeder
Human being with feelings
 
Breeder's Avatar
 
Join Date: Nov 2010
Posts: 2,436
Default

I'm trying to understand DPI translation. I've created 150/200 versions of MCP layouts I use in REAPER ReWorked, but they don't seem to be used automatically. TCP side I didn't touch and it does seem to work so I bet I'm missing something

White Tie, is there any chance you could give us a hint or two on how to accomplish this?

https://stash.reaper.fm/37936/REAPER...ReaperThemeZip
I just added additional MCP mixer/master layouts and changed sidebar width and supercollapsed height and that's about it.
Breeder is offline   Reply With Quote
Old 12-25-2019, 09:18 AM   #233
Meo-Ada Mespotine
Human being with feelings
 
Meo-Ada Mespotine's Avatar
 
Join Date: May 2017
Location: Leipzig
Posts: 6,621
Default

@Breeder

Have you seen his post about that?

https://forum.cockos.com/showpost.ph...08&postcount=7
__________________
Use you/she/her.Ultraschall-Api Lua Api4Reaper - Donate, if you wish

On vacation for the time being...
Meo-Ada Mespotine is offline   Reply With Quote
Old 12-25-2019, 10:12 AM   #234
Breeder
Human being with feelings
 
Breeder's Avatar
 
Join Date: Nov 2010
Posts: 2,436
Default

Quote:
Originally Posted by mespotine View Post
@Breeder

Have you seen his post about that?

https://forum.cockos.com/showpost.ph...08&postcount=7
I haven't until now, thank you very much!
Breeder is offline   Reply With Quote
Old 12-25-2019, 10:58 AM   #235
Breeder
Human being with feelings
 
Breeder's Avatar
 
Join Date: Nov 2010
Posts: 2,436
Default

Ok, so I added this piece of code to my WALTER and it still doesn't seem to work

Code:
layout_dpi_translate 	'50%_dc --- Session Mixer Red Fader' 	1.0 	'dc --- Session Mixer Red Fader'
layout_dpi_translate 	'75%_dc --- Session Mixer Red Fader' 	1.0 	'dc --- Session Mixer Red Fader'

layout_dpi_translate 	'50%_dc --- Session Mixer Red Fader' 	1.34 	'dc --- Session Mixer Red Fader'
layout_dpi_translate 	'75%_dc --- Session Mixer Red Fader' 	1.34 	'dc --- Session Mixer Red Fader'
layout_dpi_translate 	'dc --- Session Mixer Red Fader' 		1.34 	'150%_dc --- Session Mixer Red Fader'
layout_dpi_translate 	'150%_dc --- Session Mixer Red Fader' 	1.34 	'200%_dc --- Session Mixer Red Fader'

layout_dpi_translate 	'50%_dc --- Session Mixer Red Fader' 	1.74 	'dc --- Session Mixer Red Fader'
layout_dpi_translate 	'75%_dc --- Session Mixer Red Fader' 	1.74 	'150%_dc --- Session Mixer Red Fader'
layout_dpi_translate 	'dc --- Session Mixer Red Fader' 		1.74 	'200%_dc --- Session Mixer Red Fader'
layout_dpi_translate 	'150%_dc --- Session Mixer Red Fader' 	1.74 	'200%_dc --- Session Mixer Red Fader'



layout_dpi_translate 	'50%_da - Session Mixer' 	1.0 	'da - Session Mixer'
layout_dpi_translate 	'75%_da - Session Mixer' 	1.0 	'da - Session Mixer'

layout_dpi_translate 	'50%_da - Session Mixer' 	1.34 	'da - Session Mixer'
layout_dpi_translate 	'75%_da - Session Mixer' 	1.34 	'da - Session Mixer'
layout_dpi_translate 	'da - Session Mixer' 		1.34 	'150%_da - Session Mixer'
layout_dpi_translate 	'150%_da - Session Mixer' 	1.34 	'200%_da - Session Mixer'

layout_dpi_translate 	'50%_da - Session Mixer' 	1.74 	'da - Session Mixer'
layout_dpi_translate 	'75%_da - Session Mixer' 	1.74 	'150%_da - Session Mixer'
layout_dpi_translate 	'da - Session Mixer' 		1.74 	'200%_da - Session Mixer'
layout_dpi_translate 	'150%_da - Session Mixer' 	1.74 	'200%_da - Session Mixer'



layout_dpi_translate 	'50%_ab --- Standard Sidebar' 	1.0 	'ab --- Standard Sidebar'
layout_dpi_translate 	'75%_ab --- Standard Sidebar' 	1.0 	'ab --- Standard Sidebar'

layout_dpi_translate 	'50%_ab --- Standard Sidebar' 	1.34 	'ab --- Standard Sidebar'
layout_dpi_translate 	'75%_ab --- Standard Sidebar' 	1.34 	'ab --- Standard Sidebar'
layout_dpi_translate 	'ab --- Standard Sidebar' 		1.34 	'150%_ab --- Standard Sidebar'
layout_dpi_translate 	'150%_ab --- Standard Sidebar' 	1.34 	'200%_ab --- Standard Sidebar'

layout_dpi_translate 	'50%_ab --- Standard Sidebar' 	1.74 	'ab --- Standard Sidebar'
layout_dpi_translate 	'75%_ab --- Standard Sidebar' 	1.74 	'150%_ab --- Standard Sidebar'
layout_dpi_translate 	'ab --- Standard Sidebar' 		1.74 	'200%_ab --- Standard Sidebar'
layout_dpi_translate 	'150%_ab --- Standard Sidebar' 	1.74 	'200%_ab --- Standard Sidebar'



layout_dpi_translate 	'50%_ab --- Standard Sidebar Red Fader' 	1.0 	'ab --- Standard Sidebar Red Fader'
layout_dpi_translate 	'75%_ab --- Standard Sidebar Red Fader' 	1.0 	'ab --- Standard Sidebar Red Fader'

layout_dpi_translate 	'50%_ab --- Standard Sidebar Red Fader' 	1.34 	'ab --- Standard Sidebar Red Fader'
layout_dpi_translate 	'75%_ab --- Standard Sidebar Red Fader' 	1.34 	'ab --- Standard Sidebar Red Fader'
layout_dpi_translate 	'ab --- Standard Sidebar Red Fader' 		1.34 	'150%_ab --- Standard Sidebar Red Fader'
layout_dpi_translate 	'150%_ab --- Standard Sidebar Red Fader' 	1.34 	'200%_ab --- Standard Sidebar Red Fader'

layout_dpi_translate 	'50%_ab --- Standard Sidebar Red Fader' 	1.74 	'ab --- Standard Sidebar Red Fader'
layout_dpi_translate 	'75%_ab --- Standard Sidebar Red Fader' 	1.74 	'150%_ab --- Standard Sidebar Red Fader'
layout_dpi_translate 	'ab --- Standard Sidebar Red Fader' 		1.74 	'200%_ab --- Standard Sidebar Red Fader'
layout_dpi_translate 	'150%_ab --- Standard Sidebar Red Fader' 	1.74 	'200%_ab --- Standard Sidebar Red Fader'



layout_dpi_translate 	'50%_ba - Small' 	1.0 	'ba - Small'
layout_dpi_translate 	'75%_ba - Small' 	1.0 	'ba - Small'

layout_dpi_translate 	'50%_ba - Small' 	1.34 	'ba - Small'
layout_dpi_translate 	'75%_ba - Small' 	1.34 	'ba - Small'
layout_dpi_translate 	'ba - Small' 		1.34 	'150%_ba - Small'
layout_dpi_translate 	'150%_ba - Small' 	1.34 	'200%_ba - Small'

layout_dpi_translate 	'50%_ba - Small' 	1.74 	'ba - Small'
layout_dpi_translate 	'75%_ba - Small' 	1.74 	'150%_ba - Small'
layout_dpi_translate 	'ba - Small' 		1.74 	'200%_ba - Small'
layout_dpi_translate 	'150%_ba - Small' 	1.74 	'200%_ba - Small'



layout_dpi_translate 	'50%_dc --- Session Mixer Small Red Fader' 	1.0 	'dc --- Session Mixer Small Red Fader'
layout_dpi_translate 	'75%_dc --- Session Mixer Small Red Fader' 	1.0 	'dc --- Session Mixer Small Red Fader'

layout_dpi_translate 	'50%_dc --- Session Mixer Small Red Fader' 	1.34 	'dc --- Session Mixer Small Red Fader'
layout_dpi_translate 	'75%_dc --- Session Mixer Small Red Fader' 	1.34 	'dc --- Session Mixer Small Red Fader'
layout_dpi_translate 	'dc --- Session Mixer Small Red Fader' 		1.34 	'150%_dc --- Session Mixer Small Red Fader'
layout_dpi_translate 	'150%_dc --- Session Mixer Small Red Fader' 	1.34 	'200%_dc --- Session Mixer Small Red Fader'

layout_dpi_translate 	'50%_dc --- Session Mixer Small Red Fader' 	1.74 	'dc --- Session Mixer Small Red Fader'
layout_dpi_translate 	'75%_dc --- Session Mixer Small Red Fader' 	1.74 	'150%_dc --- Session Mixer Small Red Fader'
layout_dpi_translate 	'dc --- Session Mixer Small Red Fader' 		1.74 	'200%_dc --- Session Mixer Small Red Fader'
layout_dpi_translate 	'150%_dc --- Session Mixer Small Red Fader' 	1.74 	'200%_dc --- Session Mixer Small Red Fader'
Here's the current theme:
https://stash.reaper.fm/37937/REAPER...ReaperThemeZip
Breeder is offline   Reply With Quote
Old 12-27-2019, 11:50 PM   #236
YuriOl
Human being with feelings
 
Join Date: Sep 2018
Location: lugansk
Posts: 153
Default

Quote:
Originally Posted by PhelixK View Post
This is probably already reported somewhere. Anyway;
In default 6, the VU meter Peak readout is cropped in mixer:



Reaper 6.01 portable, macOS10.14+15
Change this value
Attached Images
File Type: png Screenshot_1.png (52.5 KB, 245 views)
YuriOl is offline   Reply With Quote
Old 12-28-2019, 01:46 PM   #237
PhelixK
Human being with feelings
 
PhelixK's Avatar
 
Join Date: Mar 2019
Posts: 876
Default

Quote:
Originally Posted by YuriOl View Post
Change this value
Yes thanks, recently I’ve been using this tweak, only set at ’23’ instead of the default ’20’, and it works fine for v6 MCP @100%.

Unfortunately the meter labels and readout doesn’t resize like other elements, nor for the v6 ‘narrow form’, where also the peak value really should round to nearest integer.
PhelixK is offline   Reply With Quote
Old 12-30-2019, 02:37 PM   #238
lucas_LCS
Human being with feelings
 
Join Date: Dec 2015
Posts: 2,100
Default

Hi WT,

is the phase button supposed to do this?

Attached Images
File Type: png phase_issue.png (1.8 KB, 1070 views)
__________________
LCS Themes
lucas_LCS is offline   Reply With Quote
Old 12-30-2019, 05:10 PM   #239
SubbaseDnB
Human being with feelings
 
Join Date: May 2017
Posts: 454
Default

Would love to see a Master mixer layout with a Big Wide Meter,like in some of Lucas_Lcs themes
SubbaseDnB is offline   Reply With Quote
Old 01-01-2020, 05:04 AM   #240
SubbaseDnB
Human being with feelings
 
Join Date: May 2017
Posts: 454
Default

one thing,we have the possibility to dim the colours,could there be added a way to brighten them to?

the above might already have been answered somewhere
SubbaseDnB 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 01:57 AM.


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