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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "4track",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A 4-track cassette recorder component for Svelte 5",
5
5
  "license": "GPL-3.0-only",
6
6
  "author": "Andre Boekhorst",