DMX Core 100
  • Main
    • Features
    • Applications
    • FAQ
    • Specifications
    • Warranty
  • Getting Started
    • Installation
    • Home Screen
    • Main Menu
  • Lighting
    • Passthrough
  • Configuration
    • Admin Mode
    • Settings
    • Output Config
  • Cues
  • Basics
    • Navigation
    • Numeric Input
    • Text Edit
    • Blackout and Stop
  • Patterns
  • Presets
  • Recording
  • Schedules
  • Utilities
  • External Control
  • Integrations
    • OSC ‐ Open Sound Control
  • Screenshots
    • Presets
      • Configuration
    • Cues
      • Configuration/Recording
    • Light Fixtures
      • Configuration
    • Custom Menu
    • External Control
    • Admin Features
    • Q-Sys Remote Control
  • Troubleshooting
    • Re-flash instructions
  • Customizations
    • Menu Background
    • Main/Home screen logo
  • Release Notes
  • Demo Software (on Win PC)
Powered by GitBook
On this page
  1. Integrations

OSC ‐ Open Sound Control

PreviousIntegrationsNextScreenshots

Last updated 1 year ago

The DMX Core 100 has OSC remote control so you can use applications like to trigger events like cues and presets.

All messages are prefixed with /dmxcore and the receiving UDP port is 8000. Status messages are sent back to each device on UDP port 9000.

Example: Start rainbow pattern on output with code OUT1: /dmxcore/pattern/OUT1/rainbow

If you omit the output then the first output will be used: /dmxcore/pattern/rainbow

To stop any playback you use this command: /dmxcore/stop

Reference

TouchOSC
OSC Specification