Madcatz Se fightstick as a controller for Traktor
Results 1 to 7 of 7
  1. #1

    Default Madcatz Se fightstick as a controller for Traktor

    has Anyone on this forum found away to use this simple arcade controller for controlling decks?

    any help or resources on how to get this to work would be HIGHLY appreciated.

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

    Default

    there's loads of different software that convert joysticks input to midi. have a look at the first sticky in this subforum called "Midi Controllerism Software"
    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

    Default

    zest you fucking rule!

  4. #4

    Default

    it looks like i can't seem to find a midi set up to work with my arcade stick. any pointers?

  5. #5
    Tech Guru b3nz0n8's Avatar
    Join Date
    Oct 2010
    Location
    Inside The Vortex, U.S.A
    Posts
    3,771

    Default

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

    Youtube video notes:

    "A friend recently gave me this Dreamcast arcade stick. After ordering an usb adapter and downloading a software called Multicontrol I was able to send midi data to Ableton.
    You can do this with any old controller.

    Usb adapter : [ame="http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=trio+linker+p"]trio linker p - Google Search[/ame]...

    HID to Midi software: http://www.arj.no/2008/02/25/multicontrol-v04/ (need max runtime to work: http://www.cycling74.com)

    Any Midi receiving DAW

    Enjoy!
    http://www.sidebrain.net "


    You can also check out "differnet HID to Midi software like Rejoice, GlovePIE," etc
    ------=== ===------

  6. #6

    Default

    Quote Originally Posted by b3nz0n8 View Post
    http://www.youtube.com/watch?v=GeqMmIa9JFg

    Youtube video notes:

    "A friend recently gave me this Dreamcast arcade stick. After ordering an usb adapter and downloading a software called Multicontrol I was able to send midi data to Ableton.
    You can do this with any old controller.

    Usb adapter : trio linker p - Google Search...

    HID to Midi software: http://www.arj.no/2008/02/25/multicontrol-v04/ (need max runtime to work: http://www.cycling74.com)

    Any Midi receiving DAW

    Enjoy!
    http://www.sidebrain.net "


    You can also check out "differnet HID to Midi software like Rejoice, GlovePIE," etc

    damn its for mac!

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

    Default

    i dont have a game controller here atm but have been using glovepie from a touchpad. a few other threads have mentioned using glovepie on windows to convert gamepad output to midi recently including some scripts being posted.

    this is the first half of a dual gamepad glovepie script posted in a diff thread by extraclassic that should work for one gamepad afaics.

    Code:
    midi.DefaultChannel = 1
    
    //Gamepad 1 - Buttons
    midi.csharp0 = Joystick1.Button1
    midi.d0 = Joystick1.Button2
    midi.dsharp0 = Joystick1.Button3
    midi.e0 = Joystick1.Button4
    midi.f0 = Joystick1.Button5
    midi.fsharp0 = Joystick1.Button6
    midi.g0 = Joystick1.Button7
    midi.gsharp0 = Joystick1.Button8
    midi.a0 = Joystick1.Button9
    midi.asharp0 = Joystick1.Button10
    midi.b0 = Joystick1.Button11
    midi.c1 = Joystick1.Button12
    
    //Gamepad 1 - POV
    midi.csharp1 = Joystick1.Pov1Left
    midi.d1 = Joystick1.Pov1Right
    midi.dsharp1 = Joystick1.Pov1Up
    midi.e1 = Joystick1.Pov1Down
    
    //Gamepad 1 - Analogs
    midi.Control1=(joystick1.x/261)+64
    midi.Control2=(joystick1.y/261)+64
    midi.Control3=(joystick1.z/261)+64
    midi.Control4=(joystick1.roll/261)+64
    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"

Posting Permissions

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