Skip to content

feat: add auto-save functionality for unsaved pedal presets #364

Description

@Shalini828

Problem / Motivation

When users are experimenting with pedal settings, they have to manually save their presets. If:

the application crashes,
the browser is refreshed,
the tab is closed accidentally, or
the system shuts down unexpectedly,

all the current pedal chain configurations and knob values are lost.

Proposed Solution

Proposed Solution

  • Automatically save the current pedal board state whenever changes are made.
  • Store the state locally.
  • Restore the last session when the application is reopened.

Benefits

  • Prevents accidental loss of settings.
  • Improves user experience.
  • Makes experimentation with tones more convenient.

Area

Audio Engine / DSP Pipeline

Alternatives Considered

No response

Additional Context

No response

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions