Skip to content
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

Macros Backend respin #13172

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

JoergAtGithub
Copy link
Member

This is #4528 with fixed CI and solved merge conflicts.

It implements the following COs without GUI: https://github.com/mixxxdj/mixxx/wiki/Macros

Copy link
Contributor

@acolombier acolombier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried the feature but could only get a single hotcue to work. It could be that I'm not using properly tho. Do you know if there is any wiki or doc on how to use this feature beside the GSoC wiki page?

@@ -227,6 +227,18 @@ EngineBuffer::EngineBuffer(const QString& group,
m_pCueControl = new CueControl(group, pConfig);
addControl(m_pCueControl);

for (int i = 1; i <= kMacrosPerChannel; ++i) {
auto* pMacroControl = new MacroControl(group, pConfig, i);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this might currently be leaked. Perhaps should be replaced by a unique_ptr

@JoergAtGithub
Copy link
Member Author

I tried the feature but could only get a single hotcue to work. It could be that I'm not using properly tho. Do you know if there is any wiki or doc on how to use this feature beside the GSoC wiki page?

I think there are only the three GSoC pages in our wiki, and the original PRs of cause. One aim of this feature was to achieve compatibility to Serato Flip, to allow data import from Serato. Therefore I guess, that the Serato Flip feature is similar to use: https://support.serato.com/hc/en-us/articles/203157550-Serato-Flip-User-Guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants