General Purpose OSC Commands
Spacemap Go Help
Below are the General Purpose OSC commands that a Spacemap Go system will respond to.
Command | String | Value | Example(s) |
---|---|---|---|
Spacemap Go Channel | /channel | ||
X and Y Value of the Panner Position within a Spacemap | /channel/1-32/position (1st Argument is X, 2nd Argument is Y) |
-1000 to 1000 | /channel/1/position 125 300 (X Position is 125, Y Position is 300) |
Control Channel Level | /channel/1-32/level | -90 to +10
-90 = -90 dB |
/channel/1/level 0 (Set Channel 1 Level to 0 dB) /channel/1/level -6 |
Control Channel Mute | /channel/1-32/mute | 0 = OFF 1 = ON |
/channel/1/mute 0 (Unmute Channel 1) /channel/1/mute 1 |
Crossfade Value Between Two Spacemaps on a Channel | /channel/1-32/crossfade | -100 to 100
-100=Left Map 100% |
/channel/1/crossfade -100 /channel/1/crossfade 0 /channel/1/crossfade 100 |
Control Channel Spread | /channel/1-32/spread | 0 to 100
0 = 0% |
/channel/1/spread 14 (Sets the Spread to 14%) NOTE: Spread is Logarithmic, 14% is Optimal for Most Cases |
Play Trajectory | /channel/1-32/trajectory/status | play | /channel/1/trajectory/status play |
Pause Trajectory | /channel/1-32/trajectory/status | pause | /channel/1/trajectory/status pause |
Stop and Restart Trajectory from Start Point | /channel/1-32/trajectory/status | stop | /channel/1/trajectory/status stop |
Control Mix Level | /mix/level | -90 to +10
-90 = -90 dB |
/mix/level 0 (Mix Level = 0 dB) /mix/level -6 |
Control Mix Mute | /mix/mute | 0 = OFF 1 = ON |
/mix/mute 0 (Unmute the Mix) /mix/mute 1 |
Control System Trim Level | /system/level | -90 to +10
-90 = -90 dB |
/system/level 0 (System Trim Level = 0 dB) /system/level -6 |
Recall Channel Snapshot | /recall/channel | Use the External Recall ID Value Found for Each Snapshot to Recall | /recall/channel 3003 (Recalls the Channel Snapshot with the External Recall ID of 3003) |
Recall Mix Snapshot | /recall/mix | Use the External Recall ID Value Found for Each Snapshot to Recall | /recall/mix 2002 (Recalls the Mix Snapshot with the External Recall ID of 2002) |
Recall System Snapshot | /recall/system | Use the External Recall ID Value Found for Each Snapshot to Recall | /recall/system 1001 (Recalls the System Snapshot with the External Recall ID of 1001) |