surfaces: first round of conversion to use timeline types

This commit is contained in:
Paul Davis 2020-09-21 14:28:23 -06:00
parent cdb1972928
commit 086e48796c
23 changed files with 98 additions and 83 deletions

View file

@ -1611,7 +1611,7 @@ GenericMidiControlProtocol::maybe_start_touch (boost::shared_ptr<Controllable> c
{
boost::shared_ptr<AutomationControl> actl = boost::dynamic_pointer_cast<AutomationControl> (controllable);
if (actl) {
actl->start_touch (session->audible_sample ());
actl->start_touch (timepos_t (session->audible_sample ()));
}
}