an initial pass (untested) at converting the MIDI list editor to use Temporal::Beats and not floating point

This commit is contained in:
Paul Davis 2020-12-18 13:07:48 -07:00
parent e38e828152
commit c0169f37ee
2 changed files with 26 additions and 30 deletions

View file

@ -32,7 +32,6 @@
namespace Evoral {
template<typename Time> class Note;
class Beats;
};
namespace ARDOUR {