Beispiel DHD

<< Klicken Sie hier um das Inhaltsverzeichnis anzuzeigen >>

Navigation:  Anleitungen > Faderanbindung für Voice Track >

Beispiel DHD

Beispielsettings für ein DHD Mischpult (nur VoiceTrack Sektion)

 

"VoiceTrackSettings": {

   "Host": "10.26.5.181",

   "Port": 9000,

   "LevelpointIntervalMs": 125,

   "DbValueMinDiff": 2,

   "PreproductionModePath": "Device/GPI/GPI 2",

   "Faders": [

     {

       "FaderName": "MIC",

       "EmberPaths": [

         {

           "Purpose": "Start",

           "Path": "Device/Channels/Channel 22/Channel_ON",

           "Commands": [

             {

               "On": true,

               "VoiceTrackCommand": "Start_Rec"

             },

             {

               "On": false,

               "VoiceTrackCommand": "Stop_Rec"

             },

             {

               "On": false,

               "VoiceTrackCommand": "VT_Stop_VT"

             }

           ]

         }

       ]

     },

     {

       "FaderName": "DAB A",

       "EmberPaths": [

         {

           "Purpose": "Start",

           "Path": "Device/Channels/Channel 21/Channel_ON",

           "Commands": [

             {

               "On": true,

               "VoiceTrackCommand": "Start_VT"

             }

           ]

         },

         {

           "Purpose": "Db",

           "Path": "Device/Channels/Channel 21/Fader",

           "Factor": 100

         }

       ]

     },

     {

       "FaderName": "DAB B",

       "EmberPaths": [

         {

           "Purpose": "Start",

           "Path": "Device/Channels/Channel 26/Channel_ON",

 

           "Commands": [

             {

               "On": true,

               "VoiceTrackCommand": "Start_2"

             }

           ]

         },

         {

           "Purpose": "Db",

           "Path": "Device/Channels/Channel 26/Fader",

           "Factor": 100

         }

       ]

     },

     {

       "FaderName": "DAB C",

       "EmberPaths": [

         {

           "Purpose": "Start",

           "Path": "Device/Channels/Channel 31/Channel_ON",

 

           "Commands": [

             {

               "On": true,

               "VoiceTrackCommand": "Start_4"

             }

           ]

         },

         {

           "Purpose": "Db",

           "Path": "Device/Channels/Channel 31/Fader",

           "Factor": 100

         }

       ]

     }

   ]

 }