Automatable now requires (and owns) a time domain to be used by automation data (GUI edition)

This commit is contained in:
Paul Davis 2021-01-13 09:02:59 -07:00
parent 7c10cf1d54
commit a81e2f9ff9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
using namespace ARDOUR;
MidiCutBuffer::MidiCutBuffer (Session* s)
: AutomatableSequence<Temporal::Beats> (*s)
: AutomatableSequence<Temporal::Beats> (*s, Temporal::BeatTime)
{
}