delay line processor starts with the default automation time domain
This commit is contained in:
parent
a81e2f9ff9
commit
7f31c11073
@ -27,6 +27,7 @@
|
||||
#include "ardour/delayline.h"
|
||||
#include "ardour/midi_buffer.h"
|
||||
#include "ardour/runtime_functions.h"
|
||||
#include "ardour/rc_configuration.h"
|
||||
|
||||
#define MAX_BUFFER_SIZE 8192
|
||||
|
||||
@ -35,8 +36,7 @@ using namespace PBD;
|
||||
using namespace ARDOUR;
|
||||
|
||||
DelayLine::DelayLine (Session& s, const std::string& name)
|
||||
#warning NUTEMPO why audio time when this processor can handle MIDI also
|
||||
: Processor (s, string_compose ("latcomp-%1-%2", name, this), Temporal::AudioTime)
|
||||
: Processor (s, string_compose ("latcomp-%1-%2", name, this), Config->get_default_automation_time_domain())
|
||||
, _bsiz (0)
|
||||
, _delay (0)
|
||||
, _pending_delay (0)
|
||||
|
Loading…
Reference in New Issue
Block a user