forked from mixxxdj/mixxx
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Slip button, tap tempo, strip search, FX button extras #1
Merged
Merged
Changes from 2 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
7f43a2a
Roland DJ-202: Map slip button
eigengrau 62044ae
Roland DJ-202: Map tap tempo button
eigengrau 6d07b1e
Roland DJ-202: Support strip search
eigengrau aae792e
Roland DJ-202: Map shifted FX inputs
eigengrau 9b14c84
Roland DJ-202: Map FX-rack headphones cue
eigengrau 0bd482c
Roland DJ-202: Map beat grid functions
eigengrau 067e97f
Roland DJ-202: Map key shift functions
eigengrau 1f111be
Roland DJ-202: Replace deprecated control
eigengrau 8ce5fd1
Roland DJ-202: Map shifted rotary encoder
eigengrau 69ea8d8
Roland DJ-202: Map rotary encoder button push
eigengrau 3b2e934
Roland DJ-202: Map BPM reset
eigengrau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -547,6 +547,15 @@ | |
<script-binding/> | ||
</options> | ||
</control> | ||
<control> | ||
<group>[Channel1]</group> | ||
<key>slip_enabled</key> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For our aim to stay as close as possible to the labeling, I would like to map this inside the script so we can have both vinyl/slip. We could add a variable like "invertVinylSlipButton" for the user to configure the default (unshifted) behaviour. |
||
<status>0x90</status> | ||
<midino>0x07</midino> | ||
<options> | ||
<switch/> | ||
</options> | ||
</control> | ||
<!-- mixer --> | ||
<control> | ||
<group>[Channel1]</group> | ||
|
@@ -602,6 +611,15 @@ | |
<script-binding/> | ||
</options> | ||
</control> | ||
<control> | ||
<group>[Channel1]</group> | ||
<key>DJ202.leftDeck.tapBPM</key> | ||
<status>0x90</status> | ||
<midino>0x12</midino> | ||
<options> | ||
<script-binding/> | ||
</options> | ||
</control> | ||
<control> | ||
<group>[Channel1]</group> | ||
<key>DJ202.leftDeck.volume.input</key> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
You're right. I got some unexpected results, too. Let's improve this later on.