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

G Command - [G]lobal setting

Operator

G:

This command change whole device setting, base-octave, base-transpose, MIDI-Out Port and etc. Sentence structure and parameter that can be set same as [P: Command]. [P: Command] affect only previous note, but G: command sets the value to the system.

Operand

G command don't have a operand. It always changes system basic value.

Modifier

O T V P M X S "Filter"

O
Set octave value. (-2~8)
T
Set transpose value. (0~127)
V
Set velocity value. (0~127)
P
Set pitch-bend value. (0~16384~32767)
M
Set modulation value. (0~127)
X
Set extension slider value. The index of the slider is set next 'X'. ex. x8
S
Pre-character for system setting.
"Filter"
Set device-filter for strings between double-quote.

These modifier keeps value at next position. The character after modifier is sure to be a numerical value. It is Method of setting numerical value, when set relative value with base-value, the numerical value comes to the immediate aftermath, and the numerical value comes after '='(equal sign sign), the absolute value is set. The sign of '+' or '-' can be put ahead of the numerical value, and '+' when omitting it.

ex. G:O=2;
Base-octave value is set 2.
ex. G:O+1;

Base-octave value is added 1 value.

If you want to set random value, insert value following 'Z' ahead of the value.

ex. G:VZ30+80;
base-velocity is set 56~104.

In a example, random base is 80, and have 30% random vale. 80 x 0.3 = 24, Output Velocity value take from 56 to 104. At this time distribution of random numbers takes gaussian distribution, 80 go out easily most.

It is able to set device filter by [G:] command. In that case, put filter string between " (double-quote) just behind G:.

ex. G:"NNT4NT7 ";
Device filter is set "NNT4NT7".

Option for V P M X.

A D T R M

A
Change [Auto Return] setting.
D
Change [Default Value] setting.
T
Change [Return Speed] setting.
R
Change [Sensitivity] setting (only P operand).
M
Change [Max] setting (only X operand)

For instance, changing [Auto Return] of [Velocity], put A after V, and put value.

0
Disable
1
Enable
2
Toggle
ex. G:VA2;
[Auto Return] of [Velocity] setting is toggle change.

If you want to change [Default Value], put D, and Value following D.

ex. G:MD64;
[Default Value] in [Modulation] is set 64.

When you change [Return Speed], put T character, and put Value of each millisecond following T.

ex. G:PT300;
[Return Speed] of [Pitch Bend] is set 300 millisecond.

There is only [Sensitivity] parameter about [Pitch Bend]. The setting of this value, input R, and put the width that changes by the pitch bend in each semitone afterwards.

ex. G:PS4;
[Sensitivity] of [Pitch Bend] is set 4.

A method specified of extension [Slider] puts index of the slider operated following X, and puts the setting.

ex. G:X2D100;
[Default Value] of X2 slider is set 100.

The numerical values might exist continuously when the value of the slider is set. For example when you want to increase 15 the value of the second extension slider relatively, command string is X215 omitted '+' sign. There is a method of some interpretations, increase 5 to X21 slider? or increase 15 to X2 slider. In such a case, write command string X2+15 without omission. Or using numeric end sign .(period), write command string X2.15.

ex. G:X2+15;
X2 slider is increase 15.

If you want to change slider command string, Set slider you want to change and put a new command string between " (double-quote).

ex. G:X1"M:F0 V 7F";
[Slider Command] is set "M:F0 V 7F".

Option for S operand.

M C P K D F

M
Change [Midi-Out Port] setting.
N
Change [Channel] setting.
P
Change [Patch] setting.
K
Change [Key Set] setting.
D
Change [Device Filter] setting.
F
Change [Filter] setting.

Changing [Midi-Out Port], put [Midi-Out Port] index after M or put name of [Midi-Out Port] between "(double-quote).

ex. G:SM"MIDI Yoke NT: 1";
Set "MIDI Yoke NT: 1" to [Midi-Out Port]. B

If you want to change MIDI [Channel], the number of Channel is specified between 0~15 following N.

ex. G:SN5;
MIDI channel is change 5

To change KeySet, the number of [Key Set] is specified between 0~15 following K.

ex. G:SK1;
[Key Set] is changed 1.

To change [Device Filter] enable / disable setting, put number between 0~2 following D.

0
Disable
1
Enable
2
Toggle
ex. G:SD0;
[Device Filter] is set disable.

To change [Filter] enable / disable setting, put number between 0~2 following F.

0
Disable
1
Enable
2
Toggle
ex. G:SF1;
[Filter] is set enable.

About Value of set.

The numerical values might exist continuously when the value of the slider is set. For example when you want to increase 15 the value of the second extension slider relatively, command string is X215 omitted '+' sign. There is a method of some interpretations, increase 5 to X21 slider? or increase 15 to X2 slider. In such a case, write command string X2+15 without omission. Or using numeric end sign .(period), write command string X2.15.

You can set parameter instead of numeric value. For instance, set velocity value to modulation, input V=M for command.

If you want to set default value when auto return enabled, input D following M. To set 127 default value, command string is MD=127.

See also [Tone] Tab [Commands] Tab [P:] Command


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

Introduction | Tabs | Command & Filter | Others

English Index | Japanese Index