Tempo fader encoder design
Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    Tech Wizard
    Join Date
    May 2011
    Posts
    21

    Default Tempo fader encoder design

    Hi guys, i'm still working on my project, i've been working mainly in the arduino code which is not that interesting, but i have the base for the code worked up i'll be using 26 rotary encoders 80 buttons &64 leds, split in 2 identical units to sit to each side of the mixer. One particular design obstacle i've seen in most of the DIY controllers is the tempo control, since it varies automatically when you use the "sync" feature so using an analog potentiometer with "soft takeover" seems to be the most popular solution, but trying to correct the tempo "on the fly" with "soft takeover" on leads to disaster. So i got the idea of using an encoder but, i found different problems, rotary encoders for tempo are awful, linear encoders have finite motion (end are expensive as hell!) touch strips give an absolute value (if tempo is in -1 position and you touch +6, it will jump up to +6!) and lack tactile feedback.
    So i came with this design, please fell free to make any suggestion and use it for you project.
    The rotary encoder would be one without detents and the belt is a geared belt.


    pulleys

    Pulleys

    Belts

    Frame

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

    Default

    Quote Originally Posted by djkrugger View Post
    touch strips give an absolute value (if tempo is in -1 position and you touch +6, it will jump up to +6!) and lack tactile feedback.
    you could convert the absolute value into a relative message too in the same way the (awesome imho) scs.3d does. in that mode i dont see the lack of tactile feedback an issue at all.
    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"

  3. #3
    Mudo
    Guest

    Default

    I have 2 units of this. Do you find it useful or interesting? Let's talk...

    http://www.youtube.com/watch?v=WHaSLoNxfBY

    Guy on yellow tshirt not included (but I could get sold if the $$$ is generous lol)

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

    Default

    That's very cool, but the problem i see is what i said before, if you have the tempo set, let's say, in -5 % and you touch the strip in the +8% position, the tempo will jump instantly, not very "mix friendly", IMHO.
    Last edited by djkrugger; 08-19-2011 at 11:17 PM.

  5. #5
    Tech Wizard
    Join Date
    May 2011
    Posts
    21

    Default

    Look at 02:01, see what i mean?


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

    Default

    Quote Originally Posted by djkrugger View Post
    That's very cool, but the problem i see is what i said before, if you have the tempo set, let's say, in -5 % and you touch the strip in the +8% position, the tempo will jump instantly, not very "mix friendly", IMHO.
    that's not true at all. if your firmware (or other middleware app) converts the absolute midi message into a relative encoder-style one based one based on previous movements and timestamps etc.

    e.g: the scs.3d will send out a note on when you touch the strip, then an absolute cc (0-127) as you move *and* a relative cc (63 or 64 (ish, depends on how fast u move)) like an encoder before sending out a note off when you release the touch strip.
    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"

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

    Default

    Quote Originally Posted by djkrugger View Post
    Look at 02:01, see what i mean?
    at 2:01 in the video he's demonstrating the circular area using the absolute midi messages. each strip sends out an absolute *and* relative message and its up to you (or traktor) which of those you want to use.

    for what you want to do, adjusting pitch, you'd ignore the absolute message and just map the relative one.

    edit: u posted the vid while i was writing my 1st reply - hence this 2nd one.
    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"

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

    Default

    have a look at that video at 3:20, there he demonstrates the pitch slider thats working in relative mode. in reality all the sliders send out absolute and relative messages for each motion, he's using darouter there (that i dont use) that does some extra translation of own on top.
    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

    Default

    Have you considered motorized faders? Yeah they are expensive but they could work.
    Another thing you could try is to replicate the faders of the V7. When switching from one deck to the other the tempo fader stops working until you get it to the position of Deck 2.
    If the fader of Deck A is below the one of Deck B an arrow pointing up lights up and the other way around. You would need however to find a way to send the BPM/+- pitch from Traktor to your Controller
    iMac(early 2008) | Compaq Presario cq56, celeron dual core @ 2.1Ghz,4GB RAM | hercules mp3 e2| 2 x Akai LPD8 | TP2

  10. #10
    Tech Wizard
    Join Date
    May 2011
    Posts
    21

    Default

    have a look at that video at 3:20, there he demonstrates the pitch slider thats working in relative mode
    Yeah, that's cool but rotary encoders are easier to implement, although the mechanical disadvantages counterweight that, i might give the resistive strips a try.

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
  •