mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Automatable now requires (and owns) a time domain to be used by automation data (GUI edition)
This commit is contained in:
parent
7c10cf1d54
commit
a81e2f9ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
using namespace ARDOUR;
|
using namespace ARDOUR;
|
||||||
|
|
||||||
MidiCutBuffer::MidiCutBuffer (Session* s)
|
MidiCutBuffer::MidiCutBuffer (Session* s)
|
||||||
: AutomatableSequence<Temporal::Beats> (*s)
|
: AutomatableSequence<Temporal::Beats> (*s, Temporal::BeatTime)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue