[bugfix] filteroptions were not loaded from project
This commit is contained in:
@@ -1 +1 @@
|
||||
69955-dirty
|
||||
90bc-dirty
|
||||
|
||||
@@ -441,7 +441,7 @@ class FilterOptions(object):
|
||||
if self:
|
||||
robject = {'type': self.getFilterType(),
|
||||
'corners': self.getOrder(),
|
||||
'zerophase': True}
|
||||
'zerophase': False}
|
||||
if not self.getFilterType() in ['highpass', 'lowpass']:
|
||||
robject['freqmin'] = self.getFreq()[0]
|
||||
robject['freqmax'] = self.getFreq()[1]
|
||||
|
||||
Reference in New Issue
Block a user