summaryrefslogtreecommitdiff
path: root/libs/panners/2in2out
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-15 21:39:53 +0100
committerRobin Gareus <robin@gareus.org>2020-03-15 21:39:53 +0100
commita7a781971e146a6a98c0c55543b849c6adcd41f0 (patch)
tree5ed69ef3961418fd0236bb938955924b16614dc0 /libs/panners/2in2out
parentdbd4b9d07d776c891099c5d0706aa15648292266 (diff)
Change default stereo panner to equal power balance
The stereo-width panner is not generally useful. In order to change the azimuth, width has to be reduced, which usually leads to comb-filter artifacts. Equal power stereo, also matches the default mono to stereo panner better than the stereo-width panner. Last but not least, control surfaces only have an azimuth control knob, without an easy way to reduce width, this leaves the panner insensitive.
Diffstat (limited to 'libs/panners/2in2out')
-rw-r--r--libs/panners/2in2out/panner_2in2out.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/panners/2in2out/panner_2in2out.cc b/libs/panners/2in2out/panner_2in2out.cc
index de1833bd77..8c2cf9dd1e 100644
--- a/libs/panners/2in2out/panner_2in2out.cc
+++ b/libs/panners/2in2out/panner_2in2out.cc
@@ -65,7 +65,7 @@ static PanPluginDescriptor _descriptor = {
"http://ardour.org/plugin/panner_2in2out",
"http://ardour.org/plugin/panner_2in2out#ui",
2, 2,
- 10000,
+ 20,
Panner2in2out::factory
};