S4MK3 & S3: Community Performance MOD (qml coding)

1424344454648»

Comments

  • hardbea7
    hardbea7 Member Posts: 22 Member
    edited May 30

    Has anybody mapped Record & Mute button to Vocal & Instrument’s? If not is it possible?

  • Alex Wizz
    Alex Wizz Member Posts: 3 Member

    Helloo brothers, just want to say you are doing great job!!! I use S3 and X1 MK3, really great combo, on traktor 3.11.1.17. X1. It's ok for me but I want to update the S3 QML Mod… wondering if the T4 Version will work on Traktor 3, or I have to sacrificy my pc. Anyway I'll do it, and give u some feedback …!


    I'm with the S3 TP3.11.1_PerformanceMod_10.2.0 version, haven't noticed problems… will let you know, if still my OS is running after this attempt :D

    S3 + X1 MK3 + Audio 4 DJ (couse the S3 audio is really not high definition, a4dj is still better then most, I used it literally every day since 2008 and right now. Got my Native ID back then, made hundreds dj events and still going, imagine just the usb port is plugged/unplugged I guess 6000+ times, still no glitches, no repairs! I knew you are the best guys, since the begining, the journey is great!
    Thank you NI - Love you all !

  • Sûlherokhh
    Sûlherokhh Member, Traktor Mapping Mod Posts: 3,533 mod

    X1MK3 came out right before TP4. Latest mod version requires TP4 i think. There should be links somewhere in the mod thread to earlier TP3 versions.

  • Sûlherokhh
    Sûlherokhh Member, Traktor Mapping Mod Posts: 3,533 mod

    REC + MUTE are already in use (LoopIN, LoopOUT). Stem controls are still WiP. (S4MK3 mod)

  • Sûlherokhh
    Sûlherokhh Member, Traktor Mapping Mod Posts: 3,533 mod

    Work on the next version of the X1 performance mod is almost done, so i can continue working on the stem/remix deck code for the S4 soon… 🙂

  • Alex Wizz
    Alex Wizz Member Posts: 3 Member

    Hi all, just cameby to tell you, I I found a values that corespond acurately to the bpm led indicator, when set on that option, it looks like this: S3 Traktor 3 csi deck settings
    /--- Jogwheel Beatcounter LED ---//

    readonly property var jogwheelTurnSpeedFactor: deckMixerBpm.value / 2

    readonly property var deckBeats: deckTypeProp.value != 1 ? (((deckElapsedTime.value * 1000 - deckGridOffset.value + 16) * jogwheelTurnSpeedFactor) / 7500.0) : parseInt(remixBeatPos.value) * 4
    readonly property var deckBeat: (deckBeats < 0.0) ? (8 - (parseInt(Math.abs(deckBeats) % 8))) : parseInt(Math.abs(deckBeats) % 8) + 1

  • Sûlherokhh
    Sûlherokhh Member, Traktor Mapping Mod Posts: 3,533 mod

    Nice. What speed is it? Don't have an S3 to test.

    @pixel check it out. 🙂

Back To Top