home *** CD-ROM | disk | FTP | other *** search
-
-
-
- mmmmddddGGGGeeeettttSSSSttttaaaattttuuuussss((((3333ddddmmmm)))) mmmmddddGGGGeeeettttSSSSttttaaaattttuuuussss((((3333ddddmmmm))))
-
-
-
- NNNNAAAAMMMMEEEE
- mdGetStatus, mdGetChannel, mdGetByte1, mdGetByte2, mdSetStatus,
- mdSetChannel, mdSetByte1, mdSetByte2 - manipulate MIDI messages
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<ddddmmmmeeeeddddiiiiaaaa////mmmmiiiiddddiiii....hhhh>>>>
-
- iiiinnnntttt mmmmddddGGGGeeeettttSSSSttttaaaattttuuuussss((((cccchhhhaaaarrrr ****mmmmssssgggg)))) ((((oooobbbbssssoooolllleeeetttteeee))))
- iiiinnnntttt mmmmddddGGGGeeeettttCCCChhhhaaaannnnnnnneeeellll((((cccchhhhaaaarrrr ****mmmmssssgggg)))) ((((oooobbbbssssoooolllleeeetttteeee))))
- iiiinnnntttt mmmmddddGGGGeeeettttBBBByyyytttteeee1111((((cccchhhhaaaarrrr ****mmmmssssgggg)))) ((((oooobbbbssssoooolllleeeetttteeee))))
- iiiinnnntttt mmmmddddGGGGeeeettttBBBByyyytttteeee2222((((cccchhhhaaaarrrr ****mmmmssssgggg)))) ((((oooobbbbssssoooolllleeeetttteeee))))
- vvvvooooiiiidddd mmmmddddSSSSeeeettttSSSSttttaaaattttuuuussss((((cccchhhhaaaarrrr ****mmmmssssgggg,,,, iiiinnnntttt xxxx)))) ((((oooobbbbssssoooolllleeeetttteeee))))
- vvvvooooiiiidddd mmmmddddSSSSeeeettttCCCChhhhaaaannnnnnnneeeellll((((cccchhhhaaaarrrr ****mmmmssssgggg,,,, iiiinnnntttt xxxx)))) ((((oooobbbbssssoooolllleeeetttteeee))))
- vvvvooooiiiidddd mmmmddddSSSSeeeettttBBBByyyytttteeee1111((((cccchhhhaaaarrrr ****mmmmssssgggg,,,, iiiinnnntttt xxxx)))) ((((oooobbbbssssoooolllleeeetttteeee))))
- vvvvooooiiiidddd mmmmddddSSSSeeeettttBBBByyyytttteeee2222((((cccchhhhaaaarrrr ****mmmmssssgggg,,,, iiiinnnntttt xxxx)))) ((((oooobbbbssssoooolllleeeetttteeee))))
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- These routines routines are obsolete and are retained only for backwards
- compatibility. They can be replaced with the following definitions:
-
- #define mdGetStatus(msg) (msg[0] & MD_STATUSMASK)
- #define mdGetChannel(msg) (msg[0] & MD_CHANNELMASK)
- #define mdGetByte1(msg) (msg[1])
- #define mdGetByte2(msg) (msg[2])
- #define mdSetStatus(msg,x) (msg[0] = (x) | mdGetChannel(msg))
- #define mdSetChannel(msg,x) (msg[0] = mdGetStatus(msg) | (x))
- #define mdSetByte1(msg, x) (msg[1] = (x))
- #define mdSetByte2(msg, x) (msg[2] = (x))
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
-