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

add maping for Intech TEK2 #13405

Closed
wants to merge 1,385 commits into from
Closed

add maping for Intech TEK2 #13405

wants to merge 1,385 commits into from

Conversation

Greg-Orca
Copy link

ronso0 and others added 30 commits May 18, 2024 16:49
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
store/restore regular loop when toggling rolling loops
allshader RGB,Filtered and Stacked using textures for waveform data
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
fwcd and others added 21 commits June 16, 2024 22:24
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
@Swiftb0y
Copy link
Member

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.

@ronso0 ronso0 changed the title Intech TEK2 config files add maping for Intech TEK2 Jun 25, 2024
@ronso0 ronso0 changed the base branch from main to 2.4 June 25, 2024 10:30
@ronso0
Copy link
Member

ronso0 commented Jun 25, 2024

Thank you for this PR!

Controller mappings usually go to the stable branch (currently 2.4), unless they require new features.
I've changed the base branch to 2.4, please rebase onto that and force-push. Thank you.

@Greg-Orca
Copy link
Author

Greg-Orca commented Jun 27, 2024

@Swiftb0y Hi, I signed the contract. Thank you!

@Swiftb0y
Copy link
Member

Swiftb0y commented Jun 27, 2024

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 pre-commit. Please set up pre-commit and make sure to manually apply the required changes using pre-commit run --from-ref 2.4 --to-ref HEAD. Thank you very much.

@Greg-Orca Greg-Orca closed this by deleting the head repository Jul 1, 2024
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.