Only create a Curve for an AutomationList if we need it.
authorDavid Robillard <d@drobilla.net>
Thu, 19 Feb 2009 19:42:25 +0000 (19:42 +0000)
committerDavid Robillard <d@drobilla.net>
Thu, 19 Feb 2009 19:42:25 +0000 (19:42 +0000)
commit75c15679bf1551dcb93d4fa62075517c66d3b222
tree8a101d994120ee09c3560aebe99b7e565a137d1f
parentc006ff176250a01621437907652ef012789dba2f
Only create a Curve for an AutomationList if we need it.
Fix crash on crossfade editor show (ticket 2442).

git-svn-id: svn://localhost/ardour2/branches/3.0@4641 d708f5d6-7413-0410-9779-e7cbd77b26cf
13 files changed:
gtk2_ardour/audio_region_view.cc
gtk2_ardour/crossfade_edit.cc
gtk2_ardour/crossfade_edit.h
libs/ardour/ardour/automation_list.h
libs/ardour/ardour/session.h
libs/ardour/audio_track.cc
libs/ardour/audioregion.cc
libs/ardour/automation_list.cc
libs/ardour/panner.cc
libs/ardour/route.cc
libs/ardour/session_command.cc
libs/evoral/evoral/ControlList.hpp
libs/evoral/src/ControlList.cpp