We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b354b2 commit b1438d5Copy full SHA for b1438d5
src/structures/Filters.ts
@@ -321,7 +321,7 @@ export class FilterManager {
321
this.privateNot0(this.data.chorus?.feedback);
322
this.filters.nodeLinkCompressor =
323
this.privateNot0(this.data.compressor?.threshold) ||
324
- this.privateNot0(this.data.compressor?.ratio) ||
+ this.data.compressor?.ratio > 1 ||
325
this.privateNot0(this.data.compressor?.attack) ||
326
this.privateNot0(this.data.compressor?.release) ||
327
this.privateNot0(this.data.compressor?.gain);
0 commit comments