| Name | Datatype | Range | Description
|
| LocalSocketID | Number | 0...63 | Socket Id
|
| LocalPlugID | Number | 0 ... 32 | Plug ID
|
| LocalPlugName | String | a-z,A-Z etc. | Plug name as stated in the config file
|
| LocalDirection | Number | 1...4 | Direction
|
| LocalXDirection | Number | -1, 0, +1 | X-Direction
|
| LocalYDirection | Number | -1, 0, +1 | Y-Direction
|
| LocalXPos | Number | 0...7 | X-Position
|
| LocalYPos | Number | 0...7 | Y-Position
|
| --- | --- | --- | ---
|
| LocalButtonIsPressed | Boolean | true,false | true if Button is pressed
|
| LocalButtonIsReleased | Boolean | true,false | true if Button is released
|
| LocalButtonIsToggled | Boolean | true,false | true if Button state has just changed
|
| LocalSwitchIsOn | Boolean | true,false | true if Plug is switched on
|
| LocalSwitchIsOff | Boolean | true,false | true if Plug is switched off
|
| LocalSwitchIsToggled | Boolean | true,false | true if Plug has just been switched
|
| LocalLampIsOn | Boolean | true,false | true if Plug Lamp is on
|
| LocalLampIsOff | Boolean | true,false | true if Plug Lamp is off
|
| --- | --- | --- | ---
|
| LocalPlugIsPlugged | Boolean | true,false | true if Plug is plugged
|
| LocalPlugIsUnPLugged | Boolean | true,false | true if Plug is unplugged
|
| LocalPluggingIsToggled | Boolean | true,false | true if Plugs plugging condition just changed
|
| LocalPlugJustCreated | Boolean | true,false | true if Plug just got created
|
| LocalPlugJustDestroyed | Boolean | true,false | true if Plug just got destroyed
|
| --- | --- | --- | ---
|
| LocalMetronomeHasClicked | Boolean | true,false | true if Metronome click has just arrived
|
| --- | --- | --- | ---
|
| LocalPipeValueHasChanged | Boolean | true,false | true if a Pipe Value has changed
|
| LocalPipe00IsUsed | Boolean | true,false | Pipe Channel 0 is in use
|
| LocalPipe01IsUsed | Boolean | true,false | Pipe Channel 1 is in use
|
| LocalPipe02IsUsed | Boolean | true,false | Pipe Channel 2 is in use
|
| LocalPipe03IsUsed | Boolean | true,false | Pipe Channel 3 is in use
|
| LocalPipe04IsUsed | Boolean | true,false | Pipe Channel 4 is in use
|
| LocalPipe05IsUsed | Boolean | true,false | Pipe Channel 5 is in use
|
| LocalPipe06IsUsed | Boolean | true,false | Pipe Channel 6 is in use
|
| LocalPipe07IsUsed | Boolean | true,false | Pipe Channel 7 is in use
|
| LocalPipe08IsUsed | Boolean | true,false | Pipe Channel 8 is in use
|
| LocalPipeValue00HasChanged | Boolean | true,false | Pipe Value of Channel 0 has changed
|
| LocalPipeValue01HasChanged | Boolean | true,false | Pipe Value of Channel 1 has changed
|
| LocalPipeValue02HasChanged | Boolean | true,false | Pipe Value of Channel 2 has changed
|
| LocalPipeValue03HasChanged | Boolean | true,false | Pipe Value of Channel 3 has changed
|
| LocalPipeValue04HasChanged | Boolean | true,false | Pipe Value of Channel 4 has changed
|
| LocalPipeValue05HasChanged | Boolean | true,false | Pipe Value of Channel 5 has changed
|
| LocalPipeValue06HasChanged | Boolean | true,false | Pipe Value of Channel 6 has changed
|
| LocalPipeValue07HasChanged | Boolean | true,false | Pipe Value of Channel 7 has changed
|
| LocalPipeValue08HasChanged | Boolean | true,false | Pipe Value of Channel 8 has changed
|
| LocalPipeValue00 | Number | 0...255 | Pipe Value of Channel 0
|
| LocalPipeValue01 | Number | 0...255 | Pipe Value of Channel 1
|
| LocalPipeValue02 | Number | 0...255 | Pipe Value of Channel 2
|
| LocalPipeValue03 | Number | 0...255 | Pipe Value of Channel 3
|
| LocalPipeValue04 | Number | 0...255 | Pipe Value of Channel 4
|
| LocalPipeValue05 | Number | 0...255 | Pipe Value of Channel 5
|
| LocalPipeValue06 | Number | 0...255 | Pipe Value of Channel 6
|
| LocalPipeValue07 | Number | 0...255 | Pipe Value of Channel 7
|
| LocalPipeValue08 | Number | 0...255 | Pipe Value of Channel 8
|
| --- | --- | --- | ---
|
| LocalNatebuValue | Number | 0...255 | Natebu Value corresponding to the same Socket position
|
| LocalNatebuVelocity | Number | -255...255 | Natebu Value Velocity
|
| LocalNatebuAcceleration | Number | -255...255 | Natebu Value Acceleration
|
| LocalNatebuValueHasChanged | Boolean | true,false | true if Natebu Value has changed
|
| --- | --- | --- | ---
|
| NatebuWeight | Number | 0...255 | Natebu Weight - corresponding to the board
|
| NatebuWeightPosX | Number | -127...127 | Natebu Weight Pos X - 0 is board center
|
| NatebuWeightPosy | Number | -127...127 | Natebu Weight Pos Y - 0 is board center
|
| NatebuWeightHasChanged | Boolean | true,false | true if Natebu Weight has changed
|
| --- | --- | --- | ---
|
| NatebuUIHasChanged | Boolean | true,false | true if one Natebu UI Element has changed
|
| NatebuLeftSelectorHasChanged | Boolean | true,false | true if Natebu Left Selector has changed
|
| NatebuRightSelectorHasChanged | Boolean | true,false | true if Natebu Right Selector has changed
|
| NatebuLeftPotiHasChanged | Boolean | true,false | true if Natebu Left Poti has changed
|
| NatebuRightPotiHasChanged | Boolean | true,false | true if Natebu Right Poti has changed
|
| NatebuCenterButtonHasChanged | Boolean | true,false | true if Natebu Center Button has changed
|
| NatebuRightSwitchHasChanged | Boolean | true,false | true if one of Natebus right switches has changed
|
| NatebuBottomSwitchHasChanged | Boolean | true,false | true if one of Natebus bottom switches has changed
|
| NatebuAInputHasChanged | Boolean | true,false | true if Natebu A Input has changed
|
| NatebuBInputHasChanged | Boolean | true,false | true if Natebu B Input has changed
|
| --- | --- | --- | ---
|
| NatebuBottomSwitch00 | Number | 0, 1, 2 | Natebu Bottom Switch 0 Position
|
| NatebuBottomSwitch01 | Number | 0, 1, 2 | Natebu Bottom Switch 1 Position
|
| NatebuBottomSwitch02 | Number | 0, 1, 2 | Natebu Bottom Switch 2 Position
|
| NatebuBottomSwitch03 | Number | 0, 1, 2 | Natebu Bottom Switch 3 Position
|
| NatebuBottomSwitch04 | Number | 0, 1, 2 | Natebu Bottom Switch 4 Position
|
| NatebuBottomSwitch05 | Number | 0, 1, 2 | Natebu Bottom Switch 5 Position
|
| NatebuBottomSwitch06 | Number | 0, 1, 2 | Natebu Bottom Switch 6 Position
|
| NatebuBottomSwitch07 | Number | 0, 1, 2 | Natebu Bottom Switch 7 Position
|
| NatebuRightSwitch00 | Number | 0, 1, 2 | Natebu Right Switch 0 Position
|
| NatebuRightSwitch01 | Number | 0, 1, 2 | Natebu Right Switch 1 Position
|
| NatebuRightSwitch02 | Number | 0, 1, 2 | Natebu Right Switch 2 Position
|
| NatebuRightSwitch03 | Number | 0, 1, 2 | Natebu Right Switch 3 Position
|
| NatebuRightSwitch04 | Number | 0, 1, 2 | Natebu Right Switch 4 Position
|
| NatebuRightSwitch05 | Number | 0, 1, 2 | Natebu Right Switch 5 Position
|
| NatebuRightSwitch06 | Number | 0, 1, 2 | Natebu Right Switch 6 Position
|
| NatebuRightSwitch07 | Number | 0, 1, 2 | Natebu Right Switch 7 Position
|
| NatebuSelectorLeft | Number | 0...11 | Natebu Left Selector Position
|
| NatebuSelectorRight | Number | 0...11 | Natebu Right Selector Position
|
| NatebuPotiLeft | Number | 0...255 | Natebu Left Poti Position
|
| NatebuPotiRight | Number | 0...255 | Natebu Right Poti Position
|
| NatebuCentralButtonIsPressed | Boolean | true,false | true if Natebu Central Button is pressed
|
| NatebuPlugAInput1IsOn | Boolean | true,false | Natebu Ext. Input A 1
|
| NatebuPlugAInput2IsOn | Boolean | true,false | Natebu Ext. Input A 2
|
| NatebuPlugBInput1IsOn | Boolean | true,false | Natebu Ext. Input B 1
|
| NatebuPlugBInput2IsOn | Boolean | true,false | Natebu Ext. Input B 2
|
| --- | --- | --- | ---
|
| LocalPlugIsLinked | Boolean | true,false | true if the Plug is linked to other Plug
|
| LocalPlugGotLinked | Boolean | true,false | true if the Plug just got linked to another Plug
|
| LocalPlugGotUnLinked | Boolean | true,false | true if the Plug just got unlinked from another Plug
|
| LinkSocketID | Number | 0...63 | Socket Id of the Plug this Plus is linked to
|
| LinkPlugID | Number | 0 ... 32 | Plug ID of the Plug this Plug is linked to
|
| LinkPlugName | String | a-z,A-Z etc. | Plug name as stated in the config file of the Plug this Plug is linked to
|
| LinkDirection | Number | 1...4 | Direction of the Plug this Plug is linked to
|
| LinkXDirection | Number | -1, 0, +1 | X-Direction of the Plug this Plug is linked to
|
| LinkYDirection | Number | -1, 0, +1 | Y-Direction of the Plug this Plug is linked to
|
| LinkXPos | Number | 0...7 | X-Position of the Plus this Plug is linked to
|
| LinkYPos | Number | 0...7 | Y-Position of the Plus this Plug is linked to
|
| LinkPlugIsPlugged | Boolean | true,false | true if the Plug this Plug is linked to is plugged
|
| LinkPlugIsUnPlugged | Boolean | true,false | true if the Plug this Plug is linked to is unplugged
|
| LinkPluggingIsToggled | Boolean | true,false | true if the Plugs plugging condition this Plug is linked to just changed |