13
0

PluginInsert::silence is used after all (fix 07aeb12d3)

This commit is contained in:
Robin Gareus 2017-07-17 23:52:45 +02:00
parent 4922d9f941
commit ac37c9b7b8

View File

@ -1128,10 +1128,7 @@ PluginInsert::bypass (BufferSet& bufs, pframes_t nframes)
void
PluginInsert::silence (framecnt_t nframes, framepos_t start_frame)
{
// XXX This method is never called, Route::silence skips PIs
// we should probably use it during bypass ()
// and call automation_run()
assert (0);
automation_run (start_frame, nframes); // evaluate automation only
if (!active ()) {
// XXX delaybuffers need to be offset by nframes