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

Reply
 
Thread Tools Display Modes
Old 12-09-2017, 06:53 PM   #1
sickamorz
Banned
 
Join Date: Feb 2015
Location: Philippines
Posts: 741
Default Solved - Theme question regarding pan control

When I right click the pan control and select dual controls it moves to the same space as the volume control by moving to the left. If it moved to the right as it does in all the other track's.
Is there a way to control this behavior.

Last edited by sickamorz; 12-12-2017 at 01:57 PM.
sickamorz is offline   Reply With Quote
Old 12-10-2017, 12:03 AM   #2
cubic13
Human being with feelings
 
cubic13's Avatar
 
Join Date: Dec 2013
Location: Near Serre-Ponçon lake, french Alps
Posts: 855
Default

Could you be more precise ? Think that a little screenshot would be welcomed, here...

If it is about the move of the controls when choosing either Stereo balance or Stereo pan/dual pan, this is directly controlled via Walter instructions such as these, for a mixer set with fixed vertical panels size (set mcp.extmixer.mode [1]) :

set mcp.pan trackpanmode<4 [44 239 47 47 0 1 0 1] [14 239 47 47 0 1 0 1]
set mcp.width trackpanmode<4 [0] [74 239 47 47 0 1 0 1]


trackpanmode being a predefined scalar value that reflects the pan mode of the concerned track : under a value of 4 it involves only one knob, over it, there is an additional one that intervenes, the width control.
__________________
DAW: Ryzen 3700X|Asus X-470Pro|32Gb|2 SSD512(M2)+1024|W10Pro(64)|RME Fireface UCX+ADA8200
Soft: Reaper|Cubase 10|Emulator X3 & several other VSTis (2 bridged)...
Gear: VMK-188+|MPD32|ME30P|Korg 05R/W|Roland D110|Yamaha TX802|Pre-MIDI stuff...
cubic13 is offline   Reply With Quote
Old 12-10-2017, 01:15 AM   #3
sickamorz
Banned
 
Join Date: Feb 2015
Location: Philippines
Posts: 741
Default

Quote:
Originally Posted by cubic13 View Post
Could you be more precise ? Think that a little screenshot would be welcomed, here...

If it is about the move of the controls when choosing either Stereo balance or Stereo pan/dual pan, this is directly controlled via Walter instructions such as these, for a mixer set with fixed vertical panels size (set mcp.extmixer.mode [1]) :

set mcp.pan trackpanmode<4 [44 239 47 47 0 1 0 1] [14 239 47 47 0 1 0 1]
set mcp.width trackpanmode<4 [0] [74 239 47 47 0 1 0 1]


trackpanmode being a predefined scalar value that reflects the pan mode of the concerned track : under a value of 4 it involves only one knob, over it, there is an additional one that intervenes, the width control.
I have placed screen shot in stash.

sickamorz is offline   Reply With Quote
Old 12-10-2017, 03:35 AM   #4
cubic13
Human being with feelings
 
cubic13's Avatar
 
Join Date: Dec 2013
Location: Near Serre-Ponçon lake, french Alps
Posts: 855
Default

Now, it's more clear...

So, there are two layouts with different panel widths, and obviously, something is wrong with the larger one, concerning both the volume fader and the pan/width controls. From which...

1) Check again the mcp.volume coordinates. Something is obviously wrong, here, including the way the volume fader is anchored in the panel... If needed, copy the ones used is the narrow layout to the larger one, as a first debugging stage.

2) It seems also that both the pan/width controls are placed something like 25 pixels too much on the left when trackpanmode>4 for the large layout. So, try to increase the first value of the coordinates of both controls with this amount in this case.

Hope this will help a little...
__________________
DAW: Ryzen 3700X|Asus X-470Pro|32Gb|2 SSD512(M2)+1024|W10Pro(64)|RME Fireface UCX+ADA8200
Soft: Reaper|Cubase 10|Emulator X3 & several other VSTis (2 bridged)...
Gear: VMK-188+|MPD32|ME30P|Korg 05R/W|Roland D110|Yamaha TX802|Pre-MIDI stuff...

Last edited by cubic13; 12-10-2017 at 04:02 AM.
cubic13 is offline   Reply With Quote
Old 12-10-2017, 01:38 PM   #5
lucas_LCS
Human being with feelings
 
Join Date: Dec 2015
Posts: 2,100
Default

as cubic13 mentioned, you will need to adjust the horizontal coordinate of the non-'trackpanmode<=4' coordinate on the following items:
mcp.pan
mcp.width
mcp.width.label
the width label has the dark, right and left vertical lines the define the pan area, as well as the underscore for the width readout.

it looks like the width label is sitting at zero.
change that number to whatever pixel width the fader area is and then fine tune it.

.
lucas_LCS is offline   Reply With Quote
Old 12-10-2017, 05:37 PM   #6
sickamorz
Banned
 
Join Date: Feb 2015
Location: Philippines
Posts: 741
Default

Quote:
Originally Posted by lucas_LCS View Post
as cubic13 mentioned, you will need to adjust the horizontal coordinate of the non-'trackpanmode<=4' coordinate on the following items:
mcp.pan
mcp.width
mcp.width.label
the width label has the dark, right and left vertical lines the define the pan area, as well as the underscore for the width readout.

it looks like the width label is sitting at zero.
change that number to whatever pixel width the fader area is and then fine tune it.

.
I looked at the track settings it does not match what you wrote in your post. I don't see any vertical lines or underscore lines.

Last edited by sickamorz; 12-10-2017 at 06:22 PM.
sickamorz is offline   Reply With Quote
Old 12-11-2017, 03:19 AM   #7
Pet
Human being with feelings
 
Pet's Avatar
 
Join Date: Nov 2015
Location: Germany
Posts: 1,015
Default

Hi sickamorz,
you have set the width of the mcp.volume to 34px. Add that value to the x-position of mcp.pan, mcp.width and mcp.width.label. (I made it with 35px, cause it's easier to calculate in the head ...the width knob is not perfect as you see, but you understand what I mean.)
Code:
set mcp.volume 	[-1 250 34 680 0 1 0 1]

Line 558:
change:	set mcp.pan	h<=478 [0] trackpanmode<=4 [64 527 34 34 0 1 0 1] [8 527 34 34 0 1 0 1]
to:	set mcp.pan	h<=478 [0] trackpanmode<=4 [64 527 34 34 0 1 0 1] [43 527 34 34 0 1 0 1]

Line 567:
change:	set mcp.width	h>509 trackpanmode<=4 [0] [55 518 26 26 0 1 0 1]
to:	set mcp.width 	h>509 trackpanmode<=4 [0] [95 518 26 26 0 1 0 1]

Line 567:
change:	set mcp.width.label 	h>=482 trackpanmode<=4 [-150 514 89 59 0 1 0 1] [0 514 89 59 0 1 0 1]
to:	set mcp.width.label 	h>=482 trackpanmode<=4 [-150 514 89 59 0 1 0 1] [35 514 89 59 0 1 0 1]
Result:


HTH

PS: you have many identical images doubled (e.g. mcp_mute_on.png). You don't need them all, if it's not in the folder, the theme falls back to/uses the pngs in the default folder. Different topic, but that could shrink your theme size under 2MB for the stash and for quicker loading.
__________________
If the v5 Default Theme is too bright for you take a gander at my mod of it: Default v5 Dark Theme
Pet is offline   Reply With Quote
Old 12-11-2017, 03:41 PM   #8
sickamorz
Banned
 
Join Date: Feb 2015
Location: Philippines
Posts: 741
Default

Quote:
Originally Posted by Pet View Post
Hi sickamorz,
you have set the width of the mcp.volume to 34px. Add that value to the x-position of mcp.pan, mcp.width and mcp.width.label. (I made it with 35px, cause it's easier to calculate in the head ...the width knob is not perfect as you see, but you understand what I mean.)
Code:
set mcp.volume 	[-1 250 34 680 0 1 0 1]

Line 558:
change:	set mcp.pan	h<=478 [0] trackpanmode<=4 [64 527 34 34 0 1 0 1] [8 527 34 34 0 1 0 1]
to:	set mcp.pan	h<=478 [0] trackpanmode<=4 [64 527 34 34 0 1 0 1] [43 527 34 34 0 1 0 1]

Line 567:
change:	set mcp.width	h>509 trackpanmode<=4 [0] [55 518 26 26 0 1 0 1]
to:	set mcp.width 	h>509 trackpanmode<=4 [0] [95 518 26 26 0 1 0 1]

Line 567:
change:	set mcp.width.label 	h>=482 trackpanmode<=4 [-150 514 89 59 0 1 0 1] [0 514 89 59 0 1 0 1]
to:	set mcp.width.label 	h>=482 trackpanmode<=4 [-150 514 89 59 0 1 0 1] [35 514 89 59 0 1 0 1]
Result:


HTH

PS: you have many identical images doubled (e.g. mcp_mute_on.png). You don't need them all, if it's not in the folder, the theme falls back to/uses the pngs in the default folder. Different topic, but that could shrink your theme size under 2MB for the stash and for quicker loading.
Is there an utility that can identify duplicates in a theme without removing ones that are unique to a particular track?


Thanks Pet for your assistance.
sickamorz is offline   Reply With Quote
Old 12-11-2017, 04:03 PM   #9
Pet
Human being with feelings
 
Pet's Avatar
 
Join Date: Nov 2015
Location: Germany
Posts: 1,015
Default

You're welcome, I hope it helps!
For finding duplicated files in different folders, I recommend TotalCommander. It's fully functional shareware.
Cockos has a tool called PathSync, but I have not much exprience with it. I'm sure it's good, it's Cockos... and it's free.
[EDIT] There's another one that works better with images (you can preview and therefore compare them): AntiTwin (german freeware, but lots of translations)

Peter

PS: for finding out which png falls back to whatever png already available you can look at the image list: https://www.reaper.fm/sdk/walter/images.php#images
__________________
If the v5 Default Theme is too bright for you take a gander at my mod of it: Default v5 Dark Theme

Last edited by Pet; 12-13-2017 at 03:22 AM.
Pet 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 07:16 PM.


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