|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
DriverHeaven Newbie
Join Date: Mar 2006
Posts: 7
Rep Power: 0 ![]() |
How do I swap left and right speakers?
Hi Guys - I'm a total n00b here, but I'm looking to swap the left and right speakers of my rear set. Due to a short cabling issue, I have to put the right speaker on the left side and the right speaker on the left side. How can I swap these in kx setup?
Thanks
|
|
|
|
|
|
#2 |
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,836
Rep Power: 41 ![]() ![]() ![]() |
Open the DSP Window and look for the Surrounder+ plugin.
The 3rd/4th pins on the right side, are for the rear channels. Trace the wires to see where they connect to epilog. Right click on both pins and choose disconnect. Reconnect (click and drag) them, reversing the connections (hold down the alt key when making the connections so that it only connects one wire at a time). |
|
|
|
|
|
#3 |
|
DriverHeaven Newbie
Join Date: Mar 2006
Posts: 7
Rep Power: 0 ![]() |
Beautiful - thanx!
|
|
|
|
|
|
#4 |
|
Tail Razer
Join Date: Jun 2005
Location: Bernyurass, AZ - USA
Posts: 4,027
Rep Power: 36 ![]() ![]() |
I made this dane plugin that does this as well as giving a 'balance' ability.
I needed it for my rear channel - as for wiring purposes, and un even distance from where I sit - came in very handy for me. And the criss-cross connections, I found was difficult to 'trace' ...so... Code:
; New microcode name "Swap LR"; copyright "Copyright (c) 2006."; created "03/05/2006"; engine "kX"; ; comment "Swaps Left and Right w/ Level control"; guid "076846ce-3632-4691-a257-317ff9a9e3c3"; ; -- generated GUID ; itramsize 0 ; xtramsize 0 ; code input LIn, RIn; output LOut, ROut; control LLevel, RLevel; macs LOut, 0, RIn, LLevel; macs ROut, 0, LIn, RLevel; end The double click, or otherwise register that as a plugin.. then simply connect in the DSP. |
|
|
|
|
|
#5 |
|
DriverHeaven Newbie
Join Date: Mar 2006
Posts: 7
Rep Power: 0 ![]() |
Hey thanx for the idea! Unfortunately, I get:
Error: Invalid Plugin Library .. when I try to load it! |
|
|
|
|
|
#6 |
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,836
Rep Power: 41 ![]() ![]() ![]() |
Add a blank line after 'end'
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|