mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
surfaces: first round of conversion to use timeline types
This commit is contained in:
parent
cdb1972928
commit
086e48796c
23 changed files with 98 additions and 83 deletions
|
|
@ -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 ()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue