mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Remove unused "mark" parameter from stop_touch() API
This commit is contained in:
parent
f04bacdfac
commit
fde0e293a3
27 changed files with 32 additions and 56 deletions
|
|
@ -3078,7 +3078,7 @@ PluginInsert::end_touch (uint32_t param_id)
|
|||
boost::shared_ptr<AutomationControl> ac = automation_control (Evoral::Parameter (PluginAutomation, 0, param_id));
|
||||
if (ac) {
|
||||
// ToDo subtract _plugin_signal_latency from audible_frame() when rolling, assert > 0
|
||||
ac->stop_touch (true, session().audible_frame());
|
||||
ac->stop_touch (session().audible_frame());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue