S4MK3 & S3: Community Performance MOD (qml coding)

1404142434446»

Comments

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

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

  • pixel
    pixel Member Posts: 391 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: 391 Pro

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

Back To Top