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.
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"
11mba / 13mbp / tsp2 / live9 / audio10 / 2x reloop rp7000gold / 2x xdj1000 / 2x d2maschine mk2 / x1 mk2 / z1 / f1 / midifighter / lpd8 / 2x launchpad / launchkontrol xl
Originally Posted by derschaich
it looks like i can't seem to find a midi set up to work with my arcade stick. any pointers?
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
------=== ===------
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 d2maschine mk2 / x1 mk2 / z1 / f1 / midifighter / lpd8 / 2x launchpad / launchkontrol xl
Originally Posted by derschaich
|
Bookmarks