triggerbox: no need to call reset_stretcher() explicitly in ::_startuo()
Trigger::_startup() calls ::retrigger() and that will call reset_stretcher()
This commit is contained in:
parent
0b5d449686
commit
baacd3bb50
@ -963,7 +963,6 @@ void
|
||||
AudioTrigger::_startup (BufferSet& bufs, pframes_t dest_offset, Temporal::BBT_Offset const & start_quantization)
|
||||
{
|
||||
Trigger::_startup (bufs, dest_offset, start_quantization);
|
||||
reset_stretcher ();
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user