mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix automation write/touch.
This commit is contained in:
parent
2b69fa6edf
commit
86de0386c9
4 changed files with 55 additions and 49 deletions
|
|
@ -59,7 +59,7 @@ Control::set_double (double value, double frame, bool to_list)
|
|||
values and add them to the list, so we we don't need to bother.
|
||||
*/
|
||||
|
||||
if (to_list && !_list->in_write_pass()) {
|
||||
if (to_list && (!_list->in_write_pass() || _list->descriptor().toggled)) {
|
||||
_list->add (frame, value, false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue