|
@@ -203,6 +203,8 @@ export class PlaybackManager implements IPlaybackParametersListener {
|
|
} else {
|
|
} else {
|
|
(source as any).noteOn(0); // this was the old way to start a sound
|
|
(source as any).noteOn(0); // this was the old way to start a sound
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ this.DummySoundPlayed = true;
|
|
}
|
|
}
|
|
|
|
|
|
public playVoiceEntry(voiceEntry: VoiceEntry): void {
|
|
public playVoiceEntry(voiceEntry: VoiceEntry): void {
|