mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
54aa82cd4b
commit
d76885e9ef
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue