mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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.
This commit is contained in:
parent
dbd4b9d07d
commit
a7a781971e
6 changed files with 56 additions and 37 deletions
|
|
@ -67,7 +67,7 @@ static PanPluginDescriptor _descriptor = {
|
|||
"http://ardour.org/plugin/panner_1in2out",
|
||||
"http://ardour.org/plugin/panner_1in2out#ui",
|
||||
1, 2,
|
||||
10000,
|
||||
20,
|
||||
Panner1in2out::factory
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ static PanPluginDescriptor _descriptor = {
|
|||
"http://ardour.org/plugin/panner_balance",
|
||||
"http://ardour.org/plugin/panner_balance#ui",
|
||||
2, 2,
|
||||
2000,
|
||||
25,
|
||||
Pannerbalance::factory
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ static PanPluginDescriptor _descriptor = {
|
|||
"http://ardour.org/plugin/panner_vbap",
|
||||
"http://ardour.org/plugin/panner_vbap#ui",
|
||||
-1, -1,
|
||||
1000,
|
||||
10,
|
||||
VBAPanner::factory
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue