change Session::convert_to_frames_at() to Session::convert_to_frames() to reflect...
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 30 Dec 2010 15:45:48 +0000 (15:45 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 30 Dec 2010 15:45:48 +0000 (15:45 +0000)
commit75ede0dd6bda0136aef612b0e427ae25b208d0d0
treedb20717fe56bd77ac352f7f218bf53b1a0f1e926
parent1f87006509e024c430f24358bd85c748f10b82eb
change Session::convert_to_frames_at() to Session::convert_to_frames() to reflect the fact that its argument is a position, not a duration; add Session::any_duration_to_frames(), which converts AnyTime representing a duration to frames; alter callers to use the right one of the two previously mentioned methods

git-svn-id: svn://localhost/ardour2/branches/3.0@8386 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/audio_clock.cc
gtk2_ardour/export_format_dialog.cc
libs/ardour/ardour/session.h
libs/ardour/export_format_specification.cc
libs/ardour/session_time.cc