VCI-100SE and Traktor Pro (list of fixes and improvements I made to Ean’s 2.2.8 TSI)
Here is the changelog as I maintain it on my version control repository.
For convenience I am pasting the current version at the bottom of this post too. If this thread gets an attention, I will try to keep this post in sync if I do any more changes. I am actually sure I have missed a few minor bugs I have fixed.
The key thing I actually see missing in Ean’s TSI is adding comments. Like I had to search a bit before finding out that Modifier #7 is the shift button. Or that M4=1 means Deck C is selected while M8=2 means Deck D is selected.
As I have explained in another thread, the current Traktor Pro export format makes it really hard (aka impossible) to easily make just some of my changes available for people (would be nice if people would +1 this request over on the NI forums). As for the features additions I am myself not sure yet about all of them. For now I am just experimenting. But I would appreciate some feedback, new ideas etc.
I have gotten some requests by people about how I fixed this or that. Not an army of people that would make it clear to Ean that his TSI needs updating urgently. However with this thread some of the bug fixes (and improvements) might make it into the official TSI or we can at least collaborate on maintaining a “fork” with some of the changes.
swapped eq fx gater and drive effects so that they match the overlay
select advanced mode when moving the volume fader in fader mode
removed bogus assignment of modifier #6
adjusted the jog wheel tempo bend rotary sensitivity to 67% for all decks
Features:
increased tempo fader rotary sensitivity to 87%
shift+crossfader selects the deck in focus
shift+snap sets keylock on the deck in focus
add support preview support via shift + FX ON buttons: load (Deck A Bank 1), pause/play (Deck A Bank 2), seek forward (Deck B Bank 1) and seek backward (Deck B Bank 2)
select the move length via shift+fx wet/dry on the deck on focus
execute move with shift plus: Loop On (beatjump back), B On (beatjump
forward), C On (loop back), D On (loop forward)
enabled “show values when over control” and also enable “show slider values”
while shift is on hold
added support for reset in advanced fx mode when pressing the B button
added support to pan via shift+gain
enable softtakeover everywhere but in the effect selects and tempo control
added support to toggle between internal master clock with all decks set to sync and auto via shift + quantize
disabled using the pitch fader in fader fx mode, so that they can work for setting the master tempo when switching to internal master clock via shift + quantize
added support for iTM DJ: the knobs are just mapped for output, the other buttons are mapped as one would expect (except for cue which acts as auto x-fader left/right and the load which also activates cruise mode)
added comments to most of the original modifiers
added support to scroll through the tree with shift + outside of the left jog wheel
added support to scroll through the list with shift + outside of the right jog wheel
Features requiring Bome’s MIDI Translator:
fixed juggle button taking things out of juggle mode even if the juggle knob is still active
added support for juggle 1-8 mode on the deck in focus, when pressing the juggle button when the juggle knob is turned on (this will make the juggle button LED flash), pressing the juggle button again will revert back to normal juggle mode
added support to toggle layout to show the master clock and recorder or both FX panels via shift + sampler, holding for more than 0.5 seconds makes things behave as a hold
added support for remapping iTM DJ from channel 1 to channel 10
I’m liking this TSI a lot. Thanks.
However, I’m unable to figure out the preview feature:
add support preview support via shift + FX ON buttons: load (Deck A Bank 1), pause/play (Deck A Bank 2), seek forward (Deck B Bank 1) and seek backward (Deck B Bank 2)
I’m assuming that this is the track preview player. Do I need Bomes for this? as i’m on a mac and i know there’s is a mac version now, but this item isn’t included in the Bomes required list.
The only other feature I’d like to see added is the ability to have faster scrolling of tracks in the browser ideally using the Jog Wheels (and of course disabling any pitching/scratching on the decks that are currently) when in maximum browsing view mode. I continually have to reach back to the computer to make huge jumps of scrolling in my playlists.
I spent some time with Misa’s mapping and I’m thinking I may be liking that one a touch better. At least I’m able to come to terms remembering the layout a bit quicker.
Sorry screwed up the linkage. Fixed now.
One of the issues with scrolling is of course that currently shift+tab on job wheel is save cue point. So if at all, I would do something where you move the jog wheel on the outside. But I guess that also seems feasible in theory.
i probably am.
though one approach i havent yet really worked on would allow me to optimize modifier use. but since i have bome’s now, I am not so inclined to work on this.
there is something called bitwise operations. In theory one could stick more than one “flag” into a single modifier.
MX=0 (aka 0000) => no flag set
MX=1 (aka 0001) => flag 1 set
MX=2 (aka 0010) => flag 2 set
MX=3 (aka 0011) => flag 1 and 2 set
MX=4 (aka 0100) => flag 3 set
MX=5 (aka 0101) => flag 1 and 3 set
MX=6 (aka 0110) => flag 2 and 3 set
MX=7 (aka 0111) => flag 1, 2 and 3 set
The other nice side effect is that now you can check for multiple flags with only one modifier check. Using this technique, I could probably free up 1-2 modifiers.
Of course it means you need to map out everything 4 times as per the above example, since you have 4 different modifier values that all mean that a given flag is set. In a “proper” programming language you have operators that let you check in one condition if a flag is set for all of the different cases. Check the wikipedia link I noted above already for details.
Uhm, Ean just did not set the soft takeover in his TSI. I simply added it in a few places. Using soft takeover is definately a big adjustment. Since then I have frequently found myself doubting that something is properly mapped. So you have to look at the screen a lot more. This is why I spend time mapping MIDI out onto iTM DJ. Since iTM DJ can show me the current values if the various knobs. So now I have two screens I can look at to get the information about where I have to turn the knob to before I can make changes.
In my dream world, I could easily parse the exported TSI and then simply swap certain MIDI mappings to be soft takeover or not. But alas like I said the export format sucks and all of this is not possible.
I was so happy to see you getting the mapping further…
But I can´t download an tsi file. its a txt file after downloading that has only tsi in the end. I am fresh meat here so maby there is a logical explanation?