This shows you the differences between two versions of the page.
|
manual:midi_and_kyma_control_changes [2009/10/15 08:18] camille |
manual:midi_and_kyma_control_changes [2009/10/15 08:26] (current) camille |
||
|---|---|---|---|
| Line 54: | Line 54: | ||
| A few more differences can be noted: | A few more differences can be noted: | ||
| - | * OSCulator can use the global map to map the control change numbers (from 0 to 127) to hot variable names (e.g. <span style="color:red">''!Attack''</span>)((you can define the global map in the [[Application Preferences|Preferences]] window)) | + | * OSCulator can use the global map to map the control change numbers (from 0 to 127) to hot variable names (e.g. <fc red>''!Attack''</fc>)((you can define the global map in the [[Application Preferences|Preferences]] window)) |
| * ''Kyma CC'' are automatically setup when the OSC message name matches a known Hot Variable name, for example: | * ''Kyma CC'' are automatically setup when the OSC message name matches a known Hot Variable name, for example: | ||
| - | * ''/foo.cc34''((it doesn't care if slashes '/' or dots '.' are used as a separator, though the usual convention is to use slashes.)) is automatically mapped to <span style="color:red">''!cc34''</span> | + | * ''/foo.cc34''((it doesn't care if slashes '/' or dots '.' are used as a separator, though the usual convention is to use slashes.)) is automatically mapped to <fc red>''!cc34''</fc> |
| - | * ''/synth/attack'' is automatically mapped to <span style="color:red">''!Attack''</span>, if it is defined in the global map | + | * ''/synth/attack'' is automatically mapped to <fc red>''!Attack''</fc>, if it is defined in the global map |