We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Pull a patch from upstream:
git clone git://git.code.sf.net/p/zynaddsubfx/code zynaddsubfx-code cd zynaddsubfx-code/ git remote add downstream https://github.com/lmms/zynaddsubfx git fetch downstream git checkout -b lmmsmaster downstream/master git cherry-pick 417d49b # <-- hash of commit from upstream that's needed # if conflict # git diff --name-only --diff-filter=U # make adjustments to offending files # git cherry-pick --continue git push downstream lmmsmaster:master