Skip to content

Commit b1438d5

Browse files
committed
[Fix/nodeLink] resetFilters() not working
1 parent 9b354b2 commit b1438d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/Filters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export class FilterManager {
321321
this.privateNot0(this.data.chorus?.feedback);
322322
this.filters.nodeLinkCompressor =
323323
this.privateNot0(this.data.compressor?.threshold) ||
324-
this.privateNot0(this.data.compressor?.ratio) ||
324+
this.data.compressor?.ratio > 1 ||
325325
this.privateNot0(this.data.compressor?.attack) ||
326326
this.privateNot0(this.data.compressor?.release) ||
327327
this.privateNot0(this.data.compressor?.gain);

0 commit comments

Comments
 (0)