S4MK3 & S3: Community Performance MOD (qml coding)

1394041424345»

Comments

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

    If you use loopMIDI software, you can also loop the MIDI button back to a TSI mapping file to trigger commands (for devices without qml mappings). :)

  • Sûlherokhh
    Sûlherokhh Member, Traktor Mapping Mod Posts: 3,362 mod
    edited April 12

    @pARty_bOy

    Test this version:

    Edit: this is what i added.

    AppProperty {
      id: browserFullScreenProp;
      path: "app.traktor.browser.full_screen"
      onValueChanged:
        {
        if (value) {
          screenViewProp.value = ScreenView.browser;
        }
        else {
          screenViewProp.value = ScreenView.deck;
        }
      }
    }
    

    The MappingProperty screenViewProp is defined in the unchanged D2/S8 deck file.

  • pARty_bOy
    pARty_bOy Member Posts: 170 Pro
    edited April 12

    Hi! thank you for the reply.
    scrolling with the Z2 Browse knob nothing happens on the D2 screen.

    I tried mapping back de MIDI 1 Button to the Z2 browse knob & A/B, no success

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

    As i said, i've skipped anything to do with MIDI button.

    What happens, when Traktor GUI enters BrowserOnly layout?

  • pARty_bOy
    pARty_bOy Member Posts: 170 Pro

    pressing Z2 Browse knob= on D2 screen nothing happens, on PC screen "Only Browser Layout "

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

    That's what i needed to know. I will update the mini mod.

    No crash is already good. :)

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

    Note: The archive now contains two files that need to be replacing the original files. It also includes the original folder structure so you know where they need to be placed.

  • pARty_bOy
    pARty_bOy Member Posts: 170 Pro
    edited April 12

    Hello, thanks again for the reply.
    when I scroll with the Z2 Browser knob nothing happens on D2 screen, when press the Z2 Browser knob the D2 screen toggles to Playlist view and I can scroll trough playlists, press knob again goes back to Deck View.
    If the D2 is focus on Deck A , and Im scrolling the playlist, and I load a Track using the "Z2 Load A" it goes back to Scratchwave View, but If I load to Deck B it stays in the PlayList view.

    Im very happy with the results, Thank you

  • Sûlherokhh
    Sûlherokhh Member, Traktor Mapping Mod Posts: 3,362 mod
    edited April 12

    Does D2 screen switch to Browser when GUI switches to BrowserOnly layout?

    Does D2 screen switch to Deck (waveform) when GUI exits BrowserOnly layout?

    Z2 Load A and Z2 Load B should both turn off screen browser if both turn off GUI BrowserOnly layout.

    Edit: only scrolling will not trigger screen browser unless scrolling also activates GUI BrowserOnly layout.

  • pARty_bOy
    pARty_bOy Member Posts: 170 Pro
    edited April 12

    yes using the mouse, on-screen clicking "Only Browser On" , toggles the D2 Screen Wave/Playlist.Im OK with the Mapper you did, more intuitive to press the knob to toggle between screens

    Z2 Load A or B I had more mapping to those buttons I didnt remember, so I mapped those Buttons to also turn OFF "Only Browser On" and now it does turn off the D2 Playlist view back to Deck View.


    Thank you Sûlherokhh All the Best

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

    Now that you know how to trigger the screen, overmapping is all in your hands now. You could add the direct GUI command to the encoder turn as well, if that assignment is allowed to be used on the Z2 encoder (it's blocked for the newest NI controllers, but Z2 is old).

    Glad i could help you customize your setup. 🦋

Back To Top