mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
amend to prev commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@13790 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3ced169911
commit
46d884ff16
2 changed files with 4 additions and 4 deletions
|
|
@ -918,7 +918,7 @@ CrossfadeEditor::build_presets ()
|
|||
p->push_back (PresetPoint (1.0, 1.0));
|
||||
fade_in_presets->push_back (p);
|
||||
|
||||
p = new Preset ("Constant Power (-3dB)", "fadein-constant-power");
|
||||
p = new Preset ("Constant power (-3dB)", "fadein-constant-power");
|
||||
|
||||
p->push_back (PresetPoint (0.000000, 0.000000));
|
||||
p->push_back (PresetPoint (0.166667, 0.282192));
|
||||
|
|
@ -1007,7 +1007,7 @@ CrossfadeEditor::build_presets ()
|
|||
fade_out_presets->push_back (p);
|
||||
|
||||
// p = new Preset ("linout.xpm");
|
||||
p = new Preset ("Constant Power (-3dB cut)", "fadeout-constant-power");
|
||||
p = new Preset ("Constant power (-3dB cut)", "fadeout-constant-power");
|
||||
p->push_back (PresetPoint (0.000000, 1.000000));
|
||||
p->push_back (PresetPoint (0.166667, 0.948859));
|
||||
p->push_back (PresetPoint (0.333333, 0.851507));
|
||||
|
|
|
|||
|
|
@ -1506,7 +1506,7 @@ Editor::popup_fade_context_menu (int button, int32_t time, ArdourCanvas::Item* i
|
|||
|
||||
items.push_back (
|
||||
ImageMenuElem (
|
||||
_("Constant Power"),
|
||||
_("Constant power"),
|
||||
*_fade_in_images[FadeConstantPower],
|
||||
sigc::bind (sigc::mem_fun (*this, &Editor::set_fade_in_shape), FadeConstantPower)
|
||||
));
|
||||
|
|
@ -1568,7 +1568,7 @@ Editor::popup_fade_context_menu (int button, int32_t time, ArdourCanvas::Item* i
|
|||
|
||||
items.push_back (
|
||||
ImageMenuElem (
|
||||
_("Constant Power"),
|
||||
_("Constant power"),
|
||||
*_fade_out_images[FadeConstantPower],
|
||||
sigc::bind (sigc::mem_fun (*this, &Editor::set_fade_out_shape), FadeConstantPower)
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue