Skip to content

[DRAFT] Feature : Ability to solo or mute a clip from ClipView#3823

Draft
joxihan wants to merge 8 commits intoSynthstromAudible:communityfrom
joxihan:ClipMuteSolo
Draft

[DRAFT] Feature : Ability to solo or mute a clip from ClipView#3823
joxihan wants to merge 8 commits intoSynthstromAudible:communityfrom
joxihan:ClipMuteSolo

Conversation

@joxihan
Copy link
Copy Markdown
Contributor

@joxihan joxihan commented Jun 5, 2025

  • Added community feature to be able to solo or mute a clip from its clipview.
  • From Clip view :
    • Press Horizontal Encoder + clip : solo or unsolo the active clip. Combine with Shift button to make it immediate.
    • Press Vertical Encoder + clip : mute or unmute the active clip. Combine with Shift button to make it immediate.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2025

Test Results

175 tests  ±0   175 ✅ ±0   1s ⏱️ -1s
 21 suites ±0     0 💤 ±0 
 21 files   ±0     0 ❌ ±0 

Results for commit cbe02a0. ± Comparison against base commit eeb9fb5.

♻️ This comment has been updated with latest results.

Comment thread website/src/content/docs/changelogs/CHANGELOG.mdx Outdated
#### <ins>Solo/Mute clip from ClipView</ins>

- Added community feature to be able to solo or mute a clip from its clip view :
- Press `HORIZONTAL ENCODER ◀︎▶︎` + `CLIP`: solo or unsolo the active clip. Combine with Shift button to make it immediate.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Press `HORIZONTAL ENCODER ◀︎▶︎` + `CLIP`: solo or unsolo the active clip. Combine with Shift button to make it immediate.
- :key[HORIZONTAL] + :key[CLIP]: solo or unsolo the active clip. Combine with Shift button to make it immediate.


- Added community feature to be able to solo or mute a clip from its clip view :
- Press `HORIZONTAL ENCODER ◀︎▶︎` + `CLIP`: solo or unsolo the active clip. Combine with Shift button to make it immediate.
- Press `VERTICAL ENCODER ◀︎▶︎` + `CLIP` : mute or unmute the active clip. Combine with Shift button to make it immediate.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Press `VERTICAL ENCODER ◀︎▶︎` + `CLIP` : mute or unmute the active clip. Combine with Shift button to make it immediate.
- :key[VERTICAL] + :key[CLIP]: mute or unmute the active clip. Combine with Shift button to make it immediate.

#### 4.5.11 - Solo/Mute clip from ClipView

- (#3823) Added community feature to be able to solo or mute a clip from its clip view :
- Press `HORIZONTAL ENCODER ◀︎▶︎` + `CLIP`: solo or unsolo the active clip. Combine with Shift button to make it immediate.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Press `HORIZONTAL ENCODER ◀︎▶︎` + `CLIP`: solo or unsolo the active clip. Combine with Shift button to make it immediate.
- :key[HORIZONTAL] + :key[CLIP]: solo or unsolo the active clip. Combine with Shift button to make it immediate.


### Clip View

#### <ins>Solo/Mute clip from ClipView</ins>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#### <ins>Solo/Mute clip from ClipView</ins>
#### <ins>Solo/Mute clip from Clip View</ins>


- (#3823) Added community feature to be able to solo or mute a clip from its clip view :
- Press `HORIZONTAL ENCODER ◀︎▶︎` + `CLIP`: solo or unsolo the active clip. Combine with Shift button to make it immediate.
- Press `VERTICAL ENCODER ◀︎▶︎` + `CLIP` : mute or unmute the active clip. Combine with Shift button to make it immediate.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Press `VERTICAL ENCODER ◀︎▶︎` + `CLIP` : mute or unmute the active clip. Combine with Shift button to make it immediate.
- :key[VERTICAL] + :key[CLIP]: mute or unmute the active clip. Combine with Shift button to make it immediate.

}
}
if (on && currentUIMode == UI_MODE_NONE) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

// Clip view button
else if (b == CLIP_VIEW) {
D_PRINTLN("InstrumentClipView::buttonAction(CLIP_VIEW) %d", (int)b);
if (on) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to move this below the "D_PRINTLN("- yes");" line?

So you would have something like:

if (Buttons::isButtonPressed(deluge::hid::button::X_ENC)
|| Buttons::isButtonPressed(deluge::hid::button::Y_ENC)) {
--> solo or mute
else
-> change root UI to automation view

@seangoodvibes seangoodvibes changed the title Feature : Ability to solo or mute a clip from ClipView [DRAFT] Feature : Ability to solo or mute a clip from ClipView Aug 10, 2025
@seangoodvibes seangoodvibes marked this pull request as draft August 10, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants