Moved Filters to separate page and fixed comp

This commit is contained in:
2023-12-11 00:07:05 +02:00
parent 9328a14de4
commit aef26b0811
10 changed files with 221 additions and 286 deletions

View File

@ -311,7 +311,7 @@ export class SoundEvent extends AudibleEvent {
self.updateValue("roomsize", value);
return self;
},
comp: ["compressor", "cmp"],
comp: ["comp","compressor", "cmp"],
ratio: function (self: SoundEvent, value: number) {
self.updateValue("compressorRatio", value);
return self;