Madcatz Se fightstick as a controller for Traktor

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.

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”

zest you fucking rule!

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

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=“Google Search”]trio linker p - Google Search[/ame]…

HID to Midi software: MultiControl v.04 | ARJ (English) (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!

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.

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