Revert "Prefer Stereo-Balance Panner for stereo tracks"
This reverts commit e9ee454ced.
This needs more work to preserve non-customized panners in existing
sessions. "user-panner" is only set if a user explicitly selects a
panner.
This commit is contained in:
@@ -64,7 +64,7 @@ static PanPluginDescriptor _descriptor = {
|
||||
"http://ardour.org/plugin/panner_2in2out",
|
||||
"http://ardour.org/plugin/panner_2in2out#ui",
|
||||
2, 2,
|
||||
5000,
|
||||
10000,
|
||||
Panner2in2out::factory
|
||||
};
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ static PanPluginDescriptor _descriptor = {
|
||||
"http://ardour.org/plugin/panner_balance",
|
||||
"http://ardour.org/plugin/panner_balance#ui",
|
||||
2, 2,
|
||||
10000,
|
||||
2000,
|
||||
Pannerbalance::factory
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user