lupine-dev / lupine-dev/ToneMatrixRedux

Add mute button

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
JavaScript
Stars
106
Forks
28
PR merge metrics
No merged PRs in 30d

Description

A user said that they wanted to "pause to think". I've been using "mute tab" a lot myself, so I think a mute button for end-users is a great idea.

Consider using an input element with the checkmark type, and using CSS background images for the muted and unmuted (checked and unchecked) states:
https://stackoverflow.com/a/3772914/2234742

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests. Start by locating the existing sequencer controls and audio playback entry point, then trace how user interactions start or pause sound. Done means an end-user mute control visibly distinguishes muted and unmuted states and reliably pauses and resumes audio.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.