Giter Site home page Giter Site logo

python-x32's Introduction

python-x32

Python library to interact with Behringer X32 digital mixing desk using OSC-messages (open sound control).

The Behringer X32 has quite good documentation of OSC-messages, but not all messages are documented. Messages that control what page the user has selected on the desk are not documented.

See http://www.behringer.com/EN/Products/X32.aspx

Using dumpmessages.py is quite easy to find some undocumented OSC-messages. Messages can also be captured by Wireshark and XControl, but using dumpmessages.py is easier.

Undocumented messages

This is just a listing of some undocumented messages. Most undocumented messages start with /-

/xremote

Used by the Behringer Windows-application XRemote to instruct the Behringer X32 to send all state changes to allow XRemote to follow all user selections.

-stat prefix is used to signal gui-things, like what fader layer is selected or the screen visible

OSCMessage("/-stat/chfaderbank", [0]): What main channel fader bank is selected

  • 0: CH 1-16
  • 1: CH 17-32
  • 2: Aux in /USB / FX returns
  • 3: Bus masters

OSCMessage("/-stat/grpfaderbank", [0]): Group channel bank selected

  • 0: DCA 1-8
  • 1: BUS 1-8
  • 2: BUS 9-16
  • 3: Matrix 1-6, Main C

OSCMessage("/-stat/selidx", [0]): Select channel index

  • 0-31 Ch 1-32
  • 32-63 Ch 33-64
  • 64-47: Aux in /USB
  • 48-63: Bus master
  • 64-69: Matrix 1-6
  • 70: L/R
  • 71: Mono/Center

OSCMessage("/-stat/solosw/01", [0]): 0/1 Is on/off of soloswitch

  • 01: Same id as used for selidx, but +1

OSCMessage("/-show/show/A/003/name", ['AAAAA']): Name of a show

OSCMessage("/-stat/screen/screen", [0]): Set active screen, eg. Home, Meters, Routing, Setup, Library

OSCMessage("/-stat/screen/screen", [6]): Monitor page (Monitor, talkback A, B and Osc)

OSCMessage("/-stat/screen/screen", [8]): Scene configuration screen

OSCMessage("/-stat/screen/screen", [9]): User bank configuration screen

OSCMessage("/-stat/screen/CHAN/page", [0]): Select channel page in "Home"-screen

OSCMessage("/-stat/screen/METER/page", [0]): Select meter page

OSCMessage("/-stat/screen/ROUTE/page", [1]): Routing page

OSCMessage("/-stat/screen/SETUP/page", [1])

OSCMessage("/-stat/screen/LIB/page", [0])

OSCMessage("/-stat/screen/FX/page", [1])

OSCMessage("/-stat/screen/mutegrp", [0]):

  • 0: Turn off mutegrp screen
  • 1: Turn on mutegrp screen

OSCMessage("/-stat/screen/utils", [0]):

  • 0: Turn off utils screen
  • 1: Turn on utils screen

OSCMessage("/-stat/userbank", [0]):

  • 0: User bank A
  • 1: User bank B
  • 2: User bank C

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.