S4MK3 & S3: Community Performance MOD (qml coding)

14142434446

Comments

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

    ^^ Fall? :p Enjoy your vacation. Where to, if i may ask?

  • pixel
    pixel Member Posts: 408 Pro

    i have just discovered and removed a traktor bug.
    sometimes the leds flashed white at the end of the track_end_warning function

    solution:

    Turntable { name: "turntable1"; channel: module.deckIdx; color: Color.Red }
    
      WiresGroup {
       enabled:  module.active && !jogWheelAnimation.value && endWarningProp.value
        Wire { from: "%surface%.jogwheel_ring.2"; to: "turntable1.lights" }
        Wire { from: "%surface%.jogwheel_ring.4"; to: "turntable1.lights" }
        Wire { from: "%surface%.jogwheel_ring.6"; to: "turntable1.lights" }
        Wire { from: "%surface%.jogwheel_ring.8"; to: "turntable1.lights" }
      }
    

    I have updated the download above

  • pixel
    pixel Member Posts: 408 Pro

    in the long run only S3 qml is boring no lcd displays only buttons and the turners.😒^^

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

    So, which controller do you want to work on next? :D

  • pixel
    pixel Member Posts: 408 Pro

    in the combination S3Mod+X1Mod almost everything is great, it's better to use a S3+X1 anyway. i also think that hardly anyone uses the S3Mod, it's not worth creating a new post every time. i think it's enough if i upload my files here 1-2 times a year. next week i'll have a look at your new s4 remix stuff.😎

    i'm thinking about buying the z1 and trying to port your z1 stems visualization idea to the x1. that would get me to finally get into the small displays and test new things, but i need the z1 first to understand the code properly. but knowing you, i'm sure you'll be done soon?😜😄

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

    In reality i am only doing wips. I'm never done, only paused. ^^

    There are a few things i want to port from z1 to x1, screenwise. I like the equalizer/stem overviews.

  • pixel
    pixel Member Posts: 408 Pro
    edited April 26

    edit: Sûlherokhh you're right, this doesn't belong in this topic😁

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

    I like it. Please send your carpentry and masonry progress updates in our private chat and keep this thread for code work. ;)

  • Paul Us Dj
    Paul Us Dj Member Posts: 1 Member

    Thank you very much for the work done! Great mod! Could you implement Pad FX into it. For example, for the 3 FX bus, as it is implemented here: https://maps.djtechtools.com/mappings/12217 ?

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

    Happy to hear that you like it! :)

    I don't see me adding additional PAD modes for FX in the near future. The latest project is not finished and may take a bit more time than expected and a new PAD mode will require a lot of new code both for the FX and for a comfortable access to user customization. So, don't wait for it. Still, i will keep my eyes open for something along those lines.

  • pixel
    pixel Member Posts: 408 Pro

    S3 Performance Mod v3.7 also works with the new TP: 4.2.0 update👍️

  • Krzysiek
    Krzysiek Member Posts: 21 Member

    Can someone tell me is this mod work on ver. 4.2 work with traktor software ? Can i update to ver 4.2 or better wait ?

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

    It works. Haven't updated page 1 yet.

  • Gabi_UK
    Gabi_UK Member Posts: 10 Member
    edited May 5

    This is my first post here, with a brand new S4 mk3. First of all, I want to express my respect to you guys!

    Applied mod after a couple of attempts today. All good except one thing - jogwheels don't blink when the track ends. The screen is flashing red (waveforms).

    I don't know if I'm doing something wrong here or if it should be like that.

    Thanks.

    Edit: forgot to say that I'm on TP v4.20.34

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

    Nothing wrong. I never implemented blinking jog LED for track end warning. Do you think this is needed?

    Glad you like it. :)

Back To Top