Skip to content
Snippets Groups Projects

Add i/o channels to algorithm before run_as_update

All threads resolved!
3 files
+ 47
17
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -123,7 +123,7 @@ class FilterAlgorithm(Algorithm):
@@ -123,7 +123,7 @@ class FilterAlgorithm(Algorithm):
outchannels=None,
outchannels=None,
):
):
Algorithm.__init__(self, inchannels=None, outchannels=None)
Algorithm.__init__(self, inchannels=inchannels, outchannels=outchannels)
self.coeff_filename = coeff_filename
self.coeff_filename = coeff_filename
self.filtertype = filtertype
self.filtertype = filtertype
self.input_sample_period = input_sample_period
self.input_sample_period = input_sample_period
Loading