PDA

View Full Version : realtime MIDI input



Valis
11-21-2009, 12:43 AM
Since UDK presumably supports Directmusic is there a way to access midi input devices?

immortius
11-21-2009, 03:01 AM
DirectMusic? Deprecated. UDK doesn't use it.

neai
11-21-2009, 03:23 AM
The usual way I guess, write the app in whatever and have it communicate with UDK via TCP/IP.

Valis
11-21-2009, 05:38 PM
Well my coding skills are years out of date. I posted the question up in here though hoping someone who knew the codebase better could point me at where there is built-in support for MIDI as an input device (as there is for mouse/keybd/game controller.) My guess from these responses is that there isn't anything...?

Wormbo
11-22-2009, 06:11 AM
That's correct.

Valis
11-22-2009, 09:24 PM
Thanks Wormbo