Interpret start & length_beats properties as double rather than Evoral::Beats.
authornick_m <mainsbridge@gmail.com>
Sun, 9 Oct 2016 16:39:57 +0000 (03:39 +1100)
committernick_m <mainsbridge@gmail.com>
Sun, 9 Oct 2016 16:39:57 +0000 (03:39 +1100)
commit4faf44588f806eac46b5c7ae5cc8058fc47da3f1
tree5a54dd61694eb04e7f15650cc592eb54f84458f7
parent631c8afc668f8b57af21ca85332ac8f012a3f59e
Interpret start & length_beats properties as double rather than Evoral::Beats.

- Evoral::Beats operator!= would prevent an increment
  of start_beats by intervals of less than a tick,
  so its possible that other subtle problems
  existed due to this kind of thing.
gtk2_ardour/editor_drag.cc
gtk2_ardour/midi_region_view.cc
libs/ardour/ardour/midi_region.h
libs/ardour/midi_diskstream.cc
libs/ardour/midi_region.cc
scripts/_vamp_audio_to_midi.lua
session_utils/fix_bbtppq.cc