Atlas Show Control for Spatial
  • Welcome to Atlas Show Control
  • Overview
    • What we do
    • Our Features
    • Key Atlas Concepts
  • Installation, Licensing and Requirements
    • System Requirements
    • Supported Integrations
    • Licensing
    • Version History
  • SHOW SETTINGS
    • Objects
      • Sets / Alias
      • Groups
        • Group Configuration
      • Park, Move-in-Mute & Live Moves
    • Network
      • Spatial Devices
      • External Devices
      • External Controllers
      • Other
        • Trackers
          • TiMax Tracker D4
          • ZacTracks SMART
          • NaoStage
    • Spaces
      • Import from File - DS100 Mode
      • Background Images
      • Boundaries
    • Triggers
      • Keyboard
      • OSC
      • Midi
      • Timecode
  • Spatial Audio Engines
    • d&b Audiotechnik DS100(M) Signal Engine
    • L'Acoustics L-ISA
    • Generic ADM
  • MAIN OVERVIEW
    • Cuelist
    • Programmer
      • Module Selector
      • Palettes
      • External Devices
      • Object Properties Inspector
        • Position Module
        • Spread Module
        • Shape Module
        • Reference Module
    • Overview Window
      • Overview Actions
      • Object Overview
    • Toolbar
      • Spatial Audio Devices
      • External Devices
      • External Controllers
      • Timecode Devices
      • Edit / Perform
    • Atlas Button
      • Palette Editor
        • Palettes
        • User Defined Palettes
        • Position Palettes
      • Cue Matrix
    • Object Overview
    • Monitor
    • Operators Cuelist
  • Tutorials
    • My First Atlas Session for DS100
      • Importing Space Information
      • Importing Object Information
      • Organising Our Audio Objects
      • Creating Our First Cue(s)
      • Going Online
    • Advanced Atlas Programming
      • Creating a Shape
      • Using Groups
      • Using Aliases
    • Introduction to Palettes
      • Creating a Palette
      • Multiple Function Palettes
      • Uses for Palettes & Examples
    • Park, Move-in-Mute & Live Moves
      • Setting up Objects to Use
      • Live Moves & Move-in-Mute
      • Defining Parking Locations
    • Using Trackers
      • Patching Trackers & Objects
      • Using Trackers in the Cuelist
      • Boundaries
    • Using External Controllers
      • Applications using Controllers
      • Controllers - Digico SD/Q Series
      • Controllers - SSL L-Series
    • Using External Devices
      • Adding an External Device
      • Wildcards & Iterations
  • Glossary
    • 🛠️Terminology
      • Atlas Glossary A-Z
    • Atlas Controls
      • Keyboard Shortcuts
      • OSC Library
      • Midi / Midi Timecode
      • Shape Generator
  • Demo Workspaces
    • Theatre
    • Music Concert
Powered by GitBook
On this page
  • Functions associated with cue playback
  • Functions associated with locating objects
  • Functions associated with locking objects
  • Functions associated with soloing objects
  • Functions associated with palettes
  • Functions associated with OSC control
  • Functions associated with OSC control to external devices
  1. Glossary
  2. Atlas Controls

OSC Library

Atlas has an extensive OSC library to allow user control.

Functions associated with cue playback

Name
Message
Notes

Go

/atlas/go

Start a Cue

/atlas/cue/*/start

Stop a Cue

/atlas/cue/*/stop

Panic Workspace

/atlas/panic

Panic All

/atlas/panic/all

Select Previous Cue

/atlas/previous

Select Next Cue

/atlas/next

Functions associated with locating objects

Name
Message
Notes

Send an object to its Default Location

/atlas/locate/*

Send a range of Objects to their Default Locations

/atlas/locate//thru/

Send a group to its default location

/atlas/group/*/locate

Hard locate an object

/atlas/hard/locate/*

Hard locate a range of objects

/atlas/hard/locate//thru/

Hard locate a group

/atlas/hard/locate/group/*

Functions associated with locking objects

Name
Message
Notes

Lock an object

/atlas/object/*/lock

Lock a range of objects

/atlas/object//thru//lock

Lock a group of objects

/atlas/group/*/lock

Unlock an object

/atlas/object/*/unlock

Unlock a range of objects

/atlas/object//thru//unlock

Unlock a group of objects

/atlas/group/*/unlock

Functions associated with soloing objects

Name
Message
Notes

Solo an object

/atlas/solo/*

Solo a group of objects

/atlas/solo/group/*

Clear solo command

/atlas/solo/clear

Functions associated with palettes

Name
Message
Notes

Recall a palette

/atlas/palette/start

Move an object to a position palette

/atlas/locate/*/to/palette

Move a range of objects to a position palette

/atlas/locate//thru//to/palette

Functions associated with OSC control

Name
Message
Notes

Enabling incoming OSC

/atlas/overrides/oscinput/enable

Disable incoming OSC

/atlas/overrides/oscinput/disable

Enable outgoing OSC

/atlas/overrides/oscoutput/enable

Disable outgoing OSC

/atlas/overrides/oscoutput/disable

Enable incoming MTC Timecode

/atlas/overrides/timecode/enable

Disable incoming MTC Timecode

/atlas/overrides/timecode/disable

Enable incoming tracking data

/atlas/overrides/tracking/enable

Disable incoming tracking data

/atlas/overrides/tracking/disable

Functions associated with OSC control to external devices

Enable outgoing OSC to external device

/atlas/control/externaldevice/*/enable

Disable outgoing OSC to external device

/atlas/control/externaldevice/*/disable

Toggle outgoing OSC to external device

/atlas/control/externaldevice/*/toggle

PreviousKeyboard ShortcutsNextMidi / Midi Timecode

Last updated 7 months ago