Fix stretch function and sound examples
This commit is contained in:
@ -303,7 +303,8 @@ export class SoundEvent extends AudibleEvent {
|
||||
// Unit
|
||||
public stretch = (beat: number) => {
|
||||
this.updateValue("unit", "c");
|
||||
this.updateValue("speed", 2 / beat)
|
||||
this.updateValue("speed", 1 / beat)
|
||||
this.updateValue("cut", beat)
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user