nicethings wrote :
...
The partial mapper is still under extensions, and install-able
I just tested it:

Inviato Wed 10 Nov 21 @ 8:50 am
FAO: Hardware Integration Department
Traktor S4 MK3 screens:
The guys at CABL (Controller ABstraction Layer) have the screens working and all the details. The screens and driver are standard NI parts and the same as Mashine MK3. All of the hard work figuring out how to drive the screens has already been done here: Reference: https://github.com/shaduzlabs/cabl/issues/9
"Format is RGB565.
first 16 bytes: Header, which includes the display to address as well as X/Y start position and the width/height of the transmission.
Commands:
Each is 4 bytes long. The first of that 4 bytes is the command code and the next 3 are parameters.
Command Code 00: Sends the next two pixel values to the display. Parameters are all zero. Data is two pixels with 2 bytes each
Command Code 01: Repeats two given pixel values n times. Parameters are the number of repetitions. Data is two pixels with 2 bytes each.
Command Code 03: Unknown yet, but required to display things on the display. Parameters are all zero. No data.
Command Code 04: End of Transmission."
Traktor S4 MK3 Motorized plattters:
The platters are now working in mixx as the guys there were busy reverse engineering the mapping and 'wheel' details. They have it working well enough, mut they are awaiting an update of some of mixx's core components for it to be full working.
https://github.com/mixxxdj/mixxx/pull/3900/files
https://mixxx.discourse.group/t/traktor-kontrol-s4-mk3/21613/28
I am a developer, but I no longer have virtual DJ (was tied to the controller) and no development experience with the virtual DJ platform, otherwise I'd have a crack at it myself.
My motivation for seeing this through, is that I do have an S4 mk3, but hate Traktor as it keeps crashing + I loved using virtual DJ.
At this point I think that's all the info needed to procees with an S4 MK3 mapping.
Does the development team have capacity for this? Is it commercially viable? If not I may be able to persue the integration jog wheels and screen. I guess it might involve writing a custom windows driver (I don't do mac's sorry)
Traktor S4 MK3 screens:
The guys at CABL (Controller ABstraction Layer) have the screens working and all the details. The screens and driver are standard NI parts and the same as Mashine MK3. All of the hard work figuring out how to drive the screens has already been done here: Reference: https://github.com/shaduzlabs/cabl/issues/9
"Format is RGB565.
first 16 bytes: Header, which includes the display to address as well as X/Y start position and the width/height of the transmission.
Commands:
Each is 4 bytes long. The first of that 4 bytes is the command code and the next 3 are parameters.
Command Code 00: Sends the next two pixel values to the display. Parameters are all zero. Data is two pixels with 2 bytes each
Command Code 01: Repeats two given pixel values n times. Parameters are the number of repetitions. Data is two pixels with 2 bytes each.
Command Code 03: Unknown yet, but required to display things on the display. Parameters are all zero. No data.
Command Code 04: End of Transmission."
Traktor S4 MK3 Motorized plattters:
The platters are now working in mixx as the guys there were busy reverse engineering the mapping and 'wheel' details. They have it working well enough, mut they are awaiting an update of some of mixx's core components for it to be full working.
https://github.com/mixxxdj/mixxx/pull/3900/files
https://mixxx.discourse.group/t/traktor-kontrol-s4-mk3/21613/28
I am a developer, but I no longer have virtual DJ (was tied to the controller) and no development experience with the virtual DJ platform, otherwise I'd have a crack at it myself.
My motivation for seeing this through, is that I do have an S4 mk3, but hate Traktor as it keeps crashing + I loved using virtual DJ.
At this point I think that's all the info needed to procees with an S4 MK3 mapping.
Does the development team have capacity for this? Is it commercially viable? If not I may be able to persue the integration jog wheels and screen. I guess it might involve writing a custom windows driver (I don't do mac's sorry)
Inviato Fri 07 Jan 22 @ 11:13 pm
I just downloaded VDJ and signed up for pro as I am sick of Traktor crashes. I am trying to use the S4 Mk3 mapping and all seems good so far. Thanks for all the great work.
One question though, is there a users manual/diagram for this mapping? Or an easy way to get to the Stems control or have it on the Stems button of the S4 Mk3?
One question though, is there a users manual/diagram for this mapping? Or an easy way to get to the Stems control or have it on the Stems button of the S4 Mk3?
Inviato Thu 27 Jan 22 @ 1:31 am
keithhards wrote :
FAO: Hardware Integration Department
Traktor S4 MK3 screens:
The guys at CABL (Controller ABstraction Layer) have the screens working and all the details. The screens and driver are standard NI parts and the same as Mashine MK3. All of the hard work figuring out how to drive the screens has already been done here: Reference: https://github.com/shaduzlabs/cabl/issues/9
"Format is RGB565.
first 16 bytes: Header, which includes the display to address as well as X/Y start position and the width/height of the transmission.
Commands:
Each is 4 bytes long. The first of that 4 bytes is the command code and the next 3 are parameters.
Command Code 00: Sends the next two pixel values to the display. Parameters are all zero. Data is two pixels with 2 bytes each
Command Code 01: Repeats two given pixel values n times. Parameters are the number of repetitions. Data is two pixels with 2 bytes each.
Command Code 03: Unknown yet, but required to display things on the display. Parameters are all zero. No data.
Command Code 04: End of Transmission."
Traktor S4 MK3 Motorized plattters:
The platters are now working in mixx as the guys there were busy reverse engineering the mapping and 'wheel' details. They have it working well enough, mut they are awaiting an update of some of mixx's core components for it to be full working.
https://github.com/mixxxdj/mixxx/pull/3900/files
https://mixxx.discourse.group/t/traktor-kontrol-s4-mk3/21613/28
I am a developer, but I no longer have virtual DJ (was tied to the controller) and no development experience with the virtual DJ platform, otherwise I'd have a crack at it myself.
My motivation for seeing this through, is that I do have an S4 mk3, but hate Traktor as it keeps crashing + I loved using virtual DJ.
At this point I think that's all the info needed to procees with an S4 MK3 mapping.
Does the development team have capacity for this? Is it commercially viable? If not I may be able to persue the integration jog wheels and screen. I guess it might involve writing a custom windows driver (I don't do mac's sorry)
Traktor S4 MK3 screens:
The guys at CABL (Controller ABstraction Layer) have the screens working and all the details. The screens and driver are standard NI parts and the same as Mashine MK3. All of the hard work figuring out how to drive the screens has already been done here: Reference: https://github.com/shaduzlabs/cabl/issues/9
"Format is RGB565.
first 16 bytes: Header, which includes the display to address as well as X/Y start position and the width/height of the transmission.
Commands:
Each is 4 bytes long. The first of that 4 bytes is the command code and the next 3 are parameters.
Command Code 00: Sends the next two pixel values to the display. Parameters are all zero. Data is two pixels with 2 bytes each
Command Code 01: Repeats two given pixel values n times. Parameters are the number of repetitions. Data is two pixels with 2 bytes each.
Command Code 03: Unknown yet, but required to display things on the display. Parameters are all zero. No data.
Command Code 04: End of Transmission."
Traktor S4 MK3 Motorized plattters:
The platters are now working in mixx as the guys there were busy reverse engineering the mapping and 'wheel' details. They have it working well enough, mut they are awaiting an update of some of mixx's core components for it to be full working.
https://github.com/mixxxdj/mixxx/pull/3900/files
https://mixxx.discourse.group/t/traktor-kontrol-s4-mk3/21613/28
I am a developer, but I no longer have virtual DJ (was tied to the controller) and no development experience with the virtual DJ platform, otherwise I'd have a crack at it myself.
My motivation for seeing this through, is that I do have an S4 mk3, but hate Traktor as it keeps crashing + I loved using virtual DJ.
At this point I think that's all the info needed to procees with an S4 MK3 mapping.
Does the development team have capacity for this? Is it commercially viable? If not I may be able to persue the integration jog wheels and screen. I guess it might involve writing a custom windows driver (I don't do mac's sorry)
Wow - Great research! Can someone ask VDJ devs to look at those and respond?
Inviato Tue 01 Mar 22 @ 12:08 am
Bonjour. J'ai compris que pour le haptic et les screens c'est compliqué.
J'aimerai savoir comment faire pour appliquer les effets FX du Deck 2 au deck 1, et inversement. C'est possible dans Traktor.
Merci
J'aimerai savoir comment faire pour appliquer les effets FX du Deck 2 au deck 1, et inversement. C'est possible dans Traktor.
Merci
Inviato Mon 14 Mar 22 @ 10:47 am
Any updates?
Inviato Thu 31 Mar 22 @ 3:52 pm
Development Team wrote :
Discussion about Traktor Kontrol S4 MK3
Known issues.
- Screens not working
- Haptic (Motor) Wheel mode not working
- Faders not reporting their positions on start up. To get their positions, move any fader after statup
Known issues.
- Screens not working
- Haptic (Motor) Wheel mode not working
- Faders not reporting their positions on start up. To get their positions, move any fader after statup
Thanks for making this. Helps a lot! I was wondering why the script for fast search within a track (wheel_mode 'search' while_pressed) with the shift jog wheel does not work. It is not the mapping, but i also cannot make it work. Any suggestions?
Inviato Fri 19 Aug 22 @ 8:49 am
<bump>
Inviato Sun 02 Oct 22 @ 7:15 pm
Hello! Does anyone knows when you remap buttons on the controller, does Virtual DJ remember them after another launch of the software?
Inviato Mon 24 Oct 22 @ 12:02 pm
Yes it remember .
By all Controllers .
By all Controllers .
Inviato Mon 24 Oct 22 @ 12:25 pm
Any further news whether this controller will be mapped. With the cost of living not all DJs can afford the high end controllers and this would be a good way of supporting DJs with this controller. It's a good controller. I have the s3 and this works well with virtual DJ
Inviato Mon 24 Oct 22 @ 4:11 pm
The controller itself works very well even now. Yes, displays and haptic plates are not working, that's a bummer, but I've been using it for past 2-3 years without problems with custom mapping that is provided here on the forum. It would be swell if at least haptic motors would work but it's one of the best cost/performance controllers even without it, and it's been a long time since release so I would not "count" on those features to work anytime soon (probably never), either make peace with this fact or buy another controller instead there is huge selection out there, adding bumbs this thread will never solve it :)
Inviato Mon 24 Oct 22 @ 6:47 pm
Development Team wrote :
Discussion about Traktor Kontrol S4 MK3
Known issues.
- Screens not working
- Haptic (Motor) Wheel mode not working
- Faders not reporting their positions on start up. To get their positions, move any fader after statup
Known issues.
- Screens not working
- Haptic (Motor) Wheel mode not working
- Faders not reporting their positions on start up. To get their positions, move any fader after statup
Dear team. Used this on a gig and the jog wheels don't turn backwards on the screen. When I try and turn my jogs back on my controller it just pauses on the screen
Inviato Wed 26 Oct 22 @ 10:02 pm
One question to the DEVELOPMENT TEAM, so we all know not to ask same question again and again... Are you currently working or will there be an update mapping for S4 MK3 Controller with the rest things working?
Inviato Thu 08 Dec 22 @ 10:23 am
Guys does someone know if the microphone inputs working, because i can not switch with the buttons?
Inviato Tue 03 Jan 23 @ 3:09 pm
Alex78897889 wrote :
Guys does someone know if the microphone inputs working, because i can not switch with the buttons?
On mine the mics works fine, to switch between Line and Mic, while pressing shift button click the line/mic button
Inviato Tue 10 Jan 23 @ 5:26 pm
команда разработчиков, сделайте пожалуйста обновление на s4 mk3
Inviato Sun 05 Feb 23 @ 9:51 pm
Any updates on Traktor Kontrol S4 MK3?
Inviato Wed 01 Mar 23 @ 10:41 pm
djdad wrote :
Managed to get the screens working, but they conflict with the Jog Ring leds, so have to disable.
If you think the Screens are more important than the Jog Ring leds, let me know to upload.
If you think the Screens are more important than the Jog Ring leds, let me know to upload.
Does screens work fully, showing loop size, waveform, cue points ...?
Inviato Wed 28 Feb 24 @ 8:46 am
The screens are completely skin-able, so yes, can show anything. At my initial skin, i display Title, BPM, time, Key, loop size and song progress wave
Inviato Wed 28 Feb 24 @ 9:07 am