renaming analyze to scope and documenting

This commit is contained in:
2023-11-30 22:59:22 +01:00
parent c192988e70
commit 53821983e9
2 changed files with 21 additions and 10 deletions

View File

@ -110,7 +110,7 @@ export class SoundEvent extends AudibleEvent {
self.updateValue("release", 0.0);
return self;
},
analyze: function(self: SoundEvent) {
scope: function(self: SoundEvent) {
self.updateValue("analyze", true)
return self
},