LiveProfessor can be controlled using OSC (Open Sound Control)
This works by sending UDP messages over the network.
Create a new OSC controller in the Controllers window.
You can create knobs, faders and buttons, like with the MIDI controllers.
This could be used for apps such as TouchOSC.
If you want more direct control over LiveProfessor by sending commands, you can use the following messages directly.
Note that for these to work you still need to create an OSC controller, but you could just leave it "empty", without buttons, knobs, etc.
As long as an OSC controller is added to the project, these commands will work.
List Of OSC Commands
/GlobalSnapshots/Recall [snap number (number)]
/GlobalSnapshots/Recall [snap name (text)]
/Cue/Recall [ListNumber (text)] [CueNumber (text)]
/Cue/Recall [CueNumber (text)] (The cue list must be armed if no list is set)
Generic application commands:
/Command/Application/Quit
/Command/Options/PluginManager
/Command/Options/Audio&MidiOptions
/Command/Options/ProgramOptions
/Command/Options/ProjectOptions
/Command/Options/KeyboardShortcuts
/Command/View/PluginAudioRouting
/Command/View/PluginMidiPanel
/Command/View/PluginSnapshotPanel
/Command/View/PluginPresetList
/Command/View/Navigator
/Command/View/CueListPanel
/Command/View/GlobalSnapshotsPanel
/Command/View/TransportPanel
/Command/View/WorkspacePanel
/Command/SelectedPlugin/Duplicateselectedplugin
/Command/SelectedPlugin/Removeselectedplugin
/Command/Transport&Tempo/TempoTap
/Command/Transport&Tempo/MidiClockSyncOnOff
/Command/Transport&Tempo/ReturnToZero
/Command/Transport&Tempo/StartStopTransport
/Command/ViewModes/Chains
/Command/ViewModes/LiveCueList
/Command/ViewModes/PatchView
/Command/Chains/AddNewChain
/Command/GlobalSnapshots/AddNewGlobalSnapshot
/Command/GlobalSnapshots/UpdateActiveGlobalSnapshot
/Command/View/FullScreen
/Command/Controllers/EditControllers
/Command/Controllers/MapControllers
/Command/Controllers/QuickAssign
/Command/CueLists/StopAllAudioCues
/Command/CueLists/FireNextCue
/Command/CueLists/FirePreviousCue
/Command/CueLists/StepUp
/Command/CueLists/StepDown
/Command/SelectedPlugin/UpdateActiveSnapshot
/Command/SelectedPlugin/CreateNewPluginSnapshot
/Command/SelectedPlugin/RenameActiveSnapshot
/Command/SelectedPlugin/AddanewViewSet
/Command/PluginWindows/TogglePluginWindows
/Command/PluginWindows/ShowHideselectedplugin
/Command/PluginWindows/Sendalltoback
/Command/PluginWindows/Sendalltofront
/Command/PluginWindows/SelectNextChain
/Command/PluginWindows/SelectPreviousChain
/Command/PluginWindows/SelectNextPlugin
/Command/PluginWindows/SelectPreviousPlugin
/Command/PluginWindows/RecallViewSet1
/Command/PluginWindows/RecallViewSet2
/Command/PluginWindows/RecallViewSet3
/Command/PluginWindows/RecallViewSet4
/Command/PluginWindows/RecallViewSet5
/Command/PluginWindows/RecallViewSet6
/Command/PluginWindows/RecallViewSet7
/Command/PluginWindows/RecallViewSet8
/Command/PluginWindows/RecallViewSet9
/Command/PluginWindows/RecallViewSet10
/Command/Workspaces/AddNewWorkspace
/Command/Workspaces/UpdateActiveWorkspace
/Command/Workspaces/RecallWorkspace1
/Command/Workspaces/RecallWorkspace2
/Command/Workspaces/RecallWorkspace3
/Command/Workspaces/RecallWorkspace4
/Command/Workspaces/RecallWorkspace5
/Command/Workspaces/RecallWorkspace6
/Command/Workspaces/RecallWorkspace7
/Command/Workspaces/RecallWorkspace8
/Command/Workspaces/RecallWorkspace9
/Command/Workspaces/RecallWorkspace10
/Command/General/Exit
/Command/Project/NewProject
/Command/Project/OpenProject
/Command/Project/SaveProject
/Command/Project/SaveAs
/Command/Project/SaveAsTemplate
/Command/Project/CloseProject
/Command/Project/RenameProject
Comments
0 comments
Please sign in to leave a comment.