possible midi fighter mod
Results 1 to 8 of 8
  1. #1
    Tech Wizard
    Join Date
    Jan 2011
    Posts
    56

    Default possible midi fighter mod

    what are the possibilities of adding a jog wheel to the midi-fighter? how hard would it be if i had a jog-wheel off of a VCI-100 to make it work with the midi-fighter?

  2. #2

  3. #3
    DJTT Infectious Moderator photojojo's Avatar
    Join Date
    Apr 2010
    Location
    Sherman, TX
    Posts
    13,925

    Default

    Quote Originally Posted by Fatlimey View Post
    Hard.
    If Fatlimey says it would be hard then the proper response is probably very, very hard.
    Chris Jennings FHP

    Podcast - Soundcloud - Mixcloud - Beatport Charts - x

  4. #4
    Tech Wizard
    Join Date
    Jan 2011
    Location
    Connecticut
    Posts
    91

    Default

    isnt it just a big rotary encoder? is that an analog input? would that work?

  5. #5
    Tech Guru
    Join Date
    Nov 2010
    Location
    KY, USA
    Posts
    648

    Default

    All cosmetics aside. It wouldn't appear to be too difficult. But then again I have no clue what I'm talking about lol :P

    Does the midi fighters board/brain accept the signals put out by the sensor used for jog wheels?

  6. #6
    Tech Guru Fatlimey's Avatar
    Join Date
    Mar 2008
    Location
    Redmond, WA
    Posts
    1,169

    Default

    It's possible. you hack out a rotary controller from the VCI-100 and wire up the two digital outputs to two digital inputs on the Midifighter, then you have to run a quadrature decoder fast enough so that you don't miss any rising or falling edges passing by.

    The best way to do this is have an interrupt line wired to fire if either of the bits change (the exclusive-or) so that an ISR (interrupt service routine) gets the chance to sample and record the state change. These changes are summed so that when your main loop comes round to read the current rotary state it gets the sum of all events that occurred while it was away.

    Remember to make sure your read-and-reset routine for getting the running total is atomic so that it can't be messed up by an interrupt firing halfway between reading and clearing the register.

    After that you only have the physical mounting and use of the device to worry about.

    Essentially there's so much tech in there that, if you really want to do this, you had better be the kind of person who loves learning new ideas!

  7. #7
    Tech Guru VirtualLogic's Avatar
    Join Date
    Sep 2010
    Location
    Victoria, Australia
    Posts
    611

    Default

    This is gonna sound so stupid that your gonna shit your self out ur mouth . I was thinking of trying to use the brain from a pc mouse to use as a jog wheel. You can get replacement cdj 2000 jogs and use one of the digitals for the push sensor

  8. #8
    Tech Guru
    Join Date
    Nov 2010
    Location
    KY, USA
    Posts
    648

    Default

    What about and incorporating an endless knob as the jogwheel? (Like a tempo knob). Seems a bit more practical.

Posting Permissions

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