Somnitecs 4.1 surround panner
A surround panner inspired by djatlas and kodamapixel. Fi...
- Type
- Audio Effect
- Author
- somnitec
- Version
- 1.1
- License
- AttributionShareAlike
- Live version
- 8.2.1
- Max version
- 5.1.7
- Downloads
- 3,102
- Updated
- 2011-12-28
Description
A surround panner inspired by djatlas and kodamapixel.
Fixed the 'dip in middle' problem, made it automatable, and used .remote~ instead of .object so the undo history won't be clogged
This is a M4L device that allows a 4.1 setup with Abelton Live. Next to this device, you'll need to create 4 return channels. On earch channel you assign the "Audio To"->"Ext. Out" to the coresponding outputs on your audio interface. Also set "Audio To"->"Sends Only" on each channel you use this device on, to avoid problems.
V1.1 update:
Panner is midi controllable
Updated interface
Decreased CPU load
I've been trying to allow the recording of automation from the device, but can't seem to do it without clogging the system...
Comments (12)
A 7.1 version will have to wait, as I don't have a setup to test it with.
Question: It seems like I can´t record automation moving around the little circle. The automation is only recorded when I move the triangles for Front/back and Left/Right balance which isn't enough for surround automation since I can't move them simultaneously. Is this possible to do or maybe a future feature??
you need a 5ms ramp actually (message box - $1 5) before the line~ to accommodate for bass sounds and also you need to stuck a utility to cut the right and left channels respectively per corner, or you get mono
http://www.maxforlive.com/profile/user/Dildano makes some important points, which I have been stuggling with... how to split the stereo file / channel into L and R *at the start*, do independent Quad panning, I'm using "nodes" - two nodes activated, one for left and one for right, and then finish similarly to your [p logs]; although I would like to use the cycle~ method of sqrt in there instead.
At the moment I'm looking at resorting to having to use a Master(Left) and Slave(Right) i.e. 2 channels per clip.
Any ideas?