-
-
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
Traktor s3 2.3 #3031
Merged
Merged
Traktor s3 2.3 #3031
Changes from 1 commit
Commits
Show all changes
103 commits
Select commit
Hold shift + click to select a range
ba6304a
Traktor S3: Initial commit
ywwg df87b97
Traktor S3: move from channel-specific to deck aliases
ywwg 297537a
HidController: loop until no more messages are available on poll
Be-ing 1ac6500
HidController: do not copy incoming data before processing it
Be-ing 5c49335
Merge branch '2.3' into traktor-s3-2.3
ywwg 6fcecb5
Traktor S3: Fix most connections for deck switching
ywwg 7563f01
Traktor S3: Bind more of the library buttons
ywwg 873eb53
Traktor S3: Master Vus, start implementing color lights
ywwg 7d7dbf7
Traktor S3: Lights behaving better, still a ways to go
ywwg 28f2a24
Merge remote-tracking branch 'upstream/2.3' into hid_polling
Be-ing dccade5
HidController: filter redundant messages
Be-ing ec872e5
Traktor S3: Try to get deck switching working
ywwg 1b0d65a
ControllerManager: make kPollInterval a static member
Be-ing 73e6460
HidController: stop polling when exceeding poll interval
Be-ing 759a0c2
HidController: clang-format #includes
Be-ing f5f6501
Traktor S3: good progress on lights
ywwg adbcd3f
Traktor S3: more lights
ywwg 7b1d774
Merge branch 'clone-deck-crash' into traktor-s3-2.3
ywwg 76404cc
Traktor S3: Fix color lights, add more
ywwg 907068e
Traktor S3: configurable dim/bright color values
ywwg bce2fe8
Traktor S3: pad buttons
ywwg 6bd797b
Traktor S3: light up the reverse light
ywwg ac58bc2
Traktor S3: Most functions working decently
ywwg 520e942
Traktor S3: hotcue colors!
ywwg 0a2d951
TraktorS3: fx buttons
ywwg 232516a
Merge branch '2.3' into traktor-s3-2.3
ywwg 29bb6e7
Traktor S3: clean up lint problems
ywwg f496ede
Traktor S3: fix jog wheels
ywwg d19b312
TraktorS3: revert mistake diffs
ywwg e610604
Traktor S3: pitch slider relative mode
ywwg 888d513
Traktor S3: animate segments around wheels
ywwg 69f35e1
Traktor S3: Major refactor to be more objecty
ywwg a5def7e
Traktor S3: refactor continues, outputs starting to work again
ywwg 483dabd
Traktor S3: finish refactor!
ywwg 2b76faa
Traktor S3: Fix some bugs. Pretty stable again
ywwg d009e3a
Traktor S3: better timers
ywwg f1d3b12
Traktor S3: more rearranging (untested)
ywwg e2deeb5
Merge branch '2.3' into traktor-s3-2.3
ywwg 2f518b8
Traktor S3: Make sure lights light up if triggered from gui, not just…
ywwg f8ad615
Traktor S3: Fix hotcues
ywwg 7fe78b2
Traktor S3: revert colormapper changes
ywwg 4696655
Traktor S3: Make debugmode a var
ywwg 3de6d0b
Traktor S3: enable soft takeover for quickeffect
ywwg f578866
Update res/controllers/Traktor-Kontrol-S3-hid-scripts.js
ywwg d575a54
Update res/controllers/Traktor-Kontrol-S3-hid-scripts.js
ywwg 946cdf6
Traktor S3: notes
ywwg 4a9a2da
Update res/controllers/Traktor-Kontrol-S3-hid-scripts.js
ywwg 8b849f4
Traktor S3: make user configs global
ywwg bb2394f
Traktor S3: make button brightnesses global too
ywwg 2b8c817
Traktor S3: Implement channel 4 input mode
ywwg 05d6a99
Traktor S3: remove redundant connections
ywwg 0d70fe8
Traktor S3: FX for input channel
ywwg 55e32a1
Traktor S3: fix keylock light and input fx
ywwg d89004d
Traktor S3: toggle whole chain
ywwg ce52010
Traktor S3: batch light updates for less HID spamming
ywwg 3110dfc
Merge remote-tracking branch 'be/hid_polling' into traktor-s3-2.3
ywwg 958cb70
Traktor S3: Start rewriting fx mapping
ywwg c9844c9
Traktor S3: write a controller unit test!
ywwg 451a722
Merge branch '2.3' into traktor-s3-2.3
ywwg daaf969
Traktor S3: refactor testing, js testing works now
ywwg d31a797
Traktor S3: wip -- more effects reworking
ywwg 3f23819
Traktor S3: add a test for enable/disable effect units per channel
ywwg d0fc61d
TraktorS3: more effects mapping and testing
ywwg c730525
Traktor S3: remove commented cruft
ywwg 9a2a924
Traktor S3: start testing lights
ywwg c7e34f3
Traktor S3: more tests
ywwg b507664
Traktor S3: tests pass!
ywwg 938c1ab
Traktor S3: Effects mapping mostly done
ywwg d9fa36c
Traktor S3: debug cleanup
ywwg a7ab2b3
revert unintentional changes
ywwg a0eeb51
another unintentional commit
ywwg 4d01caf
Merge branch '2.3' into traktor-s3-2.3
ywwg 81a0638
Traktor S3: Sync with master version
ywwg 8eff1eb
Traktor S3: revert test for 2.3
ywwg dd3bcaf
Traktor S3: revert formatting changes
ywwg 5693f25
Merge branch '2.3' into traktor-s3-2.3
ywwg 3cef610
Traktor S3: make sure to bind callbacks
ywwg cd820b3
Traktor S3: Hook up jog button
ywwg bd438fa
Merge branch 'hid-poll-fix' into traktor-s3-2.3
ywwg 1b7a5ec
Traktor S3: Much better jog/scratch wheel behavior
ywwg 1d429e6
Merge branch '2.3' into traktor-s3-2.3
ywwg c2e2786
Merge branch '2.3' into traktor-s3-2.3
ywwg e712bc7
Traktor S3: Fix relative slider mode out of bounds issues
ywwg 53514f7
Traktor S3: Update wiki link
ywwg e72479b
Merge branch '2.3' into traktor-s3-2.3
ywwg 7d289f2
Update res/controllers/Traktor Kontrol S3.hid.xml
ywwg 8f5636b
Update res/controllers/Traktor-Kontrol-S3-hid-scripts.js
ywwg 1bc6bbd
Traktor S3: address notes
ywwg 03383f3
Merge branch 'traktor-s3-2.3' of github.com:ywwg/mixxx into traktor-s…
ywwg e7f22e9
Merge remote-tracking branch 'mixxx/2.3' into traktor-s3-2.3
ywwg d44ec2c
Update res/controllers/Traktor-Kontrol-S3-hid-scripts.js
ywwg 85e219e
Traktor S3: address notes
ywwg fc41283
Merge remote-tracking branch 'origin/traktor-s3-2.3' into traktor-s3-2.3
ywwg e3603d6
Apply suggestions from code review
ywwg 4929483
Merge remote-tracking branch 'origin/traktor-s3-2.3' into traktor-s3-2.3
ywwg 754d406
Merge branch '2.3' into traktor-s3-2.3
ywwg 52a8565
Traktor S3: Create options for different sampler playback modes
ywwg 4d84f71
Traktor S3: Make JOG button work like it does for other controllers
ywwg 01f9281
Traktor S3: simplify shutdown
ywwg 9c0adea
Traktor S3: Small updates:
ywwg 40b6799
Traktor S3: remap "view" to maximize_library, and playlist button to …
ywwg 4b90253
Merge branch '2.3' into traktor-s3-2.3
ywwg 31e896f
Traktor S3: Fix so jog button toggles wheel touch mode
ywwg 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
Traktor S3: FX for input channel
- Loading branch information
commit 0d70fe8c7aa6bc49821602dfc5cff2a9268acd62
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
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.
When #2618 is merged it will be important to toggle the whole chain, not just the first effect.
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.
done