Tags: ogabrielluiz/DelugeFirmware
Tags
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
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.
Merge pull request SynthstromAudible#2394 from seangoodvibes/Update-1… …11-change-log Update 1.1.1 change log
Merge pull request SynthstromAudible#2205 from SynthstromAudible/cher… …ry-pick-release/1.1-7de054f18f522cf07cba4bc1e114657d8ec17bfb
Merge pull request SynthstromAudible#2185 from SynthstromAudible/cher… …ry-pick-release/1.1-4daa5bb1ab34431df74242a05153df1cf0449e07
Merge pull request SynthstromAudible#2137 from seangoodvibes/Update-p… …ad-selection-mode-shortcut Release 1.1 - Update pad selection mode shortcut
Merge pull request SynthstromAudible#2117 from soymonitus/monitus/fix… …_latched_sidebars_1.1 Fix latched velocity and modwheel when changing sidebar column mode
fix incorrect bool conversion (SynthstromAudible#2030)
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