English Index | Japanese Index

Introduction | Tabs | Command & Filter | Others

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


PCDev2MIDI

Command

Basic Grammer

Command consists

[Operator] + [:(Colon)] + [Operand] + [Modifier] + [;(Semi-Colon)] + ([Operator]...)

Command can exist plural in one line. Sometime. There might not be modifier.

ex. P:CEG;

For example, above 'P' means [Operator] character, and 'C', 'E', and 'G' are [Operand]. The [Operator] might has [Modifire] or [Operand] which corresponds to the object. The operand can take two or more modifier.

ex. P:CO=3V=100;

For above example, 'P' is a [Operator], 'C' is a [Operand], and 'O=3V=100' is a [Modifier]. Means

O=3
The [Octave] Value is 3.
V=100
The [Velocity] Value is 100.

and play 'C' tone.

ex. S:P; G:SK=1; L:"test.p2m";

In this case, It consists from 3 commands.

  1. S:P; (Send panic event to reset system.)
  2. G:SK=1; (Set 3 to keyset index.)
  3. L:"test.p2m"; (Load 'test.p2m' setting file.)

When [Command] of this example is executed, [Command] is sequentially executed from the left. This a series of Command is allocated in one key, reset system, and load 'test.p2m' to the first key set, by 1 key stroke.


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

Introduction | Tabs | Command & Filter | Others

English Index | Japanese Index