Adding CUP button and CUP mode.#1001
Conversation
The order starts with C at the top, then its relative minor (a), then adds 1 sharp (G), then G's relative minor (e), and so adding sharps/removing flats around the circle of fifths.
| // This is how CUP button works: | ||
| // If playing, press to go to cue and stop. | ||
| // If stopped, press to set as cue point. | ||
| // On release, start playing from cue point. |
There was a problem hiding this comment.
indentation problem between the first two lines and the next two lines.
There was a problem hiding this comment.
// If stopped, press to set as cue point.
I am not sure if that is desired. Do you have a reference for this feature?
EDIT: I have found some, so the set behaviour is correct.
|
Thanks fo this PR. Did you sign the mixxx contributor agreement ? https://docs.google.com/a/mixxx.org/spreadsheet/viewform?formkey=dEpYN2NkVEFnWWQzbkFfM0ZYYUZ5X2c6MQ Please also update the mixxxcontrols wiki page when this PR will be merged. |
|
Thank you for this Pull Request. Unfortunately this branch does not merge cleanly with our master branch. It is a good practice to keep your own master branch equal with the upstream master branch of mixxxdj/mixxx. This can be done from the command line like that: |
| addDeckControl("play_stutter", tr("Stutter Cue"), | ||
| tr("Stutter cue"), cueMenu); | ||
| addDeckControl("cue_play", tr("Cue (CUP Mode)"), | ||
| tr("Cue button (CUP mode)"), cueMenu); |
There was a problem hiding this comment.
IMHO this the CUP button is a button of its own, not a cue button in a cue mode.
How about:
addDeckControl("cue_play", tr("CUP (Cue Play)),
tr("Goto cue point and play after release"), cueMenu);
|
http://www.reloop.com/reloop-digital-jockey-2-master-edition# |
|
Not sure, but here it is nothing about setting a cue point with CUP |
|
OK, after searching the web some more, I think your implementation with cue set feature is just right. |
show error text from PortAudio when there is an error setting up
…sis_option add option to generate waveforms on analysis
…0 already existing). Kept 1 obsolete entries
…ware/mixxxdj/github-master/. Compile QM files out of TS files that are used by the localized app
|
I will make a new pull request(rebased from the upstream master branch) with the following changes:
|
requires a little refactoring of MockedEngineBackendTest
plus minor code clean up
do not change speed of playing decks if "Reset Speed/Tempo" preference is checked
and add explanatory comment on use of KeyNotation CUSTOM
sort keys by circle of fifths
fix realtime scheduling notice overlapping other text
rather than hiding suggestion to enable it
show confirmation of realtime scheduling
modified: src/controllers/controlpickermenu.cpp
https://bugs.launchpad.net/mixxx/+bug/1535468
The CUP mode has been added. It works the following way:
It is available as a Cue mode, or as a button that can be learned.