-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Recording: with empty config, save default split size immediately #13304
Conversation
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.
Thank you for the fix. Can you please also adjust this:
mixxx/src/recording/recordingmanager.cpp
Line 328 in 18a3e4a
return SIZE_650MB; |
A common class for all the recording defaults would be also nice but probably out of the scope of this bug-fix PR:
"preferences/replaygainsettings.cpp"
a885d7d
to
6eb76bc
Compare
Oh, right. |
//Use max RIFF size (4GB) as default index, since usually people don't want to split. | ||
comboBoxSplitting->setCurrentIndex(4); | ||
// Save the value immediately, otherwise RecordingManager would fall back |
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.
The comment is now outdated.
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.
Yeah, well, I overlooked that we actually only need to use the same default in both unit.
Saving to the config doesn't hurt though.
and adjust the default in RecordingManager
6eb76bc
to
68f27cf
Compare
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.
LGTM, Thank you.
reported in the forum
https://mixxx.discourse.group/t/recording-cut-into-parts/29631