Skip to content

A nodejs project to use a Behringer xTouch Extender with a BlackMagic Switcher's CCU

License

Notifications You must be signed in to change notification settings

Kardinia-Church/ATEMMidiCCU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATEM MIDI CCU

A nodejs project to use a Behringer xTouch Extender for a BlackMagic switcher CCU

Features

Installation

  • Install nodejs
  • git clone http://github.com/Kardinia-Church/ATEMMidiCCU
  • cd ATEMMidiCCU
  • npm install
  • Run node index.js for the first time. This will create a config file
  • Edit the config.json file with your desired settings

Running

  • node app.js

Starting on boot

In order to start the plugin on boot we'll use PM2

  • Install pm2. sudo npm install -g pm2
  • cd into the ATEMMidiCCU directory
  • sudo pm2 start app.js
  • sudo pm2 startup systemd
  • sudo pm2 save

Prerequisites

The following prerequisites are required for building the midi package see the midi package for more

Windows

Linux

  • A C++ Compiler
  • ALSA
  • libasound2-dev package
  • Python

Dependencies

This project uses the following dependencies

Version History

  • 1.0.0 -

About

A nodejs project to use a Behringer xTouch Extender with a BlackMagic Switcher's CCU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published