English Index | Japanese Index

Introduction | Tabs | Command & Filter | Other

Command | P - E - I - M - X | G - T | K - D | C - L - H - S | Filter


PCDev2MIDI

M Command - [M]IDI Short Message

Operator

M:

Send MIDI short messages by three bytes. Remaining bytes are ignored.

Operand

0~F V P M N X

0~F
Hex value
V
Velocity Value (1 byte)
P
Pitch Value (2 bytes)
M
Modulation Value (1 byte)
N
MIDI Channnel Index (1 nible)
X
Extension Slider Value (1 nible ~ 4 bytes)

It is same as midiOutShortMsg API.

You can insert the cahnnel index, modulation value, velocity value, and others.

ex. M:BN 0A X0-1;
Panpot is set X0 Slider value.

X0-1 means the slider value. X means the extension slider. 0 is index of the slider. 1 byte before - (hyphen) means a number of bytes. A number of bytes is 1 byte, when you omitte a number of bytes.

0
1 nible
1
1 byte
2
2 bytes
3
3 bytes
4
4 bytes
ex. M:BN 0A X0;
It is same as 'M:BN 0A X0-1;'.

Command | P - E - I - M - X | G - T | K - D | C - L - H - S | Filter

Introduction | Tabs | Command & Filter | Other

English Index | Japanese Index