Old 05-01-2014, 01:41 PM   #1
albertxxxx
Human being with feelings
 
albertxxxx's Avatar
 
Join Date: Aug 2010
Location: Canary Islands (Tenerife)
Posts: 1,616
Default Dual pan/stereo pan with 2 x_knob_stack

I wish I had these 2 designs in one layout, when therefore selected from the options (PAN) dual, stereo ..... I will change to that design ....
with the width I did it, since I have one design for this, but for the (PAN) is more complicated because it would have to use 2 mcp_pan_knob_stack .... and no way ...
for (PAN AND WIDTH) I have 2. png (mcp_wid_knob_stack and mcp_pan_knob_stack)
how I can have 2 mcp_pan_knob_stack to do this?

sorry for my english


I want that when SELECTIONS dual / pan stereo display me so.........



....and not...



__________________
THANKS FOR DONATIONS :) ...I do not care if it's a small amount, it's the thought that counts..
(Paypal --- albert290276@gmail.com)

Last edited by albertxxxx; 05-01-2014 at 01:49 PM.
albertxxxx is offline   Reply With Quote
Old 05-01-2014, 03:05 PM   #2
albertxxxx
Human being with feelings
 
albertxxxx's Avatar
 
Join Date: Aug 2010
Location: Canary Islands (Tenerife)
Posts: 1,616
Default

Well, after a break I did it .... I created two knobs and have called (mcp_pan_knob_stack_1 and mcp_pan_knob_stack_).
The first for the round knob .......


In walter


set mcp.pan trackpanmode>=4 [9 451 61 21 0 1 0 1] [20 456 38 38 0 1 0 1]



If I want to vary the height of these where I have to put h <X?


for example

set mcp.pan trackpanmode>=4 [9 451 61 21 0 1 0 1] [20 456 38 38 0 1 0 1]
set mcp.pan trackpanmode>=4 h<600 [9 491 61 21 0 1 0 1] [20 496 38 38 0 1 0 1]


So malfunctioning me .... anyone know the proper way?
__________________
THANKS FOR DONATIONS :) ...I do not care if it's a small amount, it's the thought that counts..
(Paypal --- albert290276@gmail.com)
albertxxxx is offline   Reply With Quote
Old 05-01-2014, 04:57 PM   #3
XITE-1/4LIVE
Human being with feelings
 
XITE-1/4LIVE's Avatar
 
Join Date: Nov 2008
Location: Somewhere Between 120 and 150 BPM
Posts: 7,968
Default

Great way to avoid using a Mid/side EQ on every channel for depth.
Would love to see this done on a theme that I can download and try.
The Dual Pan when mixed with Reverb splashes are great for drums.
__________________
.
XITE-1/4LIVE is offline   Reply With Quote
Old 05-01-2014, 05:37 PM   #4
hwhalen
Human being with feelings
 
hwhalen's Avatar
 
Join Date: Jan 2010
Location: Canada
Posts: 1,034
Default

Quote:
Originally Posted by albertxxxx View Post
Well, after a break I did it .... I created two knobs and have called (mcp_pan_knob_stack_1 and mcp_pan_knob_stack_).
The first for the round knob .......


In walter


set mcp.pan trackpanmode>=4 [9 451 61 21 0 1 0 1] [20 456 38 38 0 1 0 1]



If I want to vary the height of these where I have to put h <X?


for example

set mcp.pan trackpanmode>=4 [9 451 61 21 0 1 0 1] [20 456 38 38 0 1 0 1]
set mcp.pan trackpanmode>=4 h<600 [9 491 61 21 0 1 0 1] [20 496 38 38 0 1 0 1]


So malfunctioning me .... anyone know the proper way?
I don't know if there is a right way, but what I think I did is create a pan knob stack at a size (40x40) and then create the width knob stack at (39x39).
You can check my BigIcons theme in my sig.
A little busy now, I'll dig out the code later.
__________________
My Music
Noise From My Head
On The Links
hwhalen is offline   Reply With Quote
Old 05-01-2014, 05:54 PM   #5
albertxxxx
Human being with feelings
 
albertxxxx's Avatar
 
Join Date: Aug 2010
Location: Canary Islands (Tenerife)
Posts: 1,616
Default

I must be doing something wrong .... interestingly if I write w> ... I achieve the (dual pan) vary the height, but the default knob (round) does not move ....



__________________
THANKS FOR DONATIONS :) ...I do not care if it's a small amount, it's the thought that counts..
(Paypal --- albert290276@gmail.com)
albertxxxx is offline   Reply With Quote
Old 05-01-2014, 07:09 PM   #6
albertxxxx
Human being with feelings
 
albertxxxx's Avatar
 
Join Date: Aug 2010
Location: Canary Islands (Tenerife)
Posts: 1,616
Default

SOLVED

height has to go well ... located before (trackpanmode> 3)


set mcp.pan h<616 trackpanmode>3 [9 501 61 21 0 1 0 1] [20 506 38 38 0 1 0 1]


......................I GO TO SLEEP, DREAM GAVE ME THIS ........... XDD
__________________
THANKS FOR DONATIONS :) ...I do not care if it's a small amount, it's the thought that counts..
(Paypal --- albert290276@gmail.com)
albertxxxx is offline   Reply With Quote
Old 05-01-2014, 09:39 PM   #7
Jeffsounds
Human being with feelings
 
Jeffsounds's Avatar
 
Join Date: Feb 2013
Location: Northeast Michigan
Posts: 3,460
Default

You ROCK, Albert!!!!!
__________________
"TV has become nothing more than a Petri dish where this country grows its idiots." -Dr. John Becker
My First CD On Spotify - Side O' The Highway
Jeffsounds is offline   Reply With Quote
Old 05-02-2014, 11:41 AM   #8
hwhalen
Human being with feelings
 
hwhalen's Avatar
 
Join Date: Jan 2010
Location: Canada
Posts: 1,034
Default

Quote:
Originally Posted by hwhalen View Post
I don't know if there is a right way, but what I think I did is create a pan knob stack at a size (40x40) and then create the width knob stack at (39x39).
You can check my BigIcons theme in my sig.
A little busy now, I'll dig out the code later.
I've use this logic in my themes to make all layouts support all pan modes.

set mcp.pan trackpanmode<4 [ 30 276 40 40 0 1 0 1] [ 3 276 40 40 0 1 0 1]
set mcp.pan.label trackpanmode<4 [ 25 315 50 20 0 1 0 1] [ -1 315 50 20 0 1 0 1]

set mcp.width trackpanmode<4 [0] trackpanmode=6 [ 53 275 40 40 0 1 0 1] [ 58 275 39 39 0 1 0 1]
set mcp.width.label trackpanmode<4 [0] trackpanmode=6 [ 47 315 50 20 0 1 0 1] [ 50 315 50 20 0 1 0 1]

One way to use two knob sizes.

__________________
My Music
Noise From My Head
On The Links
hwhalen is offline   Reply With Quote
Old 05-02-2014, 12:40 PM   #9
White Tie
Pixel Pusher
 
White Tie's Avatar
 
Join Date: Mar 2007
Location: Blighty
Posts: 4,950
Default

I just used the three modes corresponding with the three methods : big knob, two small knobs, two faders ...then trackpanmode to suit.

__________________
The House of White Tie
White Tie is offline   Reply With Quote
Old 05-02-2014, 06:27 PM   #10
albertxxxx
Human being with feelings
 
albertxxxx's Avatar
 
Join Date: Aug 2010
Location: Canary Islands (Tenerife)
Posts: 1,616
Default

ok, design 2 fader, you use as background (mcp_widthbg.png) .... to see if I get used to using yellow lines ... still not quite understand much ... ... on like shadows , you can avail much to complicated designs
__________________
THANKS FOR DONATIONS :) ...I do not care if it's a small amount, it's the thought that counts..
(Paypal --- albert290276@gmail.com)
albertxxxx is offline   Reply With Quote
Old 06-18-2019, 09:15 PM   #11
mikeroephonics
Human being with feelings
 
mikeroephonics's Avatar
 
Join Date: Nov 2006
Posts: 2,533
Default

What do you have to do to get the right channel's readout to display when using dual pan mode? I can only get the left channel's readout to display.

Thanks.
__________________
Please check out these MIDI requests: http://forum.cockos.com/showthread.php?t=103192
Thanks.
mikeroephonics 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 03:30 PM.


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