添加新的配置
This commit is contained in:
@@ -88,8 +88,6 @@ class ChanKLU:
|
||||
if self.klc and self.klc.pre and self.klc.next:
|
||||
if self.klc.klc_fx_type != Chan_KLC_FX.UNKNOWN or self.klc.pre.klc_fx_type != Chan_KLC_FX.UNKNOWN or self.klc.next.klc_fx_type != Chan_KLC_FX.UNKNOWN:
|
||||
self.separate_div = 99
|
||||
else:
|
||||
self.separate_div = 0
|
||||
def set_next(self, next):
|
||||
self.next = next
|
||||
#if self.fx_type != Chan_FX_TYPE.UNKNOWN and self.fx_strength > 1:
|
||||
|
||||
Reference in New Issue
Block a user