/live/tempo                                                             Request current tempo, replies with /live/tempo (float tempo)
/live/tempo             (float tempo)                                   Set the tempo, replies with /live/tempo (float tempo)
/live/time                                                              Request current song time, replies with /live/time (float time)
/live/time              (float time)                                    Set the time , replies with /live/time (float time)
/live/overdub           (int on/off)                                    Enables/disables overdub
/live/state                                                             Returns the current tempo and overdub status
/live/undo                                                              Requests the song to undo the last action
/live/redo                                                              Requests the song to redo the last action

/live/next/cue                                                          Jumps to the next cue point
/live/prev/cue                                                          Jumps to the previous cue point
/live/play                                                              Starts the song playing
/live/play/continue                                                     Continues playing the song from the current point
/live/play/selection                                                    Plays the current selection
/live/play/clip         (int track, int clip)                           Launches clip number clip in track number track
/live/play/clipslot     (int track, int clip)                           Launches clip number clip in track number track even if a clip isnt present in the slot (ie stops the slot)
/live/play/scene        (int scene)                                     Launches scene number scene
/live/stop                                                              Stops playing the song
/live/stop/clip         (int track, int clip)                           Stops clip number clip in track number track
/live/stop/track        (int track, int clip)                           Stops track number track

/live/name/scene                                                        Returns a a series of all the scene names in the form /live/name/scene (int scene, string name)
/live/name/scene        (int scene)                                     Returns a single scene's name in the form /live/name/scene (int scene, string name)
/live/name/scene        (int scene, string name)                        Sets scene number scene's name to name
/live/name/track                                                        Returns a a series of all the track names in the form /live/name/track (int track, string name)
/live/name/track        (int track)                                     Returns a single track's name in the form /live/name/track (int track, string name)
/live/name/track        (int track, string name)                        Sets track number track's name to name
/live/name/clip                                                         Returns a a series of all the clip names in the form /live/name/clip (int track, int clip, string name)
/live/name/clip         (int track, int clip)                           Returns a single clip's name in the form /live/name/clip (int clip, string name)
/live/name/clip         (int track, int clip, string name)              Sets clip number clip in track number track's name to name

/live/arm               (int track)                                     Arms track number track
/live/disarm            (int track)                                     Disarms track number track
/live/mute              (int track)                                     Mutes track number track
/live/unmute            (int track)                                     Unmutes track number track
/live/solo              (int track)                                     Solos track number track
/live/unsolo            (int track)                                     Unsolos track number track
/live/volume            (int track)                                     Returns the current volume of track number track as: /live/volume (int track, float volume(0.0 to 1.0))
/live/volume            (int track, float volume(0.0 to 1.0))           Sets track number track's volume to volume
/live/pan               (int track)                                     Returns the pan of track number track as: /live/pan (int track, float pan(-1.0 to 1.0))
/live/pan               (int track, float pan(-1.0 to 1.0))             Sets track number track's pan to pan
/live/send              (int track, int send)                           Returns the send level of send (send) on track number track as: /live/send (int track, int send, float level(0.0 to 1.0))
/live/send              (int track, int send, float level(0.0 to 1.0))  Sets the send (send) of track number (track)'s level to (level)
/live/pitch             (int track, int clip)                           Returns the pan of track number track as: /live/pan (int track, int clip, int coarse(-48 to 48), int fine (-50 to 50))
/live/pitch             (int track, int clip, int coarse(-48 to 48), 
                        int fine (-50 to 50))                           Sets clip number clip in track number track's pitch to coarse / fine

/live/track/jump        (int track, float beats)                        Jumps in track's currently running session clip by beats
/live/track/info        (int track)                                     Returns clip slot status' for all clips in a track in the form /live/track/info (tracknumber, armed  (clipnumber, state, length))
                                                                        [state: 0 = no clip, 1 = has clip, 2 = playing, 3 = triggered]
/live/track/view        (int track)                                     Selects a track to view
/live/clip/info         (int track, int clip)                           Gets the status of a single clip in the form  /live/clip/info (tracknumber, clipnumber, state)
                                                                        [state: 0 = no clip, 1 = has clip, 2 = playing, 3 = triggered]
