Example #1
0
        private void btn_talk_Click(object sender, EventArgs e)
        {

            me1_key2.SetInputFill(4); 
            reactivatebuttons();
            Lights lights = new Lights();
            btn_talk.Enabled = false;
            m_AUX1.SetInputSource(1);
            m_AUX2.SetInputSource(16);
            m_AUX3.SetInputSource(16);
            m_mixEffectBlock1.SetInt(_BMDSwitcherMixEffectBlockPropertyId.bmdSwitcherMixEffectBlockPropertyIdPreviewInput, 5);
            me1_key1.SetOnAir(1);
            m_mixEffectBlock1.PerformAutoTransition();
            lights.t8roomon();
            lights.t8spotson();
            lights.t9roomoff();
            lights.t9spotsoff();
            lights.t10roomoff();
            lights.t10spotsoff();
            t8banddone.BackgroundImage = ((System.Drawing.Image)(SwitcherPanelCSharp.Properties.Resources.buttongreen));
            t9banddone.BackgroundImage = ((System.Drawing.Image)(SwitcherPanelCSharp.Properties.Resources.buttonred));
            t10banddone.BackgroundImage = ((System.Drawing.Image)(SwitcherPanelCSharp.Properties.Resources.buttonred));
        }
Example #2
0
 private void t9banddone_Click(object sender, EventArgs e)
 {
     t9banddone.BackgroundImage = ((System.Drawing.Image)(SwitcherPanelCSharp.Properties.Resources.buttonred));
     Lights lights = new Lights();
     lights.t9spotsoff();
     lights.t9roomoff();
 }