开发者

Question on converting HID to MIDI

开发者 https://www.devze.com 2023-02-03 06:40 出处:网络
I was wondering if anyone had some suggestions for converting HID signals to MIDI signals... what I have is a U-HID board and since it sends HID signals to my computer I can\'t use the analog capabili

I was wondering if anyone had some suggestions for converting HID signals to MIDI signals... what I have is a U-HID board and since it sends HID signals to my computer I can't use the analog capabilities (like the potentiometers) of it in other programs that are not HID friendly but do like MIDI.

So what I was wondering is if anyone could point me in the direction for making this HID bo开发者_开发问答ard work with MIDI friendly probrams. such as intermediate programs

I run a Windows Vista operating system. the link to the board I'm using is http://www.u-hid.com/home/index.php the program I would like to use this board for is Traktor ( it can be found at the native instruments home page... transparently I can't post more than one link... but it is a digital djing program). Traktor does not support vst plugins either.

I have basic knowledge of the C programming language and have been messing with java.

Thanks, Jesse


you could take a look at the generic virtual MIDI driver I have developed for Windows:

http://www.tobias-erichsen.de/virtualMIDI.html

This driver has a simple user-space API to create freely nameable MIDI-ports on Windows systems from XP up to W7, both 32 and 64 bit.

This driver is used in my rtpMIDI network midi driver and my loopMIDI virtual midi cable (and in some 3rd party products as well)

Best regards, Tobias


HID report types are different from device to device. While HID is a standard protocol, it is very low level. You won't find a higher-level standard, and thus no software to universally convert HID to MIDI.

You may however be able to write a program to support this board. (In fact, if I had such a board, I'd love to tackle this challenge.)

I recommend using http://sourceforge.net/projects/usbsnoop/ to help debug. I've used this software to figure out HID on credit card readers, and to debug software that interfaces with Wii Remotes.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号