4track 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -581,6 +581,7 @@ export class AudioEngine {
|
|
|
581
581
|
if (this.playState === "recording")
|
|
582
582
|
this.stopRecording();
|
|
583
583
|
this.stopAllPlayback();
|
|
584
|
+
this.playState = "stopped";
|
|
584
585
|
this.stopMonitoring();
|
|
585
586
|
// Clear all existing track data before loading
|
|
586
587
|
for (const track of this.tracks) {
|