13
0

use new ControlList::add() argument

This commit is contained in:
Paul Davis 2014-02-19 12:53:31 -05:00
parent afdedbf948
commit 130df9c2b1

View File

@ -124,7 +124,7 @@ AutomationWatch::timer ()
for (AutomationWatches::iterator aw = automation_watches.begin(); aw != automation_watches.end(); ++aw) {
if ((*aw)->alist()->automation_write()) {
(*aw)->list()->add (time, (*aw)->user_double());
(*aw)->list()->add (time, (*aw)->user_double(), true);
}
}
}