mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
smoothen rendering of x-fades
This commit is contained in:
parent
5451a70a16
commit
202d926916
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ using std::max;
|
|||
|
||||
XFadeCurve::XFadeCurve (Group* parent)
|
||||
: Item (parent)
|
||||
, points_per_segment (24)
|
||||
, points_per_segment (32)
|
||||
, _xfadeposition (Start)
|
||||
, _outline_color (0x000000ff)
|
||||
, _fill_color (0x22448880)
|
||||
|
|
@ -41,7 +41,7 @@ XFadeCurve::XFadeCurve (Group* parent)
|
|||
|
||||
XFadeCurve::XFadeCurve (Group* parent, XFadePosition pos)
|
||||
: Item (parent)
|
||||
, points_per_segment (24)
|
||||
, points_per_segment (32)
|
||||
, _xfadeposition (pos)
|
||||
, _outline_color (0x000000ff)
|
||||
, _fill_color (0x22448880)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue