ShowCockpit Academy
  • 🏠Welcome
  • Getting Started
    • Installation
    • Elements
    • Mapping
  • Tutorials
    • 🧩Integration
      • Ableton Link to MA2
      • LTC Input to MA2 OnPC
      • REAPER Markers to Onyx Cues
      • Ableton Link to Onyx FX Speed
      • MIDI Device with Bitfocus Companion
    • 🎬Timecode
      • LTC to MTC
      • MTC to LTC
      • Static Time Offset
      • LTC Input from Dante
    • 🔄Protocol Conversion
      • OSC to MIDI
      • MIDI to OSC
      • Keyboard to MIDI
      • Joystick to MIDI
    • 💡Lighting
      • grandMA3 OnPC Hotkeys
      • MIDI device(s) with an MA3 Desk
      • Connecting to MA3 OnPC on the same PC
      • MIDI device(s) with MA2
      • MA2 Bi-directional Page Sync
      • MIDI device(s) with Chamsys MagicQ
      • Obsidian Onyx - Multiple OSC Devices
      • Obsidian Onyx Pre-Dylos vs. Dylos
      • MIDI device(s) with Obsidian Onyx
    • 🎥Video
      • Resolume Arena Timecode Clip Trigger
      • Controlling OBS with a MIDI device
      • Controlling vMix with MIDI Devices
    • 🎛️Generic MIDI Mapping
      • Encoders Tips
    • 🤓LUA Scripts
      • Get MA2 Speed Master BPM value
    • 🌐Networking
      • Loopback Network Adapter
      • Multiple IP Addresses on a NIC
  • FAQs
    • License FAQs
    • Registration FAQs
    • Drivers FAQs
Powered by GitBook
On this page
  • 1 - MA3 OnPC Configuration
  • 1.1 - Enable OSC Input / Output
  • 1.2 - Add Two Rows
  • 2 - ShowCockpit MA3 - OSC element configuration

Was this helpful?

  1. Tutorials
  2. Lighting

Connecting to MA3 OnPC on the same PC

This page will give you instructions to successfully connect ShowCockpit to the MA3 OnPC running in the same computer.

PreviousMIDI device(s) with an MA3 DeskNextMIDI device(s) with MA2

Last updated 5 years ago

Was this helpful?

1 - MA3 OnPC Configuration

1.1 - Enable OSC Input / Output

On MA3, navigate through Menu > In & Out > OSC. On the top of this view, you will have two big toggle buttons: "Enable Output" and "Enable Input" - make sure you enable both.

1.2 - Add Two Rows

It is not possible to have 2 applications listening to the same port In the same computer. Therefore, unlike the console/desk case, we need two rows in the table: one for input (ShowCockpit -> MA3) and another for the output (MA3 -> ShowCockpit).

In the example above, we have set the following settings:

Parameter

Input

Output

Destination IP

127.0.0.1

127.0.0.1

Mode

UDP

UDP

Port

8000

8001

Prefix

(leave empty)

(leave empty)

Receive

Yes

No

Send

No

Yes

ReceiveCmd

Yes

No

SendCmd

No

Yes

2 - ShowCockpit MA3 - OSC element configuration

After adding the MA3 - OSC element to your project, you will need to tweak a few options before enabling the element.

Parameter

Value

Description

IP Address

127.0.0.1

Leave this as the "loopback IP" since we are running in the same PC

Outgoing Port

8000

Outgoing from ShowCockpit to MA3 (input in MA3)

Incoming Port

8001

Incoming on ShowCockpit from MA3 (output in MA3)

After setting the correct configuration, you should be able to connect to the MA3 OnPC by enabling the MA3 element.

The port numbers used (8000 and 8001) are merely an example. If you encounter errors opening the ports, it means there are already other applications using these ports, and you must select a different set.

Please remember that both ports must match both on ShowCockpit and MA3.

💡