git-svn-id: svn://localhost/ardour2/branches/3.0@7893 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2010-10-11 00:06:08 +00:00
parent bf0356f39c
commit b6f1f02131

View File

@@ -29,6 +29,9 @@ namespace ARDOUR {
class TempoMap;
/** Converter between beats and frames. Takes `distances' in beats or frames
* and converts them using the tempo at the \a origin supplied to the constructor.
*/
class BeatsFramesConverter : public Evoral::TimeConverter<double,framepos_t> {
public:
BeatsFramesConverter(const TempoMap& tempo_map, framepos_t origin)