Lost Robot

Results 8 issues of Lost Robot

Close this if I'm wrong, but I'm pretty sure most users would prefer to have this disabled by default. (Like always, I have no idea what I'm doing, but this...

This PR rewrites the effect selection window so it no longer depends on the EffectSelectDialog.ui file. Along with several QoL improvements, it also adds some highly useful buttons on the...

In the instrument MIDI tab, the base note velocity setting in the LcdSpinBox applies regardless of whether its LedCheckbox is enabled. Also, when the instrument is cloned, the value in...

bug

(Made this whole thing in like 30 minutes, haha) I'm not going to try to hide it, this effect is a blatant ripoff of Ableton's Erosion. You could probably even...

needs code review
needs testing
rework required

Replaces #5168, companion PR to #5873. I already listed most of the features in the initial post, so I won't bother here. I've fixed the bitrot issues that built up...

rework required

The line of code that says `double alpha = sin(w0) * (2 * q);` is actually supposed to say `double alpha = sin(w0) / (2 * q);`. The typo makes...

Before: ![image](https://user-images.githubusercontent.com/34612565/111234456-341f3500-85b4-11eb-88d8-32505701fd51.png) After: ![image](https://user-images.githubusercontent.com/34612565/111234474-3d100680-85b4-11eb-818b-b6375989774e.png) New design approved by @Umcaruje and a few others if I remember right. In summary, colored knob centers suck. This PR also adds many more theming...

enhancement
after-refactor

Deals with something mentioned in the comments in #7354. This isn't a bug fix, it just brings things closer to the desired behavior. It takes a bit of time for...