-
Notifications
You must be signed in to change notification settings - Fork 123
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
docs(controller): add reloop ready (WIP) #478
Open
Swiftb0y
wants to merge
2
commits into
mixxxdj:2.5
Choose a base branch
from
Swiftb0y:reloop-ready
base: 2.5
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,92 @@ | ||||||
.. _reloop-ready: | ||||||
|
||||||
Reloop Ready | ||||||
============= | ||||||
|
||||||
.. sectionauthor:: | ||||||
Nikolaus Einhauser <nikolaus.einhauser@mixxx.org> | ||||||
|
||||||
The Reloop Ready controller is an entry-level 2-Deck :term:`MIDI` controller | ||||||
featuring a built-in 4-channel USB audio interface. | ||||||
|
||||||
- `Manufacturer’s product page <https://www.reloop.com/reloop-ready>`__ | ||||||
- `Serato DJ Hardware Page <https://serato.com/dj/hardware/reloop-ready>`__ | ||||||
- `Instruction Manual <https://www.reloop.com/media/catalog/product/pdf/2/4/3/243598_Reloop_IM.pdf>`__ | ||||||
|
||||||
.. | ||||||
- `Mapping Forum Thread <>`__ TODO | ||||||
|
||||||
.. versionadded:: 2.4.1 | ||||||
|
||||||
|
||||||
Audio Setup | ||||||
----------- | ||||||
|
||||||
For the controllers internal Audio interface to interact properly with Mixxx, | ||||||
the following channel assignments are required: | ||||||
|
||||||
===================== ================ | ||||||
Output Channels Assigned to | ||||||
===================== ================ | ||||||
1-2 Main | ||||||
3-4 Headphones | ||||||
===================== ================ | ||||||
|
||||||
.. figure:: ../../_static/controllers/reloop_ready_front.svg | ||||||
:align: center | ||||||
:width: 100% | ||||||
:figwidth: 100% | ||||||
:alt: Reloop-Ready (schematic view) | ||||||
:figclass: pretty-figures | ||||||
|
||||||
Reloop-Ready (schematic view) | ||||||
|
||||||
|
||||||
======== ================================================== ========================================== | ||||||
No. Control Function | ||||||
======== ================================================== ========================================== | ||||||
1 & 2 :hwlabel:`GAIN`, :hwlabel:`High`, :hwlabel:`LOW` Gain / EQ, controls the Eq depending on the chosen setting TODO | ||||||
3 :hwlabel:`BROWSE` Encoder Navigate the library view up and down | ||||||
3 :hwlabel:`BROWSE` Encoder Button See :mixxx:coref:`[Library],GoToItem` | ||||||
3 :hwlabel:`SHIFT` + :hwlabel:`BROWSE` Encoder Move the library Focus horizontally | ||||||
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.
Suggested change
For my understanding there are a few words capitalized unnecessary. Please verify. |
||||||
3 :hwlabel:`SHIFT` + :hwlabel:`BROWSE` Encoder Knob (Un-)maximize the Library | ||||||
4 :hwlabel:`LOAD` Button Load the selected track onto the corresponding deck | ||||||
4 :hwlabel:`SHIFT` + :hwlabel:`LOAD` Button Unload the currently loaded track from the deck | ||||||
5 :hwlabel:`FILTER` Knob QuickEffect superknob (filter by default, can be changed in the UI or the preferences) | ||||||
6 :hwlabel:`CUE` Button Enable Deck output to headphone (:term:`PFL`) | ||||||
7 :hwlabel:`SHIFT` Button Access alternative functionality of some buttons. | ||||||
8 :hwlabel:`TEMPO` Fader Adjust the tempo of the Deck (direction can be changed in the Deck preferences) | ||||||
9 Channel faders Adjust the output level for each channel. | ||||||
10 Crossfader Fades between left and right deck. (make sure the orientation is set correctly in Mixxx) | ||||||
12 Pads See the PadSection (TODO) | ||||||
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.
Suggested change
|
||||||
13 :hwlabel:`VINYL` Button Toggle vinyl control mode (if enabled, touching the top of the platter stops the playback) | ||||||
13 :hwlabel:`SHIFT` + :hwlabel:`VINYL` Button Toggle Slip Mode | ||||||
14 :hwlabel:`KEY LOCK` Button Toggle whether the pitch of the track should be immune to tempo changes | ||||||
14 :hwlabel:`SHIFT` + :hwlabel:`KEY LOCK` Button Change Deck Pitch to match currently playing deck | ||||||
15 :hwlabel:`PARAMETER 1/2` Buttons See the PadSection (TODO) | ||||||
16 :hwlabel:`LOOP` Encoder Change Loop size | ||||||
16 :hwlabel:`LOOP` Button Set loop at the current play position / disable currently active loop | ||||||
16 :hwlabel:`SHIFT` + :hwlabel:`LOOP` Button Tap to set the track BPM | ||||||
17 :hwlabel:`FX UNIT` TODO | ||||||
18 :hwlabel:`LEVEL` EffectUnit Meta Knob | ||||||
19 :hwlabel:`MODE` See the PadSection (TODO) | ||||||
20 :hwlabel:`SYNC` Button (short press) Copy the Tempo from the other deck to this deck | ||||||
20 :hwlabel:`SYNC` Button (long press) Make this deck a tempo follower | ||||||
21 :hwlabel:`CUE` Button Cue Button | ||||||
22 :hwlabel:`CUE` Button Play Button | ||||||
22 :hwlabel:`SHIFT` + :hwlabel:`CUE` Button Censor (play in reverse then jump to were the track would've been) | ||||||
======== ================================================== ========================================== | ||||||
|
||||||
|
||||||
Pad Section | ||||||
~~~~~~~~~~~ | ||||||
|
||||||
.. figure:: ../../_static/controllers/reloop_ready_pads.svg | ||||||
:align: center | ||||||
:width: 65% | ||||||
:figwidth: 100% | ||||||
:alt: Reloop Ready Pads | ||||||
:figclass: pretty-figures | ||||||
|
||||||
|
||||||
TODO |
Oops, something went wrong.
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.
Do we have a forums thread?
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.
Not yet. I didn't bother 'packaging" the mapping for the forums yet.