limit automation event density - fixes #5928
authorRobin Gareus <robin@gareus.org>
Sat, 7 Jun 2014 15:43:12 +0000 (17:43 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 7 Jun 2014 15:43:12 +0000 (17:43 +0200)
commit94fa9278614557effadb5fea8a2387ea29d1cdb6
tree9a22571b2844dcecfe237d8a4ee9c7712ed5ca50
parent8f17b7c3091e87544766741668e5aa9410458079
limit automation event density - fixes #5928

Constrain control points to one per tick (1/1920 beats).

Prior to this it was possible to set two values to the
same time (interpolation and iteration failed).
gtk2_ardour/automation_line.cc
gtk2_ardour/automation_line.h
libs/evoral/src/ControlList.cpp