SupremeEditionMod EDIT
Comments
-
Take your pick. The OP of the above specified modding the jogwheel, but we expanded a bit around it. Mainly it's about S4MK3 and S3 mods though. It's not my thread but i inadvertently hijacked it for several mods.
If you want to adjust the Supreme Mod, there is a dedicated thread by @Aleix Jiménez (https://community.native-instruments.com/discussion/45/supreme-edition-mod/p1); this one right here is for a pretty deep EDIT of one of the older Supreme Mod originals.
0 -
..how i can change S5 (or S8) mod to have MixerFx popup in screen, holding a button (now is toggle button)? Thanks!
0 -
i have solved 👍
1 -
Good thing! 🤜🤛
0 -
is there “HoldingPropertyAdapter” script?
like “TogglePropertyAdapter” or “TriggerPropertyAdapter”
thanks!
0 -
Look for 'HoldPropertyAdapter' in the qml files.
1 -
hi at all.... why this script: (supreme mode for traktor Pro 3.7)
//BPM, Key, Quantize, Swing, Freeze, MixerFX, Capture and SoftTakeOver Overlays
WiresGroup {
// enabled: screen.flavor != ScreenFlavor.D2
enabled: screen.flavor == ScreenFlavor.S5 || (screen.flavor == ScreenFlavor.S8 && topDeckId == 1)
Wire { from: "%surface%.display.buttons.2"; to: TogglePropertyAdapter { path: editMode.path; value: EditMode.full} enabled: hasEditMode && shift && !hasEditButton }
Wire { from: "%surface%.display.buttons.2"; to: HoldPropertyAdapter { path: screenOverlay.path; value: Overlay.bpm } enabled: hasDeckProperties && (!shift || hasEditButton) }
Wire { from: "%surface%.display.buttons.2"; to: HoldPropertyAdapter { path: "app.traktor.decks." + deckId + ".remix.save_set"; } enabled : shift }
Wire { from: "%surface%.display.buttons.3"; to: TogglePropertyAdapter { path: screenOverlay.path; value: Overlay.key } enabled: hasDeckProperties && shift && !hasEditButton }
Wire { from: "%surface%.display.buttons.3"; to: HoldPropertyAdapter { path: screenOverlay.path; value: Overlay.mixerfx } enabled: !shift && !hasEditButton }
Wire { from: "%surface%.display.buttons.3"; to: TogglePropertyAdapter { path: screenOverlay.path; value: Overlay.quantize } enabled: hasRemixProperties && !sequencerMode.value && (shift || hasEditButton) }
Wire { from: "%surface%.display.buttons.3"; to: TogglePropertyAdapter { path: screenOverlay.path; value: Overlay.swing } enabled: hasRemixProperties && shift && sequencerMode.value }
}
in script in black crash (i would display button 2 save remix set)....could you help me?
Thanks!!
0 -
Are you using S5/D2 or S8?
0 -
S5! thank for help me
0 -
Try this:
Wire { from: "%surface%.display.buttons.2"; to: TriggerPropertyAdapter { path: "app.traktor.decks." + deckId + ".remix.save_set"; } enabled : hasRemixProperties && shift }
The main thing is that you use 'TriggerPropertyAdapter' instead of 'HoldPropertyAdapter'. Also, 'hasRemixProperties' makes it only usable on a Remix Deck.
1 -
work!!! thanks Sulherokhh!!
1 -
Awesome you got that sorted so quickly! ☕😃🎧
0 -
hi! is possible to change “Rating” with “Import Date” column in browser? i have change only the name in screen, but it doesn’t work because i’m not able to script a command :(
It’s in Supreme Setting, thanks a lot
0 -
These are the attributes accessible:
- "app.traktor.decks.X.content.title"
- "app.traktor.decks.X.content.album"
- "app.traktor.decks.X.content.artist"
- "app.traktor.decks.X.content.genre"
- "app.traktor.decks.X.content.comment"
- "app.traktor.decks.X.content.comment2"
- "app.traktor.decks.X.content.remixer"
- "app.traktor.decks.X.content.label"
- "app.traktor.decks.X.content.mix"
- "app.traktor.decks.X.content.catalog_number"
- "app.traktor.decks.X.content.number"
- "app.traktor.decks.X.content.number_of"
- "app.traktor.decks.X.content.cover_md5"
- "app.traktor.decks.X.content.bpm"
- "app.traktor.decks.X.content.display_bpm"
- "app.traktor.decks.X.content.musical_key"
- "app.traktor.decks.X.content.legacy_key" //keyText
- "app.traktor.decks.X.content.key_index"
- "app.traktor.decks.X.content.bitrate"
- "app.traktor.decks.X.content.grid_offset"
- "app.traktor.decks.X.content.total_gain"
In other words, no.
0 -
Those are the properties for when a track is loaded in a deck. In the browser even less is available:
// the model contains the following roles: // dataType, nodeIconId, nodeName, coverUrl, artistName, trackName, bpm, key, keyIndex, rating, loadedInDeck, prevPlayed, prelisten
1
Categories
- All Categories
- 19 Welcome
- 1.3K Hangout
- 59 NI News
- 706 Tech Talks
- 3.6K Native Access
- 15.2K Komplete
- 1.8K Komplete General
- 4K Komplete Kontrol
- 5.2K Kontakt
- 1.5K Reaktor
- 354 Battery 4
- 783 Guitar Rig & FX
- 403 Massive X & Synths
- 1.1K Other Software & Hardware
- 5.2K 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