DriverHeaven.net

 
Looking for the skin chooser?
 
 
  • Home

  • Reviews

  • Articles

  • News

  • Tools

  • GamingHeaven

  • Forums

  • Network

 

Go Back   DriverHeaven.net > Forums > Hardware and Related Topics > kX Project Audio Driver Support Forum > General Discussion


Reply
 
LinkBack Thread Tools
Old Mar 15, 2006, 03:52 PM   #1
DriverHeaven Newbie
 
Join Date: Mar 2006
Posts: 7
Rep Power: 0
Fretbuzz is on a distinguished road

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
Fretbuzz is offline   Reply With Quote


Old Mar 15, 2006, 03:56 PM   #2
DriverHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 4,836
Rep Power: 41
Russ is a jewel in the roughRuss is a jewel in the roughRuss is a jewel in the rough

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).
Russ is offline   Reply With Quote
Old Mar 15, 2006, 04:09 PM   #3
DriverHeaven Newbie
 
Join Date: Mar 2006
Posts: 7
Rep Power: 0
Fretbuzz is on a distinguished road

Beautiful - thanx!
Fretbuzz is offline   Reply With Quote
Old Mar 15, 2006, 07:03 PM   #4
Tail Razer
 
Maddogg6's Avatar
 
Join Date: Jun 2005
Location: Bernyurass, AZ - USA
Posts: 4,027
Rep Power: 36
Maddogg6 has a spectacular aura aboutMaddogg6 has a spectacular aura about

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
To use - copy the above code and paste in the 'KX EDITOR' and save as...
The double click, or otherwise register that as a plugin.. then simply connect in the DSP.
Maddogg6 is offline   Reply With Quote
Old Mar 16, 2006, 01:28 PM   #5
DriverHeaven Newbie
 
Join Date: Mar 2006
Posts: 7
Rep Power: 0
Fretbuzz is on a distinguished road

Hey thanx for the idea! Unfortunately, I get:

Error: Invalid Plugin Library

.. when I try to load it!
Fretbuzz is offline   Reply With Quote
Old Mar 16, 2006, 02:42 PM   #6
DriverHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 4,836
Rep Power: 41
Russ is a jewel in the roughRuss is a jewel in the roughRuss is a jewel in the rough

Add a blank line after 'end'
Russ is offline   Reply With Quote
Reply

Bookmarks

Thread Tools