Supreme Edition MOD
Comments
-
It can't do anything on touch, the browse knob is not touch sensitive.
Did you change "%surface%.browse.mode" into "%surface%.browse.view" to have the VIEW button toggle browser mode?
1 -
Yeah thanks that solved that issue. I also noticed that deck selector doesn’t work either. I didn’t notice that before as I couldn’t get past the browser opening or closing. Thanks for your help btw.
0 -
As far as i can see, S3 & S4 are both WiP, too much so for club work, so far.
0 -
Would you know how to add deck selector within the qml?
0 -
Open this file: "...\Native Instruments\Traktor Pro 3\Resources64\qml\CSI\S3\S3Side.qml"
line 113 looks like this:
function deck(id) { switch (id) { case 1: return deckA case 2: return deckB case 3: return deckC case 4: return deckD } }
copy and paste this code right beneath it:
Wire { from: "%surface%.top_deck"; to: SetPropertyAdapter { path: propertiesPath + ".top_deck_focus"; value: true; color: topDeckId == 1 ? deckA.deckLEDColor : deckB.deckLEDColor } } Wire { from: "%surface%.bottom_deck"; to: SetPropertyAdapter { path: propertiesPath + ".top_deck_focus"; value: false; color: bottomDeckId == 3 ? deckC.deckLEDColor : deckD.deckLEDColor } }
The end result will then look like this:
function deck(id) { switch (id) { case 1: return deckA case 2: return deckB case 3: return deckC case 4: return deckD } } Wire { from: "%surface%.top_deck"; to: SetPropertyAdapter { path: propertiesPath + ".top_deck_focus"; value: true; color: topDeckId == 1 ? deckA.deckLEDColor : deckB.deckLEDColor } } Wire { from: "%surface%.bottom_deck"; to: SetPropertyAdapter { path: propertiesPath + ".top_deck_focus"; value: false; color: bottomDeckId == 3 ? deckC.deckLEDColor : deckD.deckLEDColor } }
It worked with the S4MK3. I hope this will work with the S3 as well.
0 -
Yes mate, that worked lovely. Selector A and B blue is not as bright as b and d orange, but I can live with that. Lastly I think for now :) when I change settings to allow for shift cues (advanced loop) that works lovely but shift samples (I prefer pad effects) does nothing. I can copy a sample into a remix deck which is ace, but I really would like to be able to apply pad effects if I can. let me know if you have s4 settings set up for that and hopefully it will be the same.
1 -
What happens with STEM or SHIFT+STEM?
0 -
shift cues lets me access pad fx but shift samples (s3) or shift stems (s4) does nothing. When I change in settings it still doesn't do anything. I can live with shift cues for pad fax as I don't really use advanced loop etc anyway.
One more thing that is bugging me is how to change which deck to select for copying samples in the pads as at the moment the deck that is selected is only deck B. I would like to be able to change it so I can copy from deck A for example. Can you have it where on deck A this copies into deck C and deck B copies samples into deck D?
1 -
The S3 BrowseEncoder is not yet fully developed, but the one from the S2 looks good. You could try to use it. I can't test it but this is how i would do it.
Open the file "...\Native Instruments\Traktor Pro 3\Resources64\qml\CSI\S3\S3Deck.qml" (always use a good editor like notepad++ for this)
In my SupremeMod version it looks like this in line 167:
BrowserModule { name: "browse" surface: deck.surface deckId: deck.deckId } /* S3BrowseEncoder { name: "browse" active: deck.active deckId: deck.deckId surface: deck.surface } */
S3BrowseEncoder is inside /* */ and so inactive (as a comment)
Turn it into this:
/* BrowserModule { name: "browse" surface: deck.surface deckId: deck.deckId } */ S2MK3BrowseEncoder { name: "browse" active: deck.active deckId: deck.deckId surface: deck.surface }
When this is done, holding SAMPLE and turning the BrowseKnob should now change the Capture_Source. Check, if any of the Browse section's buttons now do what they are supposed to do.
0 -
Browse play, I can add to preview player and browser scroll scrub through. Star and browser scroll go through favourites. Prep folder doesn’t seem to do anything from what I can see.
when I copy and paste those settings Traktor for deck select for samples, Traktor doesn’t open. So conflict there.
0 -
Too bad, i suppose we should be patient for Aleix to give it a once over then.
0 -
I agree. Thanks though for helping. I’ve got the mod pretty how I want it now.
0 -
SupremeModEdit uploaded:
1 -
@Aleix Jiménez would you add volume adjustable settings for each step to the step sequencer like midifighter twister do. My own S8 and D2's will really like it :p Thank you in advance!!!
1 -
Also features what traktor F1 can do will be awesome to be supported. Like sample reverse, adjusting the starting and the length of the sample, changing the bpm of the sample * or / by 2,4... etc.
1
Categories
- All Categories
- 19 Welcome
- 1.3K Hangout
- 59 NI News
- 708 Tech Talks
- 3.6K Native Access
- 15.2K Komplete
- 1.8K Komplete General
- 4K Komplete Kontrol
- 5.3K Kontakt
- 1.5K Reaktor
- 356 Battery 4
- 784 Guitar Rig & FX
- 403 Massive X & Synths
- 1.1K Other Software & Hardware
- 5.3K Maschine
- 6.7K Traktor
- 6.7K Traktor Software & Hardware
- Check out everything you can do
- Create an account
- See member benefits
- Answer questions
- Ask the community
- See product news
- Connect with creators