Difference between revisions of "User Interface Microphone Selector"

From IVS Wiki
Jump to: navigation, search
(Canvas Blocks)
(Components)
Line 12: Line 12:
 
=Components=
 
=Components=
  
Open the Microphone Selector Tesira configuration.  
+
Open the Speaker Selector Tesira configuration.  
  
 
==Tesira==
 
==Tesira==

Revision as of 09:38, 4 May 2020

Description/Objective

The Biamp Canvas User Interface software will allow us to give our customers access to almost any parameters in the Tesira configuration. One of two main use cases for IVS customers will be a microphone selector - the ability to select between multiple microphones to listen for observation.

In this section, we will build the corresponding Canvas UI for the Microphone Selector Tesira config. There are 16 cameras, each with their own microphone, and an adjacent observation room with 2 OWISP speakers. The customer would like to solo one mic at a time through their overhead speakers, mute all mics, and adjust the speaker levels.

Physical Wiring

Physical wiring and the line diagram is available in the Tesira config section for this example, so this should already be complete.

The only other thing to keep in mind is: The computers with the Biamp UI will need to be able to reach the Tesira on the network. This should not typically be an IVS task, and should be up to the customer.

Components

Open the Speaker Selector Tesira configuration.

Tesira

Channel Selector Source Block.png

There will be 4 components of interest in the Tesira config.

  1. Source Selector, which passes audio. We will not use this in Canvas.
  2. Logic Meter, driven by the Source Selector, which will be the indicators in the Canvas UI.
  3. Preset Buttons, which drive the Source Selector, and will be buttons in the Canvas UI.
  4. Level Block, which will become the mute button and volume control in the Canvas UI.

Copy the Logic Meter, Preset Buttons, and Level Block and paste them into a black Canvas file.

Canvas Blocks

Canvas Blocks.png

Logic Meter, Preset Buttons, and Level Block as they first appear in Canvas. Ungroup them and arrange them to create the best user experience for the customer. There are also many options for appearance and color available.

An appropriate layout might look something like this:

Canvas Config File 2.png

  1. Level Block in Canvas. When ungrouped, the mute button can be separated from the level slider.
  2. Logic Meters, which light up with the preset buttons.
  3. Preset Buttons, which control the Source Selector block in the Tesira config.
  4. A simple image component in Canvas, for branding and appearance purposes. This image will have to be stored on the local computer somewhere, then uploaded into this block component.
  5. Exit button. Once the UI config is complete, it should be set up to auto launch with a desktop icon (instructions in another section). The customer will not (or should not) have access to any menu, so an Exit button will be necessary (instructions in another section).