-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modifying factory presets to sound more friendly. #5529
Conversation
🤖 Hey, I'm @LmmsBot from github.com/lmms/bot and I made downloads for this pull request, click me to make them magically appear! 🎩
Linux
Windows
🤖{"platform_name_to_artifacts": {"Linux": [{"artifact": {"title": {"title": "(AppImage)", "platform_name": "Linux"}, "link": {"link": "https://9562-15778896-gh.circle-artifacts.com/0/lmms-1.2.3-733%2Bgbddddd6-linux-x86_64.AppImage"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/9562?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}], "Windows": [{"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://9563-15778896-gh.circle-artifacts.com/0/lmms-1.2.3-733%2Bgbddddd643-mingw-win32.exe"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/9563?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://9560-15778896-gh.circle-artifacts.com/0/lmms-1.2.3-733%2Bgbddddd643-mingw-win64.exe"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/9560?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}, {"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/c5nu2jsqw8k5j5ie/artifacts/build/lmms-1.2.2-msvc2017-win32.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/35806189"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/k0pck8g3bw96co83/artifacts/build/lmms-1.2.2-msvc2017-win64.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/35806189"}]}, "commit_sha": "9b2ec7c7119136943dbb6244d2b17088d7f3e7b9"} |
For me, from what I tested, in terms of sound this is really nice. I know, this is subjective and without scientific scrutiny, but I think this made presets better. |
@@ -3,7 +3,7 @@ | |||
<lmms-project version="1.0" creator="LMMS" creatorversion="1.0.2" type="instrumenttracksettings"> | |||
<head/> | |||
<instrumenttracksettings muted="0" type="0" name="Hard Kick" solo="0"> | |||
<instrumenttrack pan="0" fxch="0" pitchrange="1" pitch="0" basenote="45" vol="100"> | |||
<instrumenttrack pan="0" fxch="0" pitchrange="1" pitch="0" basenote="45" vol="1000"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this 1000
a typo?
I'm not sure this statement is true. Think it partially fixes #5527. To that point, I'd like @musikBear to review this PR as the author of the linked bug report. Furthemore, I'd love someone to go through these presets (all 40, before and after) and make sure they are in fact better than before. I think @qnebra has done this, but I'm not sure. Preset changes are generally safe because they don't affect existing projects, only new ones. Perhaps to speed this up, @dj-pixus could create a zip file attachment with all affected presets. That way, a non-developer can jump in and help review. I'm also going to cross-post in #testing on Discord. |
Modified presets in a zip: presets-#5529.zip Sound is subjective, but I found some issues if you wanna doublecheck:
|
Made some fine tuning on the presets @superpaik mentioned, and also some new ones. And corrected the 1000% typo. |
To me is ok! In anycase, presets are a starting point to get the sound the user wants, so is ok if some of them are not "perfect" because they have to be tailored by the user to the song/sound produced. |
Thanks kindly for the review, it's greatly appreciated. @dj-pixus thanks for the contribution, we couldn't do this without the help of people like you! These changes will only apply to new projects created with Merging. |
Sorry i have not been active here for some days. I never saw |
I have listened to those in the zipPack.
|
@musikBear thanks for the feedback, I guess it's up to @dj-pixus to issue another PR with your changes if in agreement. |
Modified some factory presets to sound more friendly.
fixes #5527.