use Note::end_time() == numeric_limits<Beats>::max() as the indicator that a note...
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 10 Jan 2020 22:17:45 +0000 (15:17 -0700)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 11 Jan 2020 17:57:21 +0000 (10:57 -0700)
commit929bd7c8acc60d8e4781796fa9d076aa36b6a420
tree9ced547d8afd8d95469ed90774c28c68a958febd
parent00150e105cc5c4cfe297d1355be075711c42c924
use Note::end_time() == numeric_limits<Beats>::max() as the indicator that a note is in-process w.r.t. recording

We used to use length() == 0, but this clashes with actual zero-length notes
gtk2_ardour/midi_region_view.cc