StudioPro.Fusion StudioPro.Proton Setup Guide

In this document, you will be guided through setting up your StudioPro.Fusion or StudioPro.Proton control surface. It covers connection, installation, and configuration.

Connecting your control surface 

Your control surface is a network device and should be connected to a network switch. Once connected, you will need to either assign a static IP address or use DHCP.

DHCP Enabled

When DHCP is enabled, the control surface will automatically obtain an IP address from the network once the network cable is connected correctly.

DHCP Disabled

When DHCP is disabled, you can manually configure the IP address. Any valid IP address can be entered, using address segments between 0 and 255. You can also add up to three additional IP addresses if required.

Connecting to Companion

Next, you need to connect the control surface to Bitfocus Companion, which runs on your StudioPro system.

On the control surface, select Bitfocus Companion and press the Select button to enter the IP address editing interface.

Use the DEL button in the number button area to edit the address as required. Enter the IP address of the computer running Companion. In this case, this will usually be the IP address of your StudioPro system.

Once the correct IP address has been entered, press the Select button again to save and apply the setting.

If Companion is running and is bound to a network interface that is reachable by the control surface, the control surface should connect successfully. You will then be able to control StudioPro using your new control surface.

If Companion is not installed, go to the Companion Download and Installation section.

If Companion is already installed but the control surface does not connect, go to the Troubleshooting Connection section.

 

Troubleshooting control surface connection

If the control surface does not connect to Companion, check the following:

  1. Confirm that the control surface is powered on and connected to the network.
  2. Confirm that the StudioPro system is connected to the same network.
  3. Check that the control surface and StudioPro system are using compatible IP addresses.
  4. Confirm that Companion is running on the StudioPro system.
  5. Confirm that Companion is bound to the correct network interface.
  6. Make sure the IP address entered on the control surface matches the IP address of the StudioPro system.
  7. If using a network switch, check that the network ports and cables are working correctly.
  8. If using a crossover cable, ensure both devices have manually assigned IP addresses in the same range.
  9. Check that no firewall is blocking communication between the control surface and Companion.
  10. Restart Companion and then reconnect the control surface.

Companion Download and Installation

Bitfocus Companion version 3.5.4 should already be installed on your StudioPro device. If it’s missing or you need to reinstall:

  1. Run the installer.

  2. Launch Bitfocus Companion after installation.

 

Initial Configuration

  1. Once installed, open the Companion client.

  2. Click the Settings (gear icon) in the top-right corner.

  3. Under Developer’s Modules Path, ensure the following directory is set:

    C:\Program Files\Quicklink\companion-module-studiopro

If the folder is missing, download it from:
Download Companion Module for StudioPro

  1. Choose the Network Interface and Port:

    • If unsure, select: All interfaces: 0.0.0.0

  2. Enable the following options:

    • Start Minimized

    • Run on Login

  3. Click Launch GUI to continue.

 

Basic Setup

In this section, we will guide you through the steps needed to set up StudioPro with a basic configuration. After completing this setup, you'll be able to import a configuration profile that allows full basic control of StudioPro. This process will automatically configure all labeled buttons, the Fader Bar, and the Program/Preview buttons with feedback.

To start this process, you first need to open Bitfocus Companion which will launch in the default browser ‘chrome’.

Companion.png

You now need to import the Configuration File "Control Panel V3"


 Select the configuration file which can be found in: -

C:\Program Files\Quicklink\companion-module-studiopro

If the file is not showing you can download and copy from: -

The configuration file can be found HERE for the Fusion

The configuration file can be found HERE for the Proton

Note: Note this import will reset resulting in all previous configurations being lost.

Lastly, click ‘Reset and Import’. All checkboxes should be ticked.

 

Verify Connection

Once this import has completed you just need to check that installation has completed successfully.

  1. Click the Connections tab.

  2. Ensure StudioPro is listed and marked with a ✅ green checkmark

 

 

 

If not:

  • Confirm StudioPro is running.

  • Verify IP address and port match StudioPro’s Advanced Settings > Remote Control section.

  • Ensure authentication credentials are correct, if required.

 

Once StudioPro is connected and verified, the basic setup is complete.

You can now control QuickLink StudioPro via Companion — click buttons, move faders, and turn knobs.

 

Advanced Configuration

In this section, we will guide you through creating an advanced configuration. The configuration will be broken down into two main components: Name, Action and Feedback.

Name refers to what the button is labeled as. It can either be a fixed value or a variable. A fixed name remains constant, while a variable name changes based on its assigned value.

Action refers to a specific task or command that is triggered when a button is pressed. Actions determine what happens in StudioPro when the button is activated.

Feedback refers to the information the system sends back to the button, reflecting the current status or state of the StudioPro.

By the end of this section, you should have the knowledge needed to create your own custom buttons.

 

Configuration of a button that sets the scene in preview

In this configuration we will explain the making of a simple button which will change the scene that is in preview. Even though the button is simple it will cover advanced configuration concepts.

First, firstly need to decide which button you want to configure on your panel. To decide this, you can use these layout references. Click HERE for the Proton and HERE for the Fusion.

Once you have decided on the button you want to configure open the ‘Buttons’ tab in Bitfocus companion and then ‘Create button’

 

Name

To add a fixed name, enter your desired text into the Button Text String field and configure the text parameters such as size and color. Once set, the button should appear on your StudioProton or StudioFusion interface.

To assign a variable as the name, you need to navigate to the ‘Variables’ tab and select the red ‘StudioPro’ button.

To find the variable you're looking for, enter your search term in the search bar. For example, if you search for ‘scene’, it will return a list of variables related to scenes. In this case, we are interested in the $(StudioPro:scene_x) variables, as these hold the names of the scenes in StudioPro.

For this example, we will copy the $(StudioPro:scene_1) variable into our button.

Once this variable is copied into the Button Text String the name displayed is the value of the variable. As the StudioPro scene 1 name has changed to Starting, we can see that the button now displays this name.

 

Action

We will now program the button to change the scene in preview to scene 1. To do this, we need to assign an action.

Click the folder to the right of the Press actions tab. In this example, we will assign an action when the button is clicked.

As we are looking to change the scene in the preview we search for preview. It returns different actions, but we are interested in the ‘Set Preview Scene’ in this example, so ‘Set Preview Scene’ needs to be clicked.

Clicking adds the Action and completes the configuration.

To assign scene 1, we only need to suffix the Scene_ with the scene number.

As we are configuring scene 1, we need to suffix the number to the end of the value.

The action configuration is now completed. You can now test the button by clicking it on your control surface.

 

Feedback

This section will describe the assignment of feedback to the scene 1 preview button.

To assign feedback, click the ‘Feedback’ tab and then click on the folder to the right.

As we are looking to assign feedback for preview, we search for preview. It returns different feedbacks, but we are interested in the ‘Scene in Preview’ in this example, so ‘Scene in Preview’ needs to be clicked.

As we are configuring Scene 1, we need to add the appropriate suffix (in this case, 1) to the end of the value.

With that, the Feedback configuration is now complete. If Scene 1 is in the preview, the background light color should now change to green.

 

Was this article helpful?
1 out of 3 found this helpful
Share it, if you like it.