mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
objects don't have a time domain, they have a time domain provider (GUI)
This commit is contained in:
parent
3b565693c8
commit
e9585ad530
5 changed files with 8 additions and 8 deletions
|
|
@ -22,7 +22,7 @@
|
|||
using namespace ARDOUR;
|
||||
|
||||
MidiCutBuffer::MidiCutBuffer (Session* s)
|
||||
: AutomatableSequence<Temporal::Beats> (*s, Temporal::BeatTime)
|
||||
: AutomatableSequence<Temporal::Beats> (*s, Temporal::TimeDomainProvider (Temporal::BeatTime))
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue