laurence-myers / midi-to-macro

AutoHotKey (AHK) script to map MIDI inputs to keyboard shortcuts or macros
25 stars 4 forks source link

ProcessPitchBend value is not set #5

Closed laurence-myers closed 7 months ago

laurence-myers commented 7 months ago

Discussed in https://github.com/laurence-myers/midi-to-macro/discussions/4

Originally posted by **nathanmariano-dev** January 23, 2024 For some reason, ``` ProcessPitchBend(device, channel, value) { SendInput %value% } ``` doesn't output anything. I've replaced 'value' with the other parameters and I've received an input from them. The MIDIMonitor detects my pitch slider perfectly fine. I can even see the exact values of the CC there. Is there any fix to this? Thanks for creating this!
laurence-myers commented 7 months ago

Fixed in 2006cd1