Replicating the slicer function of twitch in traktor?
Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1

    Default Replicating the slicer function of twitch in traktor?

    Hi,
    I've seen a demonstration video of the Twitch and I absolutely love the slicer function. However since I don't own it and I currently do not intend to buy it, I was wondering if this function could be somehow replicated for another controller via the mapping of Traktor.
    Thanks in advance
    Last edited by kostis12345; 08-15-2011 at 07:25 AM.

  2. #2
    Tech Guru Yul's Avatar
    Join Date
    Sep 2009
    Location
    Aix-en-Provence, France
    Posts
    1,175

    Default

    short answer: not really.

    But then: (from zestoi)
    on a related-ish note i managed to code a twitch style slicer for traktor yesterday using my midimasher app that sits between my controllers and traktor. i'm using one massive all-encompassing tsi file that then my (lua) code can use as it needs to.

  3. #3

    Default

    Alright, I'll have to wait for him to release the software then
    Thanks for answering

  4. #4
    Tech Wizard
    Join Date
    May 2011
    Posts
    20

    Default

    i'm working on a mapping with a working slicer - youtube: "traktor slicer mapping v1" to see the proof of concept.

    it was just a proof of concept to check that my thoughts about how to go about moving around the loop were correct. next step is to replicate the 8 beat looping so that it doesnt just loop a single beat repeatedly (unless you want it to), and i'm fairly sure i have a solid idea for that aspect too.

    i think the best route is to make use of a midi translator and with this i expect i'll be able to integrate variable loop/measure lengths split into 8 pieces as per the itch functionality - ie loop is split into 8 measures, but each measure could be bars, beats, 1/2 beats, 1/4 beats, etc.

    i'm pretty sure that i can make it have basically all of the functionality of the looping slicer in itch when its in loop mode (not the mode where it keeps moving forward through the track)

    i've put development on hold until i get my twitch (waiting on pre-order to arrive). i dont want to faff about remapping it a 3rd time when twitch actually arrives.

    is that extreme mapping software for osx actually any good? seems like it might help me with my development of this

  5. #5
    Tech Guru zestoi's Avatar
    Join Date
    Mar 2011
    Location
    UK, Ukraine, Romania
    Posts
    2,836

    Default

    if anyone is interested in this, i released a version of a traktor slicer via my midmasher app recently: http://www.djtechtools.com/forum/sho...e=6#post349011

    it's set for an lpd8 at the moment - but the same code will work on anything - ish. i'll keep my sig link up to date with the latest post/webpage for my midimasher.

    Quote Originally Posted by mrjezza View Post
    i think the best route is to make use of a midi translator and with this i expect i'll be able to integrate variable loop/measure lengths split into 8 pieces as per the itch functionality - ie loop is split into 8 measures, but each measure could be bars, beats, 1/2 beats, 1/4 beats, etc.
    yep exactly - not sure if it's even possible without some kind of midi translator type app. feel free to try my midimasher and hack/rework/totally-recode the slicer code

    it mostly works - but does fail to jump to the right beat at times...

    i've put development on hold until i get my twitch (waiting on pre-order to arrive). i dont want to faff about remapping it a 3rd time when twitch actually arrives.
    if u have any controller with 8 pads and led feedback then the same code will work. midimasher itself sends out the traktor messages - so you never have to mess in the actual tsi. have a look at devices/traktor.lua in my code which explain how/why. a simple devices config file maps the actual midi sent out from each device to standard names - which allows code like the slicer and virtual midifighters to work on any pad controller.

    is that extreme mapping software for osx actually any good? seems like it might help me with my development of this
    wish i knew if i had a mac i'd buy a copy for sure... even tho 90% of the time i only use my fixed tsi and midimasher now i still find me needing to add missing stuff every now and again - or tweak stuff. plus i have only added stuff for decks a+b and sample decks c+d (+mixer and effects ofc) to it's tsi at the moment. and don't fancy using the traktor controller manager to add all the missing ones
    11mba / 13mbp / tsp2 / live9 / audio10 / 2x reloop rp7000gold / 2x xdj1000 / 2x d2
    maschine mk2 / x1 mk2 / z1 / f1 / midifighter / lpd8 / 2x launchpad / launchkontrol xl
    Quote Originally Posted by derschaich
    "wohoo, i'm touched, turn on the FX"

  6. #6
    Tech Guru 031999's Avatar
    Join Date
    Sep 2011
    Location
    NYC, NY, USA
    Posts
    1,340

    Default

    bump, @mrjezza, i saw the video and it looks more simpler than some other mappings and having to use virtual ports and stuff. We would love to see some kind of tsi or something. i really want to try this out. If you were to release it im sure people can help you improve it.

  7. #7
    Tech Guru djproben's Avatar
    Join Date
    Aug 2009
    Location
    Hollywood, CA
    Posts
    2,709

    Default

    Heh, this is functionality I wish NI would just copy in a version of traktor. Not sure how they'd make it work though; that's the advantage Serato has in controlling hardware as well as software. Glad to see people working on this!

    As for the extreme mapping software - yes it is good but it doesn't do basic things you would expect, like being able to change more than one setting at once (e.g. set ten settings to deck B instead of A all at once). But it's still a lot better than using Traktor's mapping window.
    "Art is what you can get away with." - Marshall McLuhan

  8. #8
    Tech Guru zestoi's Avatar
    Join Date
    Mar 2011
    Location
    UK, Ukraine, Romania
    Posts
    2,836

    Default

    Quote Originally Posted by djproben View Post
    As for the extreme mapping software - yes it is good but it doesn't do basic things you would expect, like being able to change more than one setting at once (e.g. set ten settings to deck B instead of A all at once). But it's still a lot better than using Traktor's mapping window.
    or just use my midimasher and never have to use the controller editor ever again (well almost)

    tho you do have to edit your config in notepad or something instead of course - for now at least - i know many people would prefer a gui even if it sucks
    11mba / 13mbp / tsp2 / live9 / audio10 / 2x reloop rp7000gold / 2x xdj1000 / 2x d2
    maschine mk2 / x1 mk2 / z1 / f1 / midifighter / lpd8 / 2x launchpad / launchkontrol xl
    Quote Originally Posted by derschaich
    "wohoo, i'm touched, turn on the FX"

  9. #9
    Tech Wizard
    Join Date
    May 2011
    Posts
    20

    Default

    i've been told by the dj shop where i preordered that shipment has left china and is expected at the store between 8 and 13 oct.

    @ 031999 - i didn't even think that some people might prefer a straight .tsi with limited functionality rather than going a more complex route to get the extra functionality. i'll see how i go once i start working with the twitch directly rather than using the keys on the keyboard, but with traktor's limited built in programming options it will be difficult if not impossible to get full functionality like it is in itch using a .tsi/traktor only solution.

    basic maths and counter operations are pretty crucial to getting it fully functional, but sadly they are only available through external software/programming. i may still release a .tsi version with basic features so a) people can try and build on it, and b) those wanting an easy way of getting an extra feature have that option.


    @ djproben - the slicer is fully a software feature; i really doubt any part of the processing/programming occurs on the twitch unit. it would all be within itch and the twitch is just saying "go to slice 4" or whatever, while the software is keeping the track moving forward while updating what the 8 slices are (or in the other mode maintaining the looped section and the same 8 slices). the software would also be keeping time in the background so that when you stop hitting buttons the sound the next slice starts perfectly quantized and in sequence because the track is always keeping its natural timing behind whatever you're doing.

    if it was part of traktor then it would be simple to make a midi controller that could work with it. the hardest part of making a mapping for traktor with a slicer is that you have to work out a way of manually moving back and forth through the looped section, whereas itch is doing all of that automatically in the background.

    this is why some basic programming functionality is necessary because you're building a slicer function for traktor, not just mapping some buttons to a feature that already exists.

  10. #10
    Tech Guru zestoi's Avatar
    Join Date
    Mar 2011
    Location
    UK, Ukraine, Romania
    Posts
    2,836

    Default

    Quote Originally Posted by mrjezza View Post

    if it was part of traktor then it would be simple to make a midi controller that could work with it. the hardest part of making a mapping for traktor with a slicer is that you have to work out a way of manually moving back and forth through the looped section, whereas itch is doing all of that automatically in the background.

    this is why some basic programming functionality is necessary because you're building a slicer function for traktor, not just mapping some buttons to a feature that already exists.
    yep - this has been my issue. the only info you get as to where the track is is the beatphase monitor, but then u also need to take into acct traktors quantization.

    just because you've had a new beatphase message (mid-range to indicate a new beat) u can't just assume that a beatjump-8 will go back to the previous beat as it also depends on how soon after that beat message that the pad is pressed. seems to be more of an issue with jumping forwards than back - but same issue.

    there again i just need to do some more debug i guess to work at which of the 16th events that i have configured my tsi to send out determine where traktor will jump when a beatjump is sent out.

    also i finally read the twitch user manual the other day and realised my slicer implementation isn't quite what the twitch/itch does anyway.

    fun stuff tho... much coding and tweaking ahead
    11mba / 13mbp / tsp2 / live9 / audio10 / 2x reloop rp7000gold / 2x xdj1000 / 2x d2
    maschine mk2 / x1 mk2 / z1 / f1 / midifighter / lpd8 / 2x launchpad / launchkontrol xl
    Quote Originally Posted by derschaich
    "wohoo, i'm touched, turn on the FX"

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •