dannywarren / AutoHotkey-Midi

Midi functionality for AutoHotkey
BSD 2-Clause "Simplified" License
69 stars 10 forks source link

Q: How to set device MIDI cc value ? / Work with relative mode and Endless Knob #6

Closed X-Raym closed 4 years ago

X-Raym commented 4 years ago

Hi,

endless knobs can sometimes not sent any new event if its reached value limit (0-127 for mouswheel)

Is there a way to override that ? maybe by forcing the device CC value, or resetting it ?

Thx !

X-Raym commented 4 years ago

I solved my issue. It appears that I can set my controller to MIDI relative. It solves what I wanted to do.