Context:
I am a "single operator/presenter" and operate Aximmetry by myself with a simple clicker.
My Current Solution:
All my control board buttons in Aximmetry are mapped to DMX messages and are triggered from an external computer. I use Qlab on a Mac to send DMX (ArtNet) messages from a self-playing timeline to Aximmetry. I start and stop the timelines with a RF trigger (D-San Perfect Cue). I can trigger complex timelines that run for several minutes with one click and do not require an operator. This works really well but requires a second computer connected via LAN. Samples here: https://vimeo.com/magician/virtual
Preferred Solution:
I would like to to control the main control board from within Aximmetry with an internal sequencer. In other words push a button and have a sequence play to control cameras, camera path, media files, overlays, filters, scene changes and all the goodies that I can put on my control board.
Question:
- How to setup a sequencer that uses MIDI or DMX (ArtNet) and a local loopback interface to achieve this? Ideally this would be on a single track for easy authoring.
- Is there an easier way to achieve this?
Any help would be appreciated.
Marco
Looks like I can just send a text string (example: /Controllers/AXI/01) with a OSC Scalar Out to the local interface 127.0.0.1:8000 to access all the control board buttons from the sequencer.
I use a Text Concat to create the address from a existing string /Controllers/AXI/01 and ad the last part with the sequencer /Controllers/AXI/01
For it to work I had to send the same string twice. First with 0 and then with 1 as an argument. I wonder if this is the best way to do this.