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

Reply
 
Thread Tools Display Modes
Old 05-11-2016, 05:15 AM   #1
+NRG
Human being with feelings
 
+NRG's Avatar
 
Join Date: Aug 2014
Location: NY
Posts: 791
Default Help / Question - V5 Master Mixer - Sidebar Layout?

Hello!

I have 5 variations of the Default V5 (Default Nitpicky Edition) theme and I'm wondering if it's possible to make a Master Mixer - Sidebar layout that matches the Mixer Sidebar layout? Can anyone lend a hand? I tried to mess around with no luck. FYI: My themes only use the large layouts from V5... I'd like the Master Mixer to remain as is (dimensions) with the addition of the Sidebar that matches the Mixer Sidebar layout...

Theme info:

http://forum.cockos.com/showthread.php?t=173644









__________________
“Where words fail, music speaks”
+NRG is offline   Reply With Quote
Old 05-11-2016, 09:06 AM   #2
lucas_LCS
Human being with feelings
 
Join Date: Dec 2015
Posts: 2,100
Default

you might try copying that layout to the master layout section and add 'master.' (note the dot) in front of 'mcp' on all the 'set mcp' statements.
Example:
set mcp.mute
becomes:
set master.mute
etc.
it won't be perfect and you'll need to adjust it by removing and adding a few things as well as taking the meter settings from another Master layout,etc.
It should be a good starting point, though.

Last edited by lucas_LCS; 05-11-2016 at 09:20 AM.
lucas_LCS is offline   Reply With Quote
Old 05-11-2016, 09:09 AM   #3
+NRG
Human being with feelings
 
+NRG's Avatar
 
Join Date: Aug 2014
Location: NY
Posts: 791
Default

Thanks, I'll give that a try!
__________________
“Where words fail, music speaks”
+NRG is offline   Reply With Quote
Old 05-11-2016, 09:23 AM   #4
lucas_LCS
Human being with feelings
 
Join Date: Dec 2015
Posts: 2,100
Default

I think it's worth mentioning again that it won't be perfect and you'll need to adjust it by removing and adding a few things as well as taking the meter settings from another Master layout,etc.
It should be a good starting point, though
lucas_LCS is offline   Reply With Quote
Old 05-11-2016, 09:24 AM   #5
xpander
Human being with feelings
 
xpander's Avatar
 
Join Date: Jun 2007
Location: Terra incognita
Posts: 7,670
Default

I had something similar, rewriting the already existing master mixer layout like:

Code:
Layout "ba --- Sidebar"

set master.mcp.size      [254 390 0 273]
set master.mcp.fxbyp     [190 54 27 23]
set master.mcp.fx        [167 54 23 23]
set master.mcp.io        [140 54 23 23]
set master.mcp.mono      [222 315 23 23 0 1 0 1]
set master.mcp.menubutton               [222 342 23 23 0 1 0 1]
set master.mcp.label                            h<hide_input{x} [104 0 149 23] [104 0 149 23]
set master.mcp.label.font                       [8]
  set master.mcp.label.margin                   [4 0 4 1 0.5]
  set master.mcp.label.color                    [170 170 170]
set pan_sec                                     + + [0 master.mcp.io] [0 master.mcp.io{h} master.mcp.size{x}]] h<hide_pan_labels{x} [0 0 0 42] [0 0 0 55]  
set master.mcp.pan                              + [pan_sec pan_sec] trackpanmode>=4 trackpanmode==6 pan_sec{h}{x}<55 [111 10 133 9] [111 17 135 9] [139 9 23 23] [167 9 23 23]
  set master.mcp.pan.fadermode                  gl_fader_swap
  set master.mcp.pan.label                      pan_sec{h}{x}<55 [0] + [master.mcp.pan master.mcp.pan] trackpanmode==6 [154 -13 36 10] [98 28 35 10]
  set master.mcp.pan.label.margin               [0 0 0 0 0.5]
  set master.mcp.pan.color                      gl_pan_color
  set master.mcp.pan.label.color                trackpanmode<=5 [150 150 150] [150 150 150]
set master.mcp.width                            + [pan_sec pan_sec] trackpanmode>=4 trackpanmode==6 pan_sec{h}{x}<55 [111 23 133 9] [111 28 134 9] [195 9 23 23] [0]  
  set master.mcp.width.fadermode                gl_fader_swap
  set master.mcp.width.label                    pan_sec{h}{x}<55 [0] trackpanmode>=4 + [master.mcp.width master.mcp.width] trackpanmode==6 [154 11 36 10] [98 28 35 10] [0]
  set master.mcp.width.label.margin             [0 0 0 0 0.5]
  set master.mcp.width.color                    [255 255 255]
  set master.mcp.width.label.color              trackpanmode=5 [150 150 150] [150 150 150]
set l_sec                                       + [0 pan_sec 0 -27] - [0 pan_sec{h} 89 h] + [0 0 0 pan_sec{h}] [0 0 0 pan_sec{y}]  
set master.mcp.mute                             [222 l_sec 23 23 0 0 0 0]
set master.mcp.solo                             + [0 l_sec] [222 27 23 23 0 0 0 0]
set master.mcp.env                              l_sec{h}<129 [0] + [0 l_sec] [222 54 23 23 0 0 0 0]
set master.mcp.volume.label                      l_sec{h}<hide_volume_label{x} [110 l_sec 108 2 0 0 0 0] [110 l_sec 108 17 0 0 0 0]
  set master.mcp.volume                         + [0 master.mcp.volume.label{h}] +:-1:1 [0 0 0 master.mcp.volume.label{h}] [191 l_sec 21 l_sec 0 0 0 0]
  set master.mcp.volume.color                   [255 255 255]
  set master.mcp.volume.label.color             master.mcp.volume.label{h}>2 [100 100 100] [38 38 38]
  set master.mcp.volume.label.margin            [0 4 0 0 0.5]
set master.mcp.meter                            + [0 master.mcp.volume.label{h} 0 l_sec] +:-1:1 [0 0 0 master.mcp.volume.label{h}] [114 l_sec 73 -2 0 0 0 0]
  set master.mcp.meter.vu.div                   [2 1]
  set master.mcp.meter.readout.color            [100 100 100 255 255 183 171 255]
  set master.mcp.meter.scale.color.lit.bottom   [255 255 255 255 0 168 99 255]
  set master.mcp.meter.scale.color.lit.top      [255 255 255 255 0 168 99 255]
  set master.mcp.meter.scale.color.unlit.bottom [100 100 100 255 38 38 38 255]
  set master.mcp.meter.scale.color.unlit.top    [100 100 100 255 38 38 38 255]
set master.mcp.extmixer.mode                    [1]
set master.mcp.extmixer.position                [7 7 90 350 0 0 0 1]
    set master.mcp.fxlist.font                  [6 16]
    set master.mcp.fxlist.margin                [4 0 4 0 0.5]
    set master.mcp.sendlist.font                [6 16] 
    set master.mcp.sendlist.margin              [4 0 4 0 0]
    set master.mcp.fxparm.font                  [6 31]
    set master.mcp.fxparm.margin                [2 0 4 0 0]  
	
EndLayout

EndLayout
xpander is offline   Reply With Quote
Old 05-11-2016, 09:29 AM   #6
+NRG
Human being with feelings
 
+NRG's Avatar
 
Join Date: Aug 2014
Location: NY
Posts: 791
Default

Wow! Awesome! Thanks for sharing! I'll give that a shot. B)
__________________
“Where words fail, music speaks”
+NRG is offline   Reply With Quote
Old 05-11-2016, 11:54 AM   #7
+NRG
Human being with feelings
 
+NRG's Avatar
 
Join Date: Aug 2014
Location: NY
Posts: 791
Default

I think I've got it!

Your code got me most of the way there... Thanks again, xpander!

I had changed some values from the default and had to figure out what I changed (and remember what I had learned about WALTER but already forgot!)... More work to do to verify and update my other versions...

__________________
“Where words fail, music speaks”
+NRG is offline   Reply With Quote
Old 05-11-2016, 12:24 PM   #8
xpander
Human being with feelings
 
xpander's Avatar
 
Join Date: Jun 2007
Location: Terra incognita
Posts: 7,670
Default

Glad to hear you got it sorted. Ah, yeah...it was just a quick mod of existing values once I had estimated how much extra space you would need for the extmixer, so further refining was to be expected.

I did try to learn something new about the Master MCP extmixer behavior but failed with all the shorter tweaks so ended up with the long form.
xpander is offline   Reply With Quote
Old 05-11-2016, 02:36 PM   #9
+NRG
Human being with feelings
 
+NRG's Avatar
 
Join Date: Aug 2014
Location: NY
Posts: 791
Default

I foolishly thought it would be something easy and was trying 'the shorter tweaks' and nothing worked like I had expected... Thanks again!
__________________
“Where words fail, music speaks”
+NRG is offline   Reply With Quote
Old 05-11-2016, 05:20 PM   #10
+NRG
Human being with feelings
 
+NRG's Avatar
 
Join Date: Aug 2014
Location: NY
Posts: 791
Default

Mission accomplished (I hope)...

I added the Master Mixer Sidebar layouts to my themes (w/ black, silver & red faders). Will check tomorrow to make sure they look right and upload new versions...

Thanks for your help!

__________________
“Where words fail, music speaks”
+NRG 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:50 PM.


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