HID attachment

Will there ever be a HID connection to tied keystrokes etc to specific device?s as was possible with eg
https://www.hidmacros.eu/

This was so amazing being able to do that

Yes, that would be nice, but at this time, we don’t have any plans for integrating raw HID access into MIDI Translator Pro. Sorry!

Thanks, I understand.
I only meant being able to address a device eg a keyboard that could be dedicated as a midi device for a DAW controller etc as keyboard shortcuts are very limited in addressing as a remote and MTP locking and using would be very useful…

Thanks for the reply

The only way we’ve found to do that is to use a programmable keyboard, where you can reprogram the keys to output extended keys, or other key codes / scan codes which are not used by the OS. You can capture such keys nonetheless in MT Pro and use them as input.

Yeah the only programmatic way I have already used ie F13-24 as many of the keyboards dont let you assign (that I could see)…although simply scanning a keystroke and getting the ascii number would be much easier in terms of parametric mapping.

Cheers

PS the source for all that HIDMacros is open source but Im sure do dont have anything to do :wink:

I use F13-F24 Shift-F13-F24, Control-F13-F24. Control Shift F13-F24. I have programmable Macro Keyboard for this.

I’ve used HID commands for Voicemeeter Macro’s but they are really kind of hard to program and it is only supported on Windows.

FYI

Steve

Thanks steve
I keep the qualifiers separate so they still function on other keymaps which provides exponent increase of function vs based sequence…if that makes sense

Also
How do you stop the keystroke being passed on?
Ie ‘swallow’ etc

You cannot, although one if these tips may help you accomplish what you want.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

Gotcha
I think, for the more rigorous stuff with keyboard, might try to use HIDMacros (still works fine) to hog the HID device and just exectue AHK scripts which allows a bit more robust parametisation out to midi.

MTP is great but it was painful doing the last bunch of code and its still glitchy (likely my fault though).

Ill see how it goes

Cheers

Actually, on Windows you can change the assignment of keys, e.g. using Powertoys Keyboard Manager.
With it, you can redefine any key to merely output a ‘VK code’. Most VK codes above 128 are not used by Windows, so they don’t do anything in any application.

However, MT Pro sees these remapped ‘VK’ keys and you can define incoming actions to react on these keys. In MT Pro’s keystroke field, they appear e.g. like

[VK 200]

The same is true for unused scan codes for keyboards that are reprogrammed to send unused scan codes. Applications will ignore those keys, but MT Pro will still see them. They’ll appear as, e.g.:

[scan 136]

I think that scan codes above 136 are not typically used by Windows. You can also use the Extended flag for reprogrammed keys to have many more unused extended scan codes.

Thanks, Florian! Should I add this to tips and tricks?

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

good idea!

The issue is i have well run out of keys. Some of the symbols are also in use as direct shortcuts…although the vh is a brilliant idea, the only way to truly solve it is by hid address…just opening up hidmacros, the event is a keystroke + id of device. This solves the issue completely but seems autohotkey alao doesnt address the device but it does provide to absorb the keystroke as well as output midi so ill have to composite a solution

The flexibility that is able to be achieved with the razer keypad for DAW is phenomenal…just some bridging and learning is required

I use multiple devices including Avid control but this is seriously light years ahead

Cheers for the help