Open JohannesLorenz opened 4 years ago
Sounds like something which can be turned into a first-timers-only style issue. Would you be interested in setting up that process?
I'll try to make some hints for beginners (@fundamental feel free to correct):
git status
in the main menu). Make a PR for that submodule.@fundamental If that is sufficient for you, can you please turn the label to "good first issue"?
Usually the idea of first-timers-only is for someone never exposed to the project before to have a step by step guide through the process. e.g. https://github.com/zynaddsubfx/zyn-fusion-issues/issues/222 There's various websites and bots which pick up on that tag. The detail provided puts this issue into the territory of a good-first-issue, but not to the level of verbosity of a first-timers-only one. The difference was brought up a few times at panels at the GSoC summit.
Thanks for the info. I added a reminder to do this in the next week.
@fundamental I updated the issue description in the top post. Can you please check it?
Looks great to me. Thanks for taking the time to make the task more accessible :+1:
Note: This is a first-timers-only issue designed for individuals unfamiliar with contributing with open source contributions. If you're interested in working on the issue, then follow the details outlined below and communicate through this thread.
ZynAddSubFX has many effects. All effects have a set of presets, which allows users to quickly find good examples of how the effects can sound. One of the effects is the dynamic filter (often only called "DynFilter"). In the DynFilter UI, however, a combo box for the preset is missing. Instead, there are currently two (redundant) combo boxes for the filter category.
Setup:
Expected behavior:
Exactly one combo box for the filter category, and exactly one for the preset.
Actual behavior:
Two redundant combo boxes for the filter category, and none for the preset.
To fix:
The fix can be done in a submodule of the mruby-zest-build repo.