Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Problem using Midi with VBA application.
I Use
mlngMidiMsg = &H90 + (Vvelocity * &H100) + (Vnote * &H10000) + (Vch)
&H90 is for Note On (144)
Then
midiOutShortMsg mlngHmidi, mlngMidiMsg
If I increases Vch in 1 , the message for note on changes from 144 to 145... How come?
How to fix it?
An implementation of Visual Basic that is built into Microsoft products.