Skip to content

Tags: ogabrielluiz/DelugeFirmware

Tags

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Docs: Warn about "dangers" of loadfw in contributing.md and when usin…

…g loadfw (SynthstromAudible#2634)

* warn on dangers of loadfw in CONTRIBUTING.md

* Update CONTRIBUTING.md

* make loadfw output warning

* format

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* typo

beta

Toggle beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bugfix / Update Arranger Clip Rendering (SynthstromAudible#2622)

* Update Arranger Clip Rendering

Clips are now rendered with 3 component:

- Brightest colour: clip head
- Less bright colour: clip loop point
- Dim colour: clip tail

* Change doubles to floats

* Render tail for empty clip instance

New white clip instances are created without a clip assigned to it. Previously tails for these instances were not rendered. Now we render a tail so that you can know where to press to enter the clip.

release_1_1_1

Toggle release_1_1_1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request SynthstromAudible#2394 from seangoodvibes/Update-1…

…11-change-log

Update 1.1.1 change log

release_1_1_0

Toggle release_1_1_0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request SynthstromAudible#2205 from SynthstromAudible/cher…

…ry-pick-release/1.1-7de054f18f522cf07cba4bc1e114657d8ec17bfb

release_1_1_0_rc4

Toggle release_1_1_0_rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request SynthstromAudible#2185 from SynthstromAudible/cher…

…ry-pick-release/1.1-4daa5bb1ab34431df74242a05153df1cf0449e07

release_1_1_0_rc3

Toggle release_1_1_0_rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request SynthstromAudible#2137 from seangoodvibes/Update-p…

…ad-selection-mode-shortcut

Release 1.1 - Update pad selection mode shortcut

release_1_1_0_rc2

Toggle release_1_1_0_rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request SynthstromAudible#2117 from soymonitus/monitus/fix…

…_latched_sidebars_1.1

Fix latched velocity and modwheel when changing sidebar column mode

release_1_1_0_rc1

Toggle release_1_1_0_rc1's commit message
fix incorrect bool conversion (SynthstromAudible#2030)

release_1_0_1

Toggle release_1_0_1's commit message
menus: clamp to avoid overflow on shift+scroll (SynthstromAudible#925)

* menus: clamp to avoid overflow on shift+scroll

This change is the result of auditing all menu items that override
selectEncoderAction to ensure none of them can go out-of-bounds if
abs(offset) > 1

Fixes SynthstromAudible#871

* enumeration: use 3 offset for 4 length with shift-scroll

release_1_0

Toggle release_1_0's commit message
Update blackbox image link