-
-
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
add maping for Intech TEK2 #13405
add maping for Intech TEK2 #13405
Conversation
feat: add support for scaling BPM by different ratios
Add beatloop anchor to set and adjust loop from either start or end
Co-authored-by: Owen Williams <owen-github@ywwg.com>
Tango/Qt6: fix rate range label position
(fix) style Loop Anchor button in LateNight
add Rate Tap button
store/restore regular loop when toggling rolling loops
allshader RGB,Filtered and Stacked using textures for waveform data
Refactor/preferences enums
ControllerRenderingEngine: Patch out unavailable APIs when using GL ES
CMakeLists: Work around Qt shader bug with Xcode
AudioUnitManager: Disable unavailable in-process instantiation on iOS
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ons/checkout-4.1.7 Bump actions/checkout from 4.1.6 to 4.1.7
…rary widget. Co-authored-by: ronso0 <ronso0@mixxx.org>
Add track move commands to controls library
Waveforms: Disable textured waveforms when using OpenGL ES
…-stem Add support for stem in the engine
Welcome and thanks for upstreaming this mapping. Please sign the Mixxx Contributor Agreement and comment here when you have done so. It gives us permission to distribute your contribution under the GPL v2 or later license and the Apple Mac App Store. It is also helpful for us to have contact information for contributors in case we may need it in the future. |
Thank you for this PR! Controller mappings usually go to the stable branch (currently 2.4), unless they require new features. |
@Swiftb0y Hi, I signed the contract. Thank you! |
Great. Thank you. You will need to rebase this branch so it gets merged into the next release. To do that, issue the following commands: git switch -c intech-tek2 # put your work on a new branch
git switch main # go back to main branch
git reset --hard 6b62210eed71869fb2dd39c12261328912caf528 # ensure main branch is clean
git switch intech-tek2 # go back to your work
git rebase --onto=2.4 main # this is the step that actually does the rebase on 2.4
git push # publish Then you'll probably need to create a new PR because the PR should now be originating from your intech-tek2 branch. Please also understand that in order for us to be able to merge this, your contribution need to follow our style guide. Most of the required changes can be made automatically by use of |
TEK2 config files
https://mixxx.zulipchat.com/#narrow/stream/113295-controller-mapping/topic/Intech.20TEK2